OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntrStatus
(Results
1 - 4
of
4
) sorted by null
/external/grub/netboot/
rtl8139.c
93
IntrMask=0x3C,
IntrStatus
=0x3E,
364
status = inw(ioaddr +
IntrStatus
);
368
outw(status & (TxOK | TxErr | PCIErr), ioaddr +
IntrStatus
);
399
status = inw(ioaddr +
IntrStatus
);
401
outw(status & ~(RxFIFOOver | RxOverflow | RxOK), ioaddr +
IntrStatus
);
445
outw(status & (RxFIFOOver | RxOverflow | RxOK), ioaddr +
IntrStatus
);
w89c840.c
178
IntrStatus
=0x14, NetworkConfig=0x18, IntrEnable=0x1C,
353
writel(0x1A0F5, ioaddr +
IntrStatus
);
368
writel(intr_stat & 0x001ffff, ioaddr +
IntrStatus
);
397
u32 intr_status = readl(ioaddr +
IntrStatus
);
557
intr_stat = readl(ioaddr +
IntrStatus
);
569
writel(intr_stat & 0x0001ffff, ioaddr +
IntrStatus
);
fa311.c
54
IntrStatus
=0x10, IntrMask=0x14, IntrEnable=0x18,
249
readl(dev->ioaddr +
IntrStatus
); /* clear interrrupt bits */
316
readl(dev->ioaddr +
IntrStatus
); /* clear interrrupt bits */
natsemi.c
113
IntrStatus
= 0x10,
Completed in 98 milliseconds