/src/sys/dev/i2c/ |
pcai2cmux.c | 75 uint8_t enable_bit; /* if 0, chip is switch type */ member in struct:pcaiicmux_type 80 .enable_bit = __BIT(2), 85 .enable_bit = 0, 90 .enable_bit = __BIT(2), 95 .enable_bit = 0, 100 .enable_bit = __BIT(3), 105 .enable_bit = 0, 268 if (sc->sc_type->enable_bit) { 270 (uint8_t)addr | sc->sc_type->enable_bit; 365 sc->sc_type->enable_bit ? "mux" : "switch") [all...] |
pcai2cmux.c | 75 uint8_t enable_bit; /* if 0, chip is switch type */ member in struct:pcaiicmux_type 80 .enable_bit = __BIT(2), 85 .enable_bit = 0, 90 .enable_bit = __BIT(2), 95 .enable_bit = 0, 100 .enable_bit = __BIT(3), 105 .enable_bit = 0, 268 if (sc->sc_type->enable_bit) { 270 (uint8_t)addr | sc->sc_type->enable_bit; 365 sc->sc_type->enable_bit ? "mux" : "switch") [all...] |
tps65217pmic.c | 133 uint8_t enable_bit; /* position in ENABLE register */ member in struct:tps_reg_param 217 .enable_bit = TPS65217PMIC_ENABLE_LDO1 230 .enable_bit = TPS65217PMIC_ENABLE_LDO2 243 .enable_bit = TPS65217PMIC_ENABLE_LDO3 256 .enable_bit = TPS65217PMIC_ENABLE_LDO4 269 .enable_bit = TPS65217PMIC_ENABLE_DCDC1 282 .enable_bit = TPS65217PMIC_ENABLE_DCDC2 295 .enable_bit = TPS65217PMIC_ENABLE_DCDC3 633 if (regenable & (regulator->enable_bit)) 1000 val |= regulator->enable_bit; [all...] |
tps65217pmic.c | 133 uint8_t enable_bit; /* position in ENABLE register */ member in struct:tps_reg_param 217 .enable_bit = TPS65217PMIC_ENABLE_LDO1 230 .enable_bit = TPS65217PMIC_ENABLE_LDO2 243 .enable_bit = TPS65217PMIC_ENABLE_LDO3 256 .enable_bit = TPS65217PMIC_ENABLE_LDO4 269 .enable_bit = TPS65217PMIC_ENABLE_DCDC1 282 .enable_bit = TPS65217PMIC_ENABLE_DCDC2 295 .enable_bit = TPS65217PMIC_ENABLE_DCDC3 633 if (regenable & (regulator->enable_bit)) 1000 val |= regulator->enable_bit; [all...] |