Home
last modified time | relevance | path

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

/external/grub/netboot/
Dsk_g16.c516 int csr0, rmdstat, packet_there; in SK_poll() local
547 while (!( (rmdstat = rmdp->u.s.status) & RX_OWN)) in SK_poll()
557 if ((rmdstat & (RX_STP | RX_ENP)) != (RX_STP | RX_ENP)) in SK_poll()
561 if (rmdstat & RX_STP) in SK_poll()
577 else if (rmdstat & RX_ERR) /* Receive Error ? */ in SK_poll()
579 printf("%s: RX error: %#hX\n", SK_NAME, (int) rmdstat); in SK_poll()