Searched refs:XAXIDMA_DELAY_MASK (Results 1 – 3 of 3) sorted by relevance
43 #define XAXIDMA_DELAY_MASK 0xFF000000 /* Delay timeout counter */ macro349 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()
113 #define XAXIDMA_DELAY_MASK 0xFF000000 /* Delay timeout counter */ macro
261 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()