• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/shared/

Lines Matching defs:strength

4568 		/* Write clock driving strength to pllcontrol[5] */
4570 PMU_MSG(("Adjusting PLL buffer drive strength: %x\n", buf_strength));
5252 /* Change the BBPLL drive strength to 2 for all channels */
5263 /* Change the BBPLL drive strength to 8 for all channels */
5290 /* Change the BBPLL drive strength to 2 for all channels */
5306 /* Change the BBPLL drive strength to 2 for all channels */
5405 /* Write clock driving strength to pllcontrol[5] */
5407 PMU_MSG(("Adjusting PLL buffer drive strength: %x\n", buf_strength));
6521 /* SDIO Pad drive strength to select value mappings.
6522 * The last strength value in each table must be 0 (the tri-state value).
6525 uint8 strength; /* Pad Drive Strength in mA */
6622 * Note that each drive strength table is for a specific VDDIO of the SDIO pads, ideally this
6626 * 'drivestrength': desired pad drive strength in mA. Drive strength of 0 requests tri-state (if
6627 * hardware supports this), if no hw support drive strength is not programmed.
6683 if (drivestrength >= ARRAYLAST(sdiod_drive_strength_tab7_3v3)->strength) {
6687 if (drivestrength >= ARRAYLAST(sdiod_drive_strength_tab7_1v8)->strength) {
6695 PMU_MSG(("No SDIO Drive strength init done for chip %s rev %d pmurev %d\n",
6704 /* Pick the lowest available drive strength equal or greater than the
6705 * requested strength. Drive strength of 0 requests tri-state.
6707 for (i = 0; drivestrength < str_tab[i].strength; i++)
6710 if (i > 0 && drivestrength > str_tab[i].strength)
6718 if (str_ovr_pmuval) { /* enables the selected drive strength */
6722 PMU_MSG(("SDIO: %dmA drive strength requested; set to %dmA\n",
6723 drivestrength, str_tab[i].strength));