Searched refs:hostintmask (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.h | 213 u32 hostintmask; /* rev8 */ member
|
H A D | sdio.c | 444 u32 hostintmask; /* Copy of Host Interrupt Mask */ member 2369 if (intstatus & bus->hostintmask) in brcmf_sdio_sendfromq() 2479 brcmf_sdiod_writel(sdiodev, core->base + SD_REG(hostintmask), in brcmf_sdio_bus_stop() 2482 local_hostintmask = bus->hostintmask; in brcmf_sdio_bus_stop() 2483 bus->hostintmask = 0; in brcmf_sdio_bus_stop() 2558 val &= bus->hostintmask; in brcmf_sdio_intr_rstatus() 2637 intstatus |= (newstatus & bus->hostintmask); in brcmf_sdio_dpc() 4250 bus->hostintmask = HOSTINTMASK; in brcmf_sdio_firmware_callback() 4251 brcmf_sdiod_writel(sdiod, core->base + SD_REG(hostintmask), in brcmf_sdio_firmware_callback() 4252 bus->hostintmask, NUL in brcmf_sdio_firmware_callback() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.h | 217 u32 hostintmask; /* rev8 */ member
|
H A D | sdio.c | 442 u32 hostintmask; /* Copy of Host Interrupt Mask */ member 2380 if (intstatus & bus->hostintmask) in brcmf_sdio_sendfromq() 2490 brcmf_sdiod_writel(sdiodev, core->base + SD_REG(hostintmask), in brcmf_sdio_bus_stop() 2493 local_hostintmask = bus->hostintmask; in brcmf_sdio_bus_stop() 2494 bus->hostintmask = 0; in brcmf_sdio_bus_stop() 2569 val &= bus->hostintmask; in brcmf_sdio_intr_rstatus() 2648 intstatus |= (newstatus & bus->hostintmask); in brcmf_sdio_dpc() 4271 bus->hostintmask = HOSTINTMASK; in brcmf_sdio_firmware_callback() 4272 brcmf_sdiod_writel(sdiod, core->base + SD_REG(hostintmask), in brcmf_sdio_firmware_callback() 4273 bus->hostintmask, NUL in brcmf_sdio_firmware_callback() [all...] |
Completed in 14 milliseconds