Home
last modified time | relevance | path

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

/dports/emulators/xhomer/xhomer-9-16-06/
H A Dpro_rx.c194 pro_rx_csr0_s = (pro_rx_csr0_c & (PRO_RX_FUNC | PRO_RX_DISKNUM)) | PRO_RX_DONE; in pro_rx_set_maintstat()
219 pro_rx_csr0_s = (pro_rx_csr0_c & (PRO_RX_FUNC | PRO_RX_DISKNUM)) | PRO_RX_DONE; in pro_rx_set_rwstat()
591 pro_rx_csr0_s = PRO_RX_DONE; in pro_rx_reset()
H A Dpro_defs.h441 #define PRO_RX_DONE 0010 /* done bit */ macro