Home
last modified time | relevance | path

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

/src/sys/dev/msk/
H A Dif_msk.c419 val = GMAC_READ_2(sc, sc_if->msk_port, GM_SMI_CTRL); in msk_phy_readreg()
421 val = GMAC_READ_2(sc, sc_if->msk_port, GM_SMI_DATA); in msk_phy_readreg()
457 if ((GMAC_READ_2(sc, sc_if->msk_port, GM_SMI_CTRL) & in msk_phy_writereg()
542 GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_miibus_statchg()
561 gmac = GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_miibus_statchg()
566 GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_miibus_statchg()
601 mode = GMAC_READ_2(sc, sc_if->msk_port, GM_RX_CTRL); in msk_rxfilter()
4142 val = GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_stop()
4146 GMAC_READ_2(sc, sc_if->msk_port, GM_GP_CTRL); in msk_stop()
4270 ((((uint32_t)GMAC_READ_2(sc, x, (y) + 4)) << 16) + \
[all …]
H A Dif_mskreg.h2170 #define GMAC_READ_2(sc, port, reg) \ macro