Searched refs:IntrStatus (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsis190.c158 SIS_W32(IntrStatus, 0xffffffff);
356 status = SIS_R32(IntrStatus);
361 SIS_W32(IntrStatus, status);
436 SIS_W32(IntrStatus, 0xffffffff);
1094 SIS_W32(IntrStatus, 0xffffffff);
H A Dsundance.c144 IntrStatus = 0x4e, enumerator in enum:alta_offsets
438 intr_status = inw(nic->ioaddr + IntrStatus);
469 intr_status = inw(nic->ioaddr + IntrStatus);
470 outw(intr_status, nic->ioaddr + IntrStatus);
492 nic->ioaddr + IntrStatus);
H A Dvia-rhine.c904 IntrStatus=0x0C, IntrEnable=0x0E, enumerator in enum:register_offsets
942 intr_status = inw(nic->ioaddr + IntrStatus);
1301 intr_status = inw(nic->ioaddr + IntrStatus);
1310 outw(intr_status & 0xffff, nic->ioaddr + IntrStatus);
1336 outw(DEFAULT_INTR & ~IntrRxDone, nic->ioaddr + IntrStatus);
H A Dw89c840.c180 IntrStatus=0x14, NetworkConfig=0x18, IntrEnable=0x1C, enumerator in enum:w840_offsets
346 writel(0x1A0F5, ioaddr + IntrStatus);
362 writel(intr_stat & 0x001ffff, ioaddr + IntrStatus);
393 u32 intr_status = readl(ioaddr + IntrStatus);
H A Dsis190.h77 IntrStatus = 0x20, enumerator in enum:sis190_registers
104 /* IntrStatus */

Completed in 61 milliseconds