PWRC_ON_KEY_BIT    35 drivers/input/misc/sirfsoc-onkey.c 	return !(state & PWRC_ON_KEY_BIT); /* ON_KEY is active low */
PWRC_ON_KEY_BIT    59 drivers/input/misc/sirfsoc-onkey.c 	sirfsoc_rtc_iobrg_writel(int_status & ~PWRC_ON_KEY_BIT,
PWRC_ON_KEY_BIT    77 drivers/input/misc/sirfsoc-onkey.c 		int_mask |= PWRC_ON_KEY_BIT;
PWRC_ON_KEY_BIT    79 drivers/input/misc/sirfsoc-onkey.c 		int_mask &= ~PWRC_ON_KEY_BIT;