Home
last modified time | relevance | path

Searched refs:cc_data_temp (Results 1 – 2 of 2) 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()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dsdio.c3784 u32 cc_data_temp; in brcmf_sdio_drivestrengthinit() local
3834 cc_data_temp = brcmf_sdiod_readl(sdiodev, addr, NULL); in brcmf_sdio_drivestrengthinit()
3835 cc_data_temp &= ~str_mask; in brcmf_sdio_drivestrengthinit()
3837 cc_data_temp |= drivestrength_sel; in brcmf_sdio_drivestrengthinit()
3838 brcmf_sdiod_writel(sdiodev, addr, cc_data_temp, NULL); in brcmf_sdio_drivestrengthinit()
3841 str_tab[i].strength, drivestrength, cc_data_temp); in brcmf_sdio_drivestrengthinit()