Searched refs:AOUT_TO_REG (Results 1 – 2 of 2) sorted by relevance
125 static inline u8 AOUT_TO_REG(unsigned long val) in AOUT_TO_REG() function560 data->aout = AOUT_TO_REG(val); in aout_output_store()
141 #define AOUT_TO_REG(val) ((val) <= 0 ? 0 : \ macro649 data->aout = AOUT_TO_REG(val); in aout_output_store()