Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c2638 uint32_t cc_data_temp; in bhnd_pmu_sdiod_drive_strength_init() local
2647 cc_data_temp = BHND_PMU_CCTRL_READ(sc, 1); in bhnd_pmu_sdiod_drive_strength_init()
2648 cc_data_temp &= ~str_mask; in bhnd_pmu_sdiod_drive_strength_init()
2650 cc_data_temp |= drivestrength_sel; in bhnd_pmu_sdiod_drive_strength_init()
2651 BHND_PMU_CCTRL_WRITE(sc, 1, cc_data_temp, ~0); in bhnd_pmu_sdiod_drive_strength_init()
2654 "0x%08x\n", drivestrength, cc_data_temp); in bhnd_pmu_sdiod_drive_strength_init()