Searched refs:MAX14906_CH_DIR_MASK (Results 1 – 3 of 3) sorted by relevance
46 #define MAX14906_CH_DIR_MASK(x) BIT((x) + 4) macro
44 #define MAX14906_CH_DIR_MASK(x) BIT((x) + 4) macro
214 return max14906_reg_update(dev, MAX14906_SETOUT_REG, MAX14906_CH_DIR_MASK(ch), in max14906_ch_func()215 FIELD_PREP(MAX14906_CH_DIR_MASK(ch), setout_reg_val)); in max14906_ch_func()