Home
last modified time | relevance | path

Searched refs:IE_ISTAT (Results 1 – 1 of 1) sorted by relevance

/external/grub/netboot/
Dni5010.c72 #define IE_ISTAT (ioaddr + 0x13) /* IE Interrupt Status. read only */ macro
181 printf("ISTAT %hhX\n", inb(IE_ISTAT));
272 while (((xmt_stat = inb(IE_ISTAT)) & IS_EN_XMT) != 0) in ni5010_transmit()