Lines Matching refs:hostintmask
300 uint32 hostintmask; /* Copy of Host Interrupt Mask */ member
2747 if (intstatus & bus->hostintmask) in dhdsdio_sendfromq()
3233 bus->hostintmask, bus->intstatus, bus->sdpcm_ver); in dhd_bus_dump()
5516 bus->hostintmask = 0; in dhd_bus_stop()
5528 W_SDREG(0, &bus->regs->hostintmask, retries); in dhd_bus_stop()
5529 local_hostintmask = bus->hostintmask; in dhd_bus_stop()
5530 bus->hostintmask = 0; in dhd_bus_stop()
5761 bus->hostintmask = HOSTINTMASK; in dhd_bus_init()
5766 bus->hostintmask &= ~I_HMB_FRAME_IND; in dhd_bus_init()
5767 bus->hostintmask |= I_XMTDATA_AVAIL; in dhd_bus_init()
5771 W_SDREG(bus->hostintmask, &bus->regs->hostintmask, retries); in dhd_bus_init()
5821 bus->hostintmask &= ~I_CHIPACTIVE; in dhd_bus_init()
5822 W_SDREG(bus->hostintmask, &bus->regs->hostintmask, retries); in dhd_bus_init()
5824 __FUNCTION__, bus->hostintmask)); in dhd_bus_init()
5834 bus->hostintmask &= ~I_CHIPACTIVE; in dhd_bus_init()
5835 W_SDREG(bus->hostintmask, &bus->regs->hostintmask, retries); in dhd_bus_init()
5837 __FUNCTION__, bus->hostintmask)); in dhd_bus_init()
7409 newstatus &= bus->hostintmask;
7436 intstatus |= (newstatus & bus->hostintmask);
7552 if (newstatus & bus->hostintmask) {