Searched refs:str_tab (Results 1 – 1 of 1) sorted by relevance
2602 const sdiod_drive_str_t *str_tab; in bhnd_pmu_sdiod_drive_strength_init() local2606 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()