Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_msk.c260 val = GMAC_READ_2 (sc, port, GM_SMI_CTRL); in msk_phy_readreg()
262 val = GMAC_READ_2 (sc, port, GM_SMI_DATA); in msk_phy_readreg()
293 if ((GMAC_READ_2 (sc, port, GM_SMI_CTRL) & GM_SMI_CT_BUSY) == 0) { in msk_phy_writereg()
379 GMAC_READ_2 (sc, port, GM_GP_CTRL); in msk_miibus_statchg()
398 gmac = GMAC_READ_2 (sc, port, GM_GP_CTRL); in msk_miibus_statchg()
403 GMAC_READ_2 (sc, port, GM_GP_CTRL); in msk_miibus_statchg()
464 mode = GMAC_READ_2 (sc, port, GM_RX_CTRL); in msk_rxfilter()
2764 val = GMAC_READ_2 (sc, port, GM_GP_CTRL); in mskc_stop_if()
2768 GMAC_READ_2 (sc, port, GM_GP_CTRL); in mskc_stop_if()
2874 #define MSK_READ_MIB32(x, y) (((UINT32)GMAC_READ_2 (sc, x, (y) + 4)) << 16) + (UINT32)GMAC_REA…
[all …]
Dif_mskreg.h2084 #define GMAC_READ_2(sc, port, reg) CSR_READ_2 ((sc), GMAC_REG((port), (reg))) macro