Home
last modified time | relevance | path

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

/freebsd/sys/dev/mgb/
H A Dif_mgb.h100 #define MGB_DMAC_CMD_VAL(s, o, ch) (1 << ((s) + (o) + (ch))) macro
101 #define MGB_DMAC_CMD_RESET(_s, _ch) MGB_DMAC_CMD_VAL(_s, 8, _ch)
102 #define MGB_DMAC_CMD_START(_s, _ch) MGB_DMAC_CMD_VAL(_s, 4, _ch)
103 #define MGB_DMAC_CMD_STOP( _s, _ch) MGB_DMAC_CMD_VAL(_s, 0, _ch)