Searched refs:fix_burst (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_dma.h | 22 int (*init)(void __iomem *ioaddr, int fix_burst, int burst_map); 23 void (*cha_init)(void __iomem *ioaddr, int cha_num, int fix_burst,
|
H A D | sxgbe_dma.c | 21 static int sxgbe_dma_init(void __iomem *ioaddr, int fix_burst, int burst_map) in sxgbe_dma_init() argument 27 /* if fix_burst = 0, Set UNDEF = 1 of DMA_Sys_Mode Register. in sxgbe_dma_init() 28 * if fix_burst = 1, Set UNDEF = 0 of DMA_Sys_Mode Register. in sxgbe_dma_init() 30 * Set burst_map irrespective of fix_burst value. in sxgbe_dma_init() 32 if (!fix_burst) in sxgbe_dma_init() 44 int fix_burst, int pbl, dma_addr_t dma_tx, in sxgbe_dma_channel_init() 52 if (fix_burst) { in sxgbe_dma_channel_init() 43 sxgbe_dma_channel_init(void __iomem *ioaddr, int cha_num, int fix_burst, int pbl, dma_addr_t dma_tx, dma_addr_t dma_rx, int t_rsize, int r_rsize) sxgbe_dma_channel_init() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_dma.h | 22 int (*init)(void __iomem *ioaddr, int fix_burst, int burst_map); 23 void (*cha_init)(void __iomem *ioaddr, int cha_num, int fix_burst,
|
H A D | sxgbe_dma.c | 21 static int sxgbe_dma_init(void __iomem *ioaddr, int fix_burst, int burst_map) in sxgbe_dma_init() argument 27 /* if fix_burst = 0, Set UNDEF = 1 of DMA_Sys_Mode Register. in sxgbe_dma_init() 28 * if fix_burst = 1, Set UNDEF = 0 of DMA_Sys_Mode Register. in sxgbe_dma_init() 30 * Set burst_map irrespective of fix_burst value. in sxgbe_dma_init() 32 if (!fix_burst) in sxgbe_dma_init() 44 int fix_burst, int pbl, dma_addr_t dma_tx, in sxgbe_dma_channel_init() 52 if (fix_burst) { in sxgbe_dma_channel_init() 43 sxgbe_dma_channel_init(void __iomem *ioaddr, int cha_num, int fix_burst, int pbl, dma_addr_t dma_tx, dma_addr_t dma_rx, int t_rsize, int r_rsize) sxgbe_dma_channel_init() argument
|
Completed in 3 milliseconds