Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c3725 struct brcmf_chip *ci, u32 drivestrength) in brcmf_sdio_drivestrengthinit() argument
3753 if (drivestrength >= sdiod_drvstr_tab2_3v3[i].strength) { in brcmf_sdio_drivestrengthinit()
3759 ci->name, drivestrength); in brcmf_sdio_drivestrengthinit()
3774 if (drivestrength >= str_tab[i].strength) { in brcmf_sdio_drivestrengthinit()
3789 str_tab[i].strength, drivestrength, cc_data_temp); in brcmf_sdio_drivestrengthinit()
3894 u32 drivestrength; in brcmf_sdio_probe_attach() local
3931 drivestrength = bus->sdiodev->pdata->drive_strength; in brcmf_sdio_probe_attach()
3933 drivestrength = DEFAULT_SDIO_DRIVE_STRENGTH; in brcmf_sdio_probe_attach()
3934 brcmf_sdio_drivestrengthinit(bus->sdiodev, bus->ci, drivestrength); in brcmf_sdio_probe_attach()