Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c595.c259 rx_fifo = status & RX_BYTES_MASK; in t595_poll()
279 rx_fifo = status & RX_BYTES_MASK; in t595_poll()
H A D3c595.h421 #define RX_BYTES_MASK (unsigned short) (0x07ff) macro