Home
last modified time | relevance | path

Searched refs:str_tab (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c2601 const sdiod_drive_str_t *str_tab; in bhnd_pmu_sdiod_drive_strength_init() local
2605 str_tab = NULL; in bhnd_pmu_sdiod_drive_strength_init()
2611 str_tab = sdiod_drive_strength_tab1; in bhnd_pmu_sdiod_drive_strength_init()
2619 str_tab = sdiod_drive_strength_tab2; in bhnd_pmu_sdiod_drive_strength_init()
2624 str_tab = sdiod_drive_strength_tab3; in bhnd_pmu_sdiod_drive_strength_init()
2636 if (str_tab != NULL) { in bhnd_pmu_sdiod_drive_strength_init()
2640 for (u_int i = 0; str_tab[i].strength != 0; i++) { in bhnd_pmu_sdiod_drive_strength_init()
2641 if (drivestrength >= str_tab[i].strength) { in bhnd_pmu_sdiod_drive_strength_init()
2642 drivestrength_sel = str_tab[i].sel; in bhnd_pmu_sdiod_drive_strength_init()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dsdio.c3779 const struct sdiod_drive_str *str_tab = NULL; in brcmf_sdio_drivestrengthinit() local
3792 str_tab = sdiod_drvstr_tab1_1v8; in brcmf_sdio_drivestrengthinit()
3797 str_tab = sdiod_drvstr_tab6_1v8; in brcmf_sdio_drivestrengthinit()
3805 str_tab = sdiod_drvstr_tab2_3v3; in brcmf_sdio_drivestrengthinit()
3813 str_tab = sdiod_drive_strength_tab5_1v8; in brcmf_sdio_drivestrengthinit()
3823 if (str_tab != NULL) { in brcmf_sdio_drivestrengthinit()
3826 for (i = 0; str_tab[i].strength != 0; i++) { in brcmf_sdio_drivestrengthinit()
3827 if (drivestrength >= str_tab[i].strength) { in brcmf_sdio_drivestrengthinit()
3828 drivestrength_sel = str_tab[i].sel; in brcmf_sdio_drivestrengthinit()
3841 str_tab[i].strength, drivestrength, cc_data_temp); in brcmf_sdio_drivestrengthinit()