Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/keyboard/
Dnomadik-ske-keypad.c132 ske_keypad_set_bits(keypad, SKE_IMSC, 0x0, SKE_KPIMA); in ske_keypad_chip_init()
204 ske_keypad_set_bits(keypad, SKE_IMSC, ~SKE_KPIMA, 0x0); in ske_keypad_irq()
218 ske_keypad_set_bits(keypad, SKE_IMSC, 0x0, SKE_KPIMA); in ske_keypad_irq()
402 ske_keypad_set_bits(keypad, SKE_IMSC, ~SKE_KPIMA, 0x0); in ske_keypad_suspend()
416 ske_keypad_set_bits(keypad, SKE_IMSC, 0x0, SKE_KPIMA); in ske_keypad_resume()
/Linux-v4.19/include/linux/platform_data/
Dkeypad-nomadik-ske.h20 #define SKE_IMSC 0x10 macro