Searched refs:INT_STAT (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
D | gpio-adp5588.c | 243 int status = adp5588_gpio_read(dev->client, INT_STAT); in adp5588_irq_handler() 270 adp5588_gpio_write(dev->client, INT_STAT, status); /* Status is W1C */ in adp5588_irq_handler() 295 adp5588_gpio_write(client, INT_STAT, -1); /* status is W1C */ in adp5588_irq_setup()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
D | vc4_dsi.c | 1176 DSI_PORT_WRITE(INT_STAT, DSI1_INT_TXPKT1_DONE | DSI1_INT_PHY_DIR_RTF); in vc4_dsi_host_transfer() 1193 DSI_PORT_READ(INT_STAT)); in vc4_dsi_host_transfer() 1333 u32 stat = DSI_PORT_READ(INT_STAT); in vc4_dsi_irq_defer_to_thread_handler() 1348 u32 stat = DSI_PORT_READ(INT_STAT); in vc4_dsi_irq_handler() 1351 DSI_PORT_WRITE(INT_STAT, stat); in vc4_dsi_irq_handler() 1533 DSI_PORT_WRITE(INT_STAT, DSI_PORT_READ(INT_STAT)); in vc4_dsi_bind()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | adp5588.h | 13 #define INT_STAT 0x02 /* Interrupt Status Register */ macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
D | smsc9420.h | 209 #define INT_STAT (0xC8) macro
|
D | smsc9420.c | 606 int_sts = smsc9420_reg_read(pd, INT_STAT); in smsc9420_isr() 642 smsc9420_reg_write(pd, INT_STAT, INT_STAT_SW_INT_); in smsc9420_isr() 1287 smsc9420_reg_write(pd, INT_STAT, 0xFFFFFFFF); in smsc9420_open()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
D | adp5588-keys.c | 299 status = adp5588_read(client, INT_STAT); in adp5588_work() 311 adp5588_write(client, INT_STAT, status); /* Status is W1C */ in adp5588_work() 376 ret |= adp5588_write(client, INT_STAT, in adp5588_setup()
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | k3dma.c | 30 #define INT_STAT 0x00 macro 215 u32 stat = readl_relaxed(d->base + INT_STAT); in k3_dma_int_handler()
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 1705 #define INT_STAT 0x0008 macro
|