Searched refs:BD_CONTROL_LEN_M (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/xilinx/ | ||
H A D | axidma.h | 77 #define BD_CONTROL_LEN_M (0x3ffffff << BD_CONTROL_LEN_S) macro |
H A D | axidma.c | 176 st.transferred = desc->status & BD_CONTROL_LEN_M; in axidma_intr() |