Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Dadxl34x.c64 #define DATA_READY (1 << 7) macro
368 if (int_stat & (DATA_READY | WATERMARK)) { in adxl34x_irq()
808 ac->int_mask |= DATA_READY; in adxl34x_probe()
/openbmc/linux/sound/pci/ctxfi/
H A Dcthw20k2.c1402 #define DATA_READY 0x800000 /* Used with I2C_IF_STATUS */ macro
1521 } while ((!(ret & DATA_READY)) && --i); in hw20k2_i2c_wait_data_ready()