Searched refs:wdma_r32 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_wed.c | 113 wdma_w32(dev, reg, (wdma_r32(dev, reg) & ~mask) | val); in wdma_m32() 149 return wdma_r32(dev, MTK_WDMA_GLO_CFG); in mtk_wdma_read_reset() 163 if (read_poll_timeout(wdma_r32, status, in mtk_wdma_v3_rx_reset() 168 if (read_poll_timeout(wdma_r32, status, in mtk_wdma_v3_rx_reset() 176 if (read_poll_timeout(wdma_r32, status, in mtk_wdma_v3_rx_reset() 181 if (read_poll_timeout(wdma_r32, status, in mtk_wdma_v3_rx_reset() 291 if (read_poll_timeout(wdma_r32, status, in mtk_wdma_v3_tx_reset() 296 if (read_poll_timeout(wdma_r32, status, in mtk_wdma_v3_tx_reset() 304 if (read_poll_timeout(wdma_r32, status, in mtk_wdma_v3_tx_reset() 309 if (read_poll_timeout(wdma_r32, status, in mtk_wdma_v3_tx_reset()
|
H A D | mtk_wed.h | 108 wdma_r32(struct mtk_wed_device *dev, u32 reg) in wdma_r32() function
|
H A D | mtk_wed_debugfs.c | 75 val = wdma_r32(dev, cur->offset); in dump_wed_regs()
|