Symbol: GMAC_WRITE_2
usr/src/uts/common/io/yge/yge.c
2449
GMAC_WRITE_2(dev, pnum, GM_GP_CTRL, 0);
usr/src/uts/common/io/yge/yge.c
2458
GMAC_WRITE_2(dev, pnum, GM_RX_CTRL, GM_RXCR_CRC_DIS);
usr/src/uts/common/io/yge/yge.c
2461
GMAC_WRITE_2(dev, pnum, GM_TX_CTRL, TX_COL_THR(TX_COL_DEF));
usr/src/uts/common/io/yge/yge.c
2464
GMAC_WRITE_2(dev, pnum, GM_TX_FLOW_CTRL, 0xffff);
usr/src/uts/common/io/yge/yge.c
2467
GMAC_WRITE_2(dev, pnum, GM_TX_PARAM,
usr/src/uts/common/io/yge/yge.c
2476
GMAC_WRITE_2(dev, pnum, GM_SERIAL_MODE, gmac);
usr/src/uts/common/io/yge/yge.c
2479
GMAC_WRITE_2(dev, pnum, GM_TX_IRQ_MSK, 0);
usr/src/uts/common/io/yge/yge.c
2480
GMAC_WRITE_2(dev, pnum, GM_RX_IRQ_MSK, 0);
usr/src/uts/common/io/yge/yge.c
2481
GMAC_WRITE_2(dev, pnum, GM_TR_IRQ_MSK, 0);
usr/src/uts/common/io/yge/yge.c
2622
GMAC_WRITE_2(port->p_dev, port->p_port, GM_GP_CTRL, gmac);
usr/src/uts/common/io/yge/yge.c
2737
GMAC_WRITE_2(dev, pnum, GM_GP_CTRL, val);
usr/src/uts/common/io/yge/yge.c
281
GMAC_WRITE_2(dev, pnum, GM_SMI_CTRL,
usr/src/uts/common/io/yge/yge.c
2839
GMAC_WRITE_2(dev, pnum, GM_PHY_ADDR, gmac | GM_PAR_MIB_CLR);
usr/src/uts/common/io/yge/yge.c
2845
GMAC_WRITE_2(dev, pnum, GM_PHY_ADDR, gmac);
usr/src/uts/common/io/yge/yge.c
2865
GMAC_WRITE_2(dev, pnum, GM_PHY_ADDR, gmac | GM_PAR_MIB_CLR);
usr/src/uts/common/io/yge/yge.c
2913
GMAC_WRITE_2(dev, pnum, GM_PHY_ADDR, gmac);
usr/src/uts/common/io/yge/yge.c
309
GMAC_WRITE_2(dev, pnum, GM_SMI_DATA, val);
usr/src/uts/common/io/yge/yge.c
310
GMAC_WRITE_2(dev, pnum, GM_SMI_CTRL,
usr/src/uts/common/io/yge/yge.c
418
GMAC_WRITE_2(dev, port->p_port, GM_GP_CTRL, gpcr);
usr/src/uts/common/io/yge/yge.c
430
GMAC_WRITE_2(dev, port->p_port, GM_GP_CTRL, gpcr);
usr/src/uts/common/io/yge/yge.c
464
GMAC_WRITE_2(dev, pnum, GM_SRC_ADDR_1L + i * 4,
usr/src/uts/common/io/yge/yge.c
468
GMAC_WRITE_2(dev, pnum, GM_SRC_ADDR_2L + i * 4,
usr/src/uts/common/io/yge/yge.c
480
GMAC_WRITE_2(dev, pnum, GM_MC_ADDR_H1, mchash[0] & 0xffff);
usr/src/uts/common/io/yge/yge.c
481
GMAC_WRITE_2(dev, pnum, GM_MC_ADDR_H2, (mchash[0] >> 16) & 0xffff);
usr/src/uts/common/io/yge/yge.c
482
GMAC_WRITE_2(dev, pnum, GM_MC_ADDR_H3, mchash[1] & 0xffff);
usr/src/uts/common/io/yge/yge.c
483
GMAC_WRITE_2(dev, pnum, GM_MC_ADDR_H4, (mchash[1] >> 16) & 0xffff);
usr/src/uts/common/io/yge/yge.c
485
GMAC_WRITE_2(dev, pnum, GM_RX_CTRL, mode);