Searched refs:varsz (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | sdio.c | 3368 void *vars, u32 varsz) in brcmf_sdio_download_nvram() argument 3375 address = bus->ci->ramsize - varsz + bus->ci->rambase; in brcmf_sdio_download_nvram() 3376 err = brcmf_sdiod_ramrw(bus->sdiodev, true, address, vars, varsz); in brcmf_sdio_download_nvram() 3379 err, varsz, address); in brcmf_sdio_download_nvram() 3380 else if (!brcmf_sdio_verifymemory(bus->sdiodev, address, vars, varsz)) in brcmf_sdio_download_nvram()
|