Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Drohm_bu21023.c131 #define INT_ALL 0x9f macro
516 error2 = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL); in rohm_ts_manual_calibration()
547 error = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL); in rohm_ts_soft_irq()
731 error2 = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL); in rohm_ts_load_firmware()
/drivers/atm/
Dlanai.c1051 #define INT_ALL (0x0003FFFE) /* All interrupts */ macro
1574 reg_write(lanai, INT_ALL, IntAck_Reg); in lanai_reset()
2208 intr_enable(lanai, INT_ALL & ~(INT_PING | INT_WAKE)); in lanai_dev_open()
2264 intr_disable(lanai, INT_ALL); in lanai_dev_close()
/drivers/mmc/host/
Dsh_mmcif.c134 #define INT_ALL (INT_RBSYE | INT_CRSPE | INT_BUFREN | \ macro
1378 if (state & INT_ERR_STS || state & ~INT_ALL) { in sh_mmcif_intr()