Searched refs:cldo (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpmu.c8437 uint32 cldo; local
8448 cldo = (uint32)bcm_strtoul(cldo_val, NULL, 0);
8449 si_pmu_set_ldo_voltage(sih, osh, SET_LDO_VOLTAGE_LDO2, (uint8) cldo);
8458 cldo = (uint32)bcm_strtoul(cldo_val, NULL, 0);
8459 si_pmu_set_ldo_voltage(sih, osh, SET_LDO_VOLTAGE_CLDO_PWM, (uint8) cldo);
8463 cldo = (uint32)bcm_strtoul(cldo_val, NULL, 0);
8468 0x1 << 1, (cldo & 0x1) << 1);

Completed in 37 milliseconds