Home
last modified time | relevance | path

Searched refs:KYCR2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Dsh_keysc.c42 #define KYCR2 1 macro
66 sh_keysc_write(p, KYCR2, KYCR2_IRQ_LEVEL | (keys_set << 8)); in sh_keysc_level_mode()
103 sh_keysc_write(priv, KYCR2, KYCR2_IRQ_DISABLED); in sh_keysc_isr()
131 } while (sh_keysc_read(priv, KYCR2) & 0x01); in sh_keysc_isr()
272 sh_keysc_write(priv, KYCR2, KYCR2_IRQ_DISABLED); in sh_keysc_remove()
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7722.h885 #define KYCR2 0xA44B0004 macro