Home
last modified time | relevance | path

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

/external/grub/netboot/
Dni5010.c223 int rcv_stat; in ni5010_poll() local
225 if (((rcv_stat = inb(EDLC_RSTAT)) & RS_VALID_BITS) != RS_PKT_OK) { in ni5010_poll()
226 outb(rcv_stat, EDLC_RSTAT); /* Clear the status */ in ni5010_poll()
229 outb(rcv_stat, EDLC_RCLR); /* Clear the status */ in ni5010_poll()