Searched refs:INA3221_CONFIG_CHx_EN (Results 1 – 1 of 1) sorted by relevance
53 #define INA3221_CONFIG_CHx_EN(x) BIT(14 - (x)) macro139 (ina->reg_config & INA3221_CONFIG_CHx_EN(channel)); in ina3221_is_enabled()479 u16 config, mask = INA3221_CONFIG_CHx_EN(channel); in ina3221_write_enable()871 ina->reg_config &= ~INA3221_CONFIG_CHx_EN(i); in ina3221_probe()
Completed in 5 milliseconds