Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c3774 struct brcmf_chip *ci, u32 drivestrength) in brcmf_sdio_drivestrengthinit() argument
3801 if (drivestrength >= sdiod_drvstr_tab2_3v3[i].strength) { in brcmf_sdio_drivestrengthinit()
3807 ci->name, drivestrength); in brcmf_sdio_drivestrengthinit()
3824 if (drivestrength >= str_tab[i].strength) { in brcmf_sdio_drivestrengthinit()
3838 str_tab[i].strength, drivestrength, cc_data_temp); in brcmf_sdio_drivestrengthinit()
3953 u32 drivestrength; in brcmf_sdio_probe_attach() local
4039 drivestrength = sdiodev->settings->bus.sdio.drive_strength; in brcmf_sdio_probe_attach()
4041 drivestrength = DEFAULT_SDIO_DRIVE_STRENGTH; in brcmf_sdio_probe_attach()
4042 brcmf_sdio_drivestrengthinit(sdiodev, bus->ci, drivestrength); in brcmf_sdio_probe_attach()