Searched refs:INT_STAT (Results 1 - 6 of 6) sorted by relevance

/drivers/gpio/
H A Dgpio-adp5588.c238 dev_err(&client->dev, "Read INT_STAT Error\n");
248 status = adp5588_gpio_read(dev->client, INT_STAT);
271 adp5588_gpio_write(dev->client, INT_STAT, status); /* Status is W1C */
284 adp5588_gpio_write(client, INT_STAT, -1); /* status is W1C */
/drivers/input/keyboard/
H A Dadp5588-keys.c291 status = adp5588_read(client, INT_STAT);
303 adp5588_write(client, INT_STAT, status); /* Status is W1C */
367 ret |= adp5588_write(client, INT_STAT,
/drivers/net/ethernet/smsc/
H A Dsmsc9420.h222 #define INT_STAT (0xC8) macro
H A Dsmsc9420.c671 int_sts = smsc9420_reg_read(pd, INT_STAT);
707 smsc9420_reg_write(pd, INT_STAT, INT_STAT_SW_INT_);
1358 smsc9420_reg_write(pd, INT_STAT, 0xFFFFFFFF);
/drivers/i2c/busses/
H A Di2c-bfin-twi.c71 DEFINE_TWI_REG(INT_STAT, 0x20)
/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h1723 #define INT_STAT 0x0008 macro

Completed in 127 milliseconds