Lines Matching refs:hostintmask
298 uint32 hostintmask; /* Copy of Host Interrupt Mask */ member
3030 if (intstatus & bus->hostintmask) in dhdsdio_sendfromq()
3600 bus->hostintmask, bus->intstatus, bus->sdpcm_ver); in dhd_bus_dump()
5756 bus->hostintmask = 0; in dhd_bus_stop()
5768 W_SDREG(0, &bus->regs->hostintmask, retries); in dhd_bus_stop()
5769 local_hostintmask = bus->hostintmask; in dhd_bus_stop()
5770 bus->hostintmask = 0; in dhd_bus_stop()
6035 bus->hostintmask = HOSTINTMASK; in dhd_bus_init()
6040 bus->hostintmask &= ~I_HMB_FRAME_IND; in dhd_bus_init()
6041 bus->hostintmask |= I_XMTDATA_AVAIL; in dhd_bus_init()
6044 W_SDREG(bus->hostintmask, &bus->regs->hostintmask, retries); in dhd_bus_init()
6110 intstatus &= bus->hostintmask; in dhd_bus_init()
6115 devena, devpend, intstatus, bus->hostintmask)); in dhd_bus_init()
6135 bus->hostintmask &= ~I_CHIPACTIVE; in dhd_bus_init()
6136 W_SDREG(bus->hostintmask, &bus->regs->hostintmask, retries); in dhd_bus_init()
6138 __FUNCTION__, bus->hostintmask)); in dhd_bus_init()
7798 newstatus &= bus->hostintmask; in dhdsdio_dpc()
7825 intstatus |= (newstatus & bus->hostintmask); in dhdsdio_dpc()
7990 if (newstatus & bus->hostintmask) { in dhdsdio_dpc()
8733 intstatus &= bus->hostintmask; in dhd_bus_watchdog()