HomeSort by: relevance | last modified time | path
    Searched refs:RX_MASK (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
mb86950reg.h 80 #define CLEAR_RX_ERR RX_MASK /* Clear receive and errors */
81 #define RX_MASK (RX_PKT | RX_SHORT_ERR | RX_ALIGN_ERR | RX_CRC_ERR | RX_OVERFLO | RX_BUS_RD_ERR)
mb86950.c 536 bus_space_write_1(bst, bsh, DLCR_RX_INT_EN, RX_MASK);
722 bus_space_write_1(bst, bsh, DLCR_RX_INT_EN, RX_MASK);
  /src/sys/arch/hp300/stand/common/
dcm.c 118 head = pp->r_head & RX_MASK;
119 if (head == (pp->r_tail & RX_MASK))
124 pp->r_head = (head + 2) & RX_MASK;
  /src/sys/arch/hp300/dev/
dcm.c 829 (head = pp->r_head & RX_MASK) != (pp->r_tail & RX_MASK) &&
831 pp->r_head = (head + 2) & RX_MASK;
836 pp->r_head = pp->r_tail & RX_MASK;
840 head = pp->r_head & RX_MASK;
845 while (head != (pp->r_tail & RX_MASK)) {
852 head = (head + 2) & RX_MASK;
1579 head = pp->r_head & RX_MASK;
1581 while (head == (pp->r_tail & RX_MASK))
1594 pp->r_head = (head + 2) & RX_MASK;
    [all...]
dcmreg.h 246 #define RX_MASK 0xff

Completed in 14 milliseconds