Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c2602 const sdiod_drive_str_t *str_tab; in bhnd_pmu_sdiod_drive_strength_init() local
2606 str_tab = NULL; in bhnd_pmu_sdiod_drive_strength_init()
2612 str_tab = sdiod_drive_strength_tab1; in bhnd_pmu_sdiod_drive_strength_init()
2620 str_tab = sdiod_drive_strength_tab2; in bhnd_pmu_sdiod_drive_strength_init()
2625 str_tab = sdiod_drive_strength_tab3; in bhnd_pmu_sdiod_drive_strength_init()
2637 if (str_tab != NULL) { in bhnd_pmu_sdiod_drive_strength_init()
2641 for (u_int i = 0; str_tab[i].strength != 0; i++) { in bhnd_pmu_sdiod_drive_strength_init()
2642 if (drivestrength >= str_tab[i].strength) { in bhnd_pmu_sdiod_drive_strength_init()
2643 drivestrength_sel = str_tab[i].sel; in bhnd_pmu_sdiod_drive_strength_init()