Lines Matching defs:ioaddr
11 static int dwxgmac2_dma_reset(void __iomem *ioaddr) in dwxgmac2_dma_reset()
22 static void dwxgmac2_dma_init(void __iomem *ioaddr, in dwxgmac2_dma_init()
36 static void dwxgmac2_dma_init_chan(void __iomem *ioaddr, in dwxgmac2_dma_init_chan()
48 static void dwxgmac2_dma_init_rx_chan(void __iomem *ioaddr, in dwxgmac2_dma_init_rx_chan()
64 static void dwxgmac2_dma_init_tx_chan(void __iomem *ioaddr, in dwxgmac2_dma_init_tx_chan()
81 static void dwxgmac2_dma_axi(void __iomem *ioaddr, struct stmmac_axi *axi) in dwxgmac2_dma_axi()
134 static void dwxgmac2_dma_dump_regs(void __iomem *ioaddr, u32 *reg_space) in dwxgmac2_dma_dump_regs()
142 static void dwxgmac2_dma_rx_mode(void __iomem *ioaddr, int mode, in dwxgmac2_dma_rx_mode()
208 static void dwxgmac2_dma_tx_mode(void __iomem *ioaddr, int mode, in dwxgmac2_dma_tx_mode()
251 static void dwxgmac2_enable_dma_irq(void __iomem *ioaddr, u32 chan, in dwxgmac2_enable_dma_irq()
264 static void dwxgmac2_disable_dma_irq(void __iomem *ioaddr, u32 chan, in dwxgmac2_disable_dma_irq()
277 static void dwxgmac2_dma_start_tx(void __iomem *ioaddr, u32 chan) in dwxgmac2_dma_start_tx()
290 static void dwxgmac2_dma_stop_tx(void __iomem *ioaddr, u32 chan) in dwxgmac2_dma_stop_tx()
303 static void dwxgmac2_dma_start_rx(void __iomem *ioaddr, u32 chan) in dwxgmac2_dma_start_rx()
316 static void dwxgmac2_dma_stop_rx(void __iomem *ioaddr, u32 chan) in dwxgmac2_dma_stop_rx()
325 static int dwxgmac2_dma_interrupt(void __iomem *ioaddr, in dwxgmac2_dma_interrupt()
374 static int dwxgmac2_get_hw_feature(void __iomem *ioaddr, in dwxgmac2_get_hw_feature()
452 static void dwxgmac2_rx_watchdog(void __iomem *ioaddr, u32 riwt, u32 queue) in dwxgmac2_rx_watchdog()
457 static void dwxgmac2_set_rx_ring_len(void __iomem *ioaddr, u32 len, u32 chan) in dwxgmac2_set_rx_ring_len()
462 static void dwxgmac2_set_tx_ring_len(void __iomem *ioaddr, u32 len, u32 chan) in dwxgmac2_set_tx_ring_len()
467 static void dwxgmac2_set_rx_tail_ptr(void __iomem *ioaddr, u32 ptr, u32 chan) in dwxgmac2_set_rx_tail_ptr()
472 static void dwxgmac2_set_tx_tail_ptr(void __iomem *ioaddr, u32 ptr, u32 chan) in dwxgmac2_set_tx_tail_ptr()
477 static void dwxgmac2_enable_tso(void __iomem *ioaddr, bool en, u32 chan) in dwxgmac2_enable_tso()
489 static void dwxgmac2_qmode(void __iomem *ioaddr, u32 channel, u8 qmode) in dwxgmac2_qmode()
506 static void dwxgmac2_set_bfsize(void __iomem *ioaddr, int bfsize, u32 chan) in dwxgmac2_set_bfsize()
516 static void dwxgmac2_enable_sph(void __iomem *ioaddr, bool en, u32 chan) in dwxgmac2_enable_sph()
532 static int dwxgmac2_enable_tbs(void __iomem *ioaddr, bool en, u32 chan) in dwxgmac2_enable_tbs()