Home
last modified time | relevance | path

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

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