Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c3686 u32 cc_data_temp; in brcmf_sdio_drivestrengthinit() local
3735 cc_data_temp = brcmf_sdiod_regrl(sdiodev, addr, NULL); in brcmf_sdio_drivestrengthinit()
3736 cc_data_temp &= ~str_mask; in brcmf_sdio_drivestrengthinit()
3738 cc_data_temp |= drivestrength_sel; in brcmf_sdio_drivestrengthinit()
3739 brcmf_sdiod_regwl(sdiodev, addr, cc_data_temp, NULL); in brcmf_sdio_drivestrengthinit()
3742 str_tab[i].strength, drivestrength, cc_data_temp); in brcmf_sdio_drivestrengthinit()