Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ni/ !
H A Dnixge.c43 #define XAXIDMA_DELAY_MASK 0xFF000000 /* Delay timeout counter */ macro
349 cr = ((cr & ~XAXIDMA_DELAY_MASK) | in nixge_hw_dma_bd_init()
362 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/ !
H A Dxilinx_axienet.h113 #define XAXIDMA_DELAY_MASK 0xFF000000 /* Delay timeout counter */ macro
H A Dxilinx_axienet_main.c261 timer = min(timer, FIELD_MAX(XAXIDMA_DELAY_MASK)); in axienet_calc_cr()
262 cr |= FIELD_PREP(XAXIDMA_DELAY_MASK, timer) | in axienet_calc_cr()
280 u64 timer = FIELD_GET(XAXIDMA_DELAY_MASK, cr); in axienet_coalesce_params()
2268 mask = XAXIDMA_DELAY_MASK | XAXIDMA_IRQ_DELAY_MASK; in axienet_ethtools_set_coalesce()