Searched refs:ENETDMAS_SRAM2_REG (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 998 enet_dmas_writel(priv, 0, ENETDMAS_SRAM2_REG, priv->rx_chan); in bcm_enet_open() 999 enet_dmas_writel(priv, 0, ENETDMAS_SRAM2_REG, priv->tx_chan); in bcm_enet_open() 2203 enet_dmas_writel(priv, 0, ENETDMAS_SRAM2_REG, priv->rx_chan); in bcm_enetsw_open() 2204 enet_dmas_writel(priv, 0, ENETDMAS_SRAM2_REG, priv->tx_chan); in bcm_enetsw_open()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_regs.h | 771 #define ENETDMAS_SRAM2_REG (0x4) macro
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 753 usb_dmas_writel(udc, 0, ENETDMAS_SRAM2_REG, ch_idx); in iudma_reset_channel() 2201 sram2 = usb_dmas_readl(udc, ENETDMAS_SRAM2_REG, ch_idx); in bcm63xx_iudma_dbg_show()
|