Home
last modified time | relevance | path

Searched refs:EMAC_EMAC_WRAPPER_CSR2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii.c187 val = readl(phy->base + EMAC_EMAC_WRAPPER_CSR2); in emac_sgmii_reset_prepare()
189 EMAC_EMAC_WRAPPER_CSR2); in emac_sgmii_reset_prepare()
192 val = readl(phy->base + EMAC_EMAC_WRAPPER_CSR2); in emac_sgmii_reset_prepare()
193 writel((val & ~PHY_RESET), phy->base + EMAC_EMAC_WRAPPER_CSR2); in emac_sgmii_reset_prepare()
H A Demac-mac.h20 #define EMAC_EMAC_WRAPPER_CSR2 0x000004 macro