Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/input/touchscreen/
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-6.6.21/drivers/atm/
Dlanai.c1046 #define INT_ALL (0x0003FFFE) /* All interrupts */ macro
1569 reg_write(lanai, INT_ALL, IntAck_Reg); in lanai_reset()
2202 intr_enable(lanai, INT_ALL & ~(INT_PING | INT_WAKE)); in lanai_dev_open()
2258 intr_disable(lanai, INT_ALL); in lanai_dev_close()
/linux-6.6.21/drivers/mmc/host/
Dsh_mmcif.c122 #define INT_ALL (INT_RBSYE | INT_CRSPE | INT_BUFREN | \ macro
1301 if (state & INT_ERR_STS || state & ~INT_ALL) { in sh_mmcif_intr()