Home
last modified time | relevance | path

Searched refs:INT_ALL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/touchscreen/
H A Drohm_bu21023.c123 #define INT_ALL 0x9f macro
508 error2 = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL); in rohm_ts_manual_calibration()
539 error = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL); in rohm_ts_soft_irq()
723 error2 = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL); in rohm_ts_load_firmware()
/linux/drivers/mmc/host/
H A Dsh_mmcif.c121 #define INT_ALL (INT_RBSYE | INT_CRSPE | INT_BUFREN | \ macro
1339 if (state & INT_ERR_STS || state & ~INT_ALL) { in sh_mmcif_intr()