Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Drtd520.c98 #define FS_DAC1_NOT_EMPTY BIT(0) /* DAC1 FIFO not empty */ macro
998 unsigned int bit = (chan == 0) ? FS_DAC1_NOT_EMPTY : FS_DAC2_NOT_EMPTY; in rtd_ao_eoc()