Searched refs:str_tab (Results 1 – 1 of 1) sorted by relevance
2603 const sdiod_drive_str_t *str_tab; in bhnd_pmu_sdiod_drive_strength_init() local2608 str_tab = NULL; in bhnd_pmu_sdiod_drive_strength_init()2615 str_tab = sdiod_drive_strength_tab1; in bhnd_pmu_sdiod_drive_strength_init()2623 str_tab = sdiod_drive_strength_tab2; in bhnd_pmu_sdiod_drive_strength_init()2628 str_tab = sdiod_drive_strength_tab3; in bhnd_pmu_sdiod_drive_strength_init()2640 if (str_tab != NULL) { in bhnd_pmu_sdiod_drive_strength_init()2644 for (u_int i = 0; str_tab[i].strength != 0; i++) { in bhnd_pmu_sdiod_drive_strength_init()2645 if (drivestrength >= str_tab[i].strength) { in bhnd_pmu_sdiod_drive_strength_init()2646 drivestrength_sel = str_tab[i].sel; in bhnd_pmu_sdiod_drive_strength_init()