Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/PDP11/
H A Dpdp11_rx.c98 #define RXCS_GETFNC(x) (((x) >> RXCS_V_FUNC) & RXCS_M_FUNC) macro
260 switch (RXCS_GETFNC (data)) { /* case on func */ in rx_wr()
335 func = RXCS_GETFNC (rx_csr); /* get function */ in rx_svc()
/dports/emulators/simh/simh-3.9.0_5/PDP8/
H A Dpdp8_rx.c105 #define RXCS_GETFNC(x) (((x) >> RXCS_V_FUNC) & RXCS_M_FUNC) macro
313 switch (RXCS_GETFNC (rx_csr)) { /* decode command */ in rx_cmd()
377 func = RXCS_GETFNC (rx_csr); /* get function */ in rx_svc()