Searched refs:IntrStatus (Results 1 – 4 of 4) sorted by relevance
/external/grub/netboot/ |
D | rtl8139.c | 93 IntrMask=0x3C, IntrStatus=0x3E, enumerator 364 status = inw(ioaddr + IntrStatus); in rtl_transmit() 368 outw(status & (TxOK | TxErr | PCIErr), ioaddr + IntrStatus); in rtl_transmit() 399 status = inw(ioaddr + IntrStatus); in rtl_poll() 401 outw(status & ~(RxFIFOOver | RxOverflow | RxOK), ioaddr + IntrStatus); in rtl_poll() 445 outw(status & (RxFIFOOver | RxOverflow | RxOK), ioaddr + IntrStatus); in rtl_poll()
|
D | w89c840.c | 178 IntrStatus=0x14, NetworkConfig=0x18, IntrEnable=0x1C, enumerator 353 writel(0x1A0F5, ioaddr + IntrStatus); in w89c840_reset() 368 writel(intr_stat & 0x001ffff, ioaddr + IntrStatus); in handle_intr() 397 u32 intr_status = readl(ioaddr + IntrStatus); in w89c840_poll() 557 intr_stat = readl(ioaddr + IntrStatus); in w89c840_transmit() 569 writel(intr_stat & 0x0001ffff, ioaddr + IntrStatus); in w89c840_transmit()
|
D | fa311.c | 54 IntrStatus=0x10, IntrMask=0x14, IntrEnable=0x18, enumerator 249 readl(dev->ioaddr + IntrStatus); /* clear interrrupt bits */ in fa311_poll() 316 readl(dev->ioaddr + IntrStatus); /* clear interrrupt bits */ in fa311_transmit()
|
D | natsemi.c | 112 IntrStatus = 0x10, enumerator
|