Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ni/
A Dnixge.c44 #define XAXIDMA_DELAY_MASK 0xFF000000 /* Delay timeout counter */ macro
348 cr = ((cr & ~XAXIDMA_DELAY_MASK) | in nixge_hw_dma_bd_init()
361 cr = (((cr & ~XAXIDMA_DELAY_MASK)) | in nixge_hw_dma_bd_init()
826 cr = ((cr & ~XAXIDMA_DELAY_MASK) | in nixge_dma_err_handler()
839 cr = (((cr & ~XAXIDMA_DELAY_MASK)) | in nixge_dma_err_handler()
/linux/drivers/net/ethernet/xilinx/
A Dxilinx_axienet.h111 #define XAXIDMA_DELAY_MASK 0xFF000000 /* Delay timeout counter */ macro
A Dxilinx_axienet_main.c304 cr = ((cr & ~XAXIDMA_DELAY_MASK) | in axienet_dma_bd_init()
317 cr = (((cr & ~XAXIDMA_DELAY_MASK)) | in axienet_dma_bd_init()
1769 cr = ((cr & ~XAXIDMA_DELAY_MASK) | in axienet_dma_err_handler()
1782 cr = (((cr & ~XAXIDMA_DELAY_MASK)) | in axienet_dma_err_handler()

Completed in 14 milliseconds