Home
last modified time | relevance | path

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

/linux/drivers/net/phy/mediatek/
H A Dmtk-2p5ge.c51 void __iomem *mcu_csr_base, *pmb_addr; in mt798x_2p5ge_phy_load_fw() local
59 mcu_csr_base = ioremap(MTK_2P5GPHY_MCU_CSR_BASE, in mt798x_2p5ge_phy_load_fw()
61 if (!mcu_csr_base) { in mt798x_2p5ge_phy_load_fw()
80 reg = readw(mcu_csr_base + MD32_EN_CFG); in mt798x_2p5ge_phy_load_fw()
94 writew(reg & ~MD32_EN, mcu_csr_base + MD32_EN_CFG); in mt798x_2p5ge_phy_load_fw()
95 writew(reg | MD32_EN, mcu_csr_base + MD32_EN_CFG); in mt798x_2p5ge_phy_load_fw()
111 iounmap(mcu_csr_base); in mt798x_2p5ge_phy_load_fw()