button_not_pressed  119 drivers/parisc/power.c 		int button_not_pressed;
button_not_pressed  135 drivers/parisc/power.c 			button_not_pressed = (gsc_readl(soft_power_reg) & 0x1);
button_not_pressed  144 drivers/parisc/power.c 			button_not_pressed = (__getDIAG(25) & 0x80000000);
button_not_pressed  147 drivers/parisc/power.c 		if (likely(button_not_pressed)) {