Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c286 val = GMAC_READ_2(dev, pnum, GM_SMI_CTRL); in yge_mii_readreg()
288 val = GMAC_READ_2(dev, pnum, GM_SMI_DATA); in yge_mii_readreg()
421 (void) GMAC_READ_2(dev, port->p_port, GM_GP_CTRL); in yge_mii_notify()
428 gpcr = GMAC_READ_2(dev, port->p_port, GM_GP_CTRL); in yge_mii_notify()
473 mode = GMAC_READ_2(dev, pnum, GM_RX_CTRL); in yge_setrxfilt()
2620 gmac = GMAC_READ_2(dev, pnum, GM_GP_CTRL); in yge_start_port()
2624 (void) GMAC_READ_2(dev, pnum, GM_GP_CTRL); in yge_start_port()
2735 val = GMAC_READ_2(dev, pnum, GM_GP_CTRL); in yge_stop_port()
2739 (void) GMAC_READ_2(dev, pnum, GM_GP_CTRL); in yge_stop_port()
2838 gmac = GMAC_READ_2(dev, pnum, GM_PHY_ADDR); in yge_stats_clear()
[all …]
H A Dyge.h1842 #define GMAC_READ_2(sc, port, reg) \ macro