Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/atm/
H A Dlanai.c1047 #define INT_ALL (0x0003FFFE) /* All interrupts */ macro
1570 reg_write(lanai, INT_ALL, IntAck_Reg); in lanai_reset()
2203 intr_enable(lanai, INT_ALL & ~(INT_PING | INT_WAKE)); in lanai_dev_open()
2259 intr_disable(lanai, INT_ALL); in lanai_dev_close()
/kernel/linux/linux-6.6/drivers/atm/
H A 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()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsh_mmcif.c123 #define INT_ALL (INT_RBSYE | INT_CRSPE | INT_BUFREN | \ macro
1300 if (state & INT_ERR_STS || state & ~INT_ALL) { in sh_mmcif_intr()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A 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()

Completed in 16 milliseconds