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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndarm_ca9.c118 chipcommonbregs_t *chipcb; local
124 chipcb = si_setcore(sih, NS_CCB_CORE_ID, 0);
125 if (chipcb) {
126 control1 = R_REG(osh, &chipcb->cru_lcpll_control1);
127 control2 = R_REG(osh, &chipcb->cru_lcpll_control2);
264 chipcommonbregs_t *chipcb; local
276 chipcb = (chipcommonbregs_t *)si_setcore(sih, NS_CCB_CORE_ID, 0);
277 if (chipcb) {
279 W_REG(osh, &chipcb->cru_clkset_key, val);
280 val = R_REG(osh, &chipcb
[all...]
H A Daisdram-ca9.c1006 chipcommonbregs_t *chipcb; local
1012 chipcb = (chipcommonbregs_t *)si_setcore(sih, NS_CCB_CORE_ID, 0);
1013 if (chipcb == NULL) {
1015 printf("%s: %d chipcb null %d\n", __FUNCTION__, __LINE__, retval);
1024 W_REG(osh, &chipcb->pcu_mdio_mgt, MDC_DIV);
1027 W_REG(osh, &chipcb->pcu_mdio_cmd, DIGITAL_POWER_CORE_VOLTAGE_POINT_9375V);
1045 W_REG(osh, &chipcb->pcu_mdio_mgt, MDC_DIV);
1051 W_REG(osh, &chipcb->pcu_mdio_cmd, DIGITAL_POWER_CORE_VOLTAGE_1V);
1056 W_REG(osh, &chipcb->pcu_mdio_cmd, DIGITAL_POWER_CORE_VOLTAGE_POINT_975V);
1061 W_REG(osh, &chipcb
1113 chipcommonbregs_t *chipcb; local
[all...]

Completed in 188 milliseconds