Home
last modified time | relevance | path

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

/freebsd/sys/dev/mgb/
H A Dif_mgb.h104 #define MGB_DMAC_STATE(_start, _stop) \ macro
106 #define MGB_DMAC_STATE_INITIAL MGB_DMAC_STATE(0, 0)
107 #define MGB_DMAC_STATE_STARTED MGB_DMAC_STATE(1, 0)
108 #define MGB_DMAC_STATE_STOP_PENDING MGB_DMAC_STATE(1, 1)
109 #define MGB_DMAC_STATE_STOPPED MGB_DMAC_STATE(0, 1)
111 (MGB_DMAC_STATE( \