Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/xilinx/
Daxidma.c166 READ4(sc, AXI_CURDESC(data->id))); in axidma_intr()
509 READ8(sc, AXI_CURDESC(data->id))); in axidma_channel_submit_sg()
511 READ8(sc, AXI_CURDESC(data->id))); in axidma_channel_submit_sg()
565 WRITE8(sc, AXI_CURDESC(data->id), addr); in axidma_channel_prep_sg()
Daxidma.h57 #define AXI_CURDESC(n) (0x08 + 0x30 * (n)) /* Current Descriptor Pointer. Lower 32 bits of the add… macro