Home
last modified time | relevance | path

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

/freebsd/sys/dev/xilinx/
H A Daxidma.c164 READ4(sc, AXI_CURDESC(data->id))); in axidma_intr()
503 READ8(sc, AXI_CURDESC(data->id))); in axidma_channel_submit_sg()
505 READ8(sc, AXI_CURDESC(data->id))); in axidma_channel_submit_sg()
559 WRITE8(sc, AXI_CURDESC(data->id), addr); in axidma_channel_prep_sg()
H A Daxidma.h55 #define AXI_CURDESC(n) (0x08 + 0x30 * (n)) /* Current Descriptor Pointer. Lower 32 bits of the add… macro