Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/keyboard/
Dnomadik-ske-keypad.c133 ske_keypad_set_bits(keypad, SKE_IMSC, 0x0, SKE_KPIMA); in ske_keypad_chip_init()
205 ske_keypad_set_bits(keypad, SKE_IMSC, ~SKE_KPIMA, 0x0); in ske_keypad_irq()
219 ske_keypad_set_bits(keypad, SKE_IMSC, 0x0, SKE_KPIMA); in ske_keypad_irq()
344 ske_keypad_set_bits(keypad, SKE_IMSC, ~SKE_KPIMA, 0x0); in ske_keypad_suspend()
358 ske_keypad_set_bits(keypad, SKE_IMSC, 0x0, SKE_KPIMA); in ske_keypad_resume()
/Linux-v6.6/include/linux/platform_data/
Dkeypad-nomadik-ske.h20 #define SKE_IMSC 0x10 macro