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