Searched refs:LPC32XX_KS_IRQ (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | lpc32xx-keys.c | 34 #define LPC32XX_KS_IRQ(x) ((x) + 0x08) macro 102 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_irq() 118 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_open() 127 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_close() 246 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_probe() 278 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_suspend() 299 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_resume()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | lpc32xx-keys.c | 34 #define LPC32XX_KS_IRQ(x) ((x) + 0x08) macro 102 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_irq() 118 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_open() 127 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_close() 239 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_probe() 270 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_suspend() 291 writel(1, LPC32XX_KS_IRQ(kscandat->kscan_base)); in lpc32xx_kscan_resume()
|
Completed in 2 milliseconds