Searched refs:cc_data_temp (Results 1 – 1 of 1) sorted by relevance
2647 uint32_t cc_data_temp; in bhnd_pmu_sdiod_drive_strength_init() local2656 cc_data_temp = BHND_PMU_CCTRL_READ(sc, 1); in bhnd_pmu_sdiod_drive_strength_init()2657 cc_data_temp &= ~str_mask; in bhnd_pmu_sdiod_drive_strength_init()2659 cc_data_temp |= drivestrength_sel; in bhnd_pmu_sdiod_drive_strength_init()2660 BHND_PMU_CCTRL_WRITE(sc, 1, cc_data_temp, ~0); in bhnd_pmu_sdiod_drive_strength_init()2663 "0x%08x\n", drivestrength, cc_data_temp); in bhnd_pmu_sdiod_drive_strength_init()