Searched refs:cc_data_temp (Results 1 – 1 of 1) sorted by relevance
2642 uint32_t cc_data_temp; in bhnd_pmu_sdiod_drive_strength_init() local2651 cc_data_temp = BHND_PMU_CCTRL_READ(sc, 1); in bhnd_pmu_sdiod_drive_strength_init()2652 cc_data_temp &= ~str_mask; in bhnd_pmu_sdiod_drive_strength_init()2654 cc_data_temp |= drivestrength_sel; in bhnd_pmu_sdiod_drive_strength_init()2655 BHND_PMU_CCTRL_WRITE(sc, 1, cc_data_temp, ~0); in bhnd_pmu_sdiod_drive_strength_init()2658 "0x%08x\n", drivestrength, cc_data_temp); in bhnd_pmu_sdiod_drive_strength_init()