Searched refs:REG_INTR_CLEAR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/irqchip/ |
D | irq-sp7021-intc.c | 28 #define REG_INTR_CLEAR (sp_intc.g1) macro 29 #define REG_MASKED_EXT1 (REG_INTR_CLEAR + SP_INTC_REG_SIZE) 31 #define REG_INTR_GROUP (REG_INTR_CLEAR + 31 * 4) 109 sp_intc_assign_bit(hwirq, REG_INTR_CLEAR, 1); in sp_intc_ack_irq() 256 writel_relaxed(~0, REG_INTR_CLEAR + i * 4); in sp_intc_init_dt()
|
/linux-6.12.1/drivers/extcon/ |
D | extcon-lc824206xa.c | 84 #define REG_INTR_CLEAR 0x05 macro 352 lc824206xa_write_reg(data, REG_INTR_CLEAR, intr_status); in lc824206xa_irq() 353 lc824206xa_write_reg(data, REG_INTR_CLEAR, 0); in lc824206xa_irq() 444 ret |= lc824206xa_write_reg(data, REG_INTR_CLEAR, INTR_ALL); in lc824206xa_probe() 445 ret |= lc824206xa_write_reg(data, REG_INTR_CLEAR, 0); in lc824206xa_probe()
|