Home
last modified time | relevance | path

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

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