Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_msk.c256GMAC_WRITE_2 (sc, port, GM_SMI_CTRL, GM_SMI_CT_PHY_AD (PHY_ADDR_MARV) | GM_SMI_CT_REG_AD (reg) | G… in msk_phy_readreg()
289 GMAC_WRITE_2 (sc, port, GM_SMI_DATA, val); in msk_phy_writereg()
290 GMAC_WRITE_2 (sc, port, GM_SMI_CTRL, GM_SMI_CT_PHY_AD (PHY_ADDR_MARV) | GM_SMI_CT_REG_AD (reg)); in msk_phy_writereg()
377 GMAC_WRITE_2 (sc, port, GM_GP_CTRL, gmac); in msk_miibus_statchg()
401 GMAC_WRITE_2 (sc, port, GM_GP_CTRL, gmac); in msk_miibus_statchg()
486 GMAC_WRITE_2 (sc, port, GM_MC_ADDR_H1, mchash[0] & 0xffff ); in msk_rxfilter()
487 GMAC_WRITE_2 (sc, port, GM_MC_ADDR_H2, (mchash[0] >> 16) & 0xffff ); in msk_rxfilter()
488 GMAC_WRITE_2 (sc, port, GM_MC_ADDR_H3, mchash[1] & 0xffff ); in msk_rxfilter()
489 GMAC_WRITE_2 (sc, port, GM_MC_ADDR_H4, (mchash[1] >> 16) & 0xffff ); in msk_rxfilter()
490 GMAC_WRITE_2 (sc, port, GM_RX_CTRL, mode ); in msk_rxfilter()
[all …]
Dif_mskreg.h2083 #define GMAC_WRITE_2(sc, port, reg, val) CSR_WRITE_2 ((sc), GMAC_REG((port), (reg)), (val)) macro