Searched refs:INT_STAT (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/gpio/ |
D | gpio-adp5588.c | 259 status = adp5588_gpio_read(dev->client, INT_STAT); in adp5588_irq_handler() 282 adp5588_gpio_write(dev->client, INT_STAT, status); /* Status is W1C */ in adp5588_irq_handler() 296 adp5588_gpio_write(client, INT_STAT, -1); /* status is W1C */ in adp5588_irq_setup()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | bfin_twi.h | 27 DEFINE_TWI_REG(INT_STAT, int_stat) in DEFINE_TWI_REG()
|
/linux-4.4.14/include/linux/i2c/ |
D | adp5588.h | 14 #define INT_STAT 0x02 /* Interrupt Status Register */ macro
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smsc9420.h | 221 #define INT_STAT (0xC8) macro
|
D | smsc9420.c | 662 int_sts = smsc9420_reg_read(pd, INT_STAT); in smsc9420_isr() 698 smsc9420_reg_write(pd, INT_STAT, INT_STAT_SW_INT_); in smsc9420_isr() 1349 smsc9420_reg_write(pd, INT_STAT, 0xFFFFFFFF); in smsc9420_open()
|
/linux-4.4.14/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()
|
/linux-4.4.14/drivers/dma/ |
D | k3dma.c | 29 #define INT_STAT 0x00 macro 193 u32 stat = readl_relaxed(d->base + INT_STAT); in k3_dma_int_handler()
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_reg_def.h | 1723 #define INT_STAT 0x0008 macro
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 527 __TWI(INT_STAT, int_stat); in bfin_debug_mmrs_twi()
|