Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.h224 u32 hostintmask; /* rev8 */ member
Dsdio.c437 u32 hostintmask; /* Copy of Host Interrupt Mask */ member
2412 if (intstatus & bus->hostintmask) in brcmf_sdio_sendfromq()
2513 w_sdreg32(bus, 0, offsetof(struct sdpcmd_regs, hostintmask)); in brcmf_sdio_bus_stop()
2514 local_hostintmask = bus->hostintmask; in brcmf_sdio_bus_stop()
2515 bus->hostintmask = 0; in brcmf_sdio_bus_stop()
2584 val &= bus->hostintmask; in brcmf_sdio_intr_rstatus()
2662 intstatus |= (newstatus & bus->hostintmask); in brcmf_sdio_dpc()
4095 bus->hostintmask = HOSTINTMASK; in brcmf_sdio_firmware_callback()
4096 w_sdreg32(bus, bus->hostintmask, in brcmf_sdio_firmware_callback()
4097 offsetof(struct sdpcmd_regs, hostintmask)); in brcmf_sdio_firmware_callback()