Searched refs:GMAC_WRITE_2 (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.c | 281 GMAC_WRITE_2(dev, pnum, GM_SMI_CTRL, in yge_mii_readreg() 309 GMAC_WRITE_2(dev, pnum, GM_SMI_DATA, val); in yge_mii_writereg() 310 GMAC_WRITE_2(dev, pnum, GM_SMI_CTRL, in yge_mii_writereg() 418 GMAC_WRITE_2(dev, port->p_port, GM_GP_CTRL, gpcr); in yge_mii_notify() 430 GMAC_WRITE_2(dev, port->p_port, GM_GP_CTRL, gpcr); in yge_mii_notify() 464 GMAC_WRITE_2(dev, pnum, GM_SRC_ADDR_1L + i * 4, in yge_setrxfilt() 468 GMAC_WRITE_2(dev, pnum, GM_SRC_ADDR_2L + i * 4, in yge_setrxfilt() 480 GMAC_WRITE_2(dev, pnum, GM_MC_ADDR_H1, mchash[0] & 0xffff); in yge_setrxfilt() 481 GMAC_WRITE_2(dev, pnum, GM_MC_ADDR_H2, (mchash[0] >> 16) & 0xffff); in yge_setrxfilt() 482 GMAC_WRITE_2(dev, pnum, GM_MC_ADDR_H3, mchash[1] & 0xffff); in yge_setrxfilt() [all …]
|
H A D | yge.h | 1840 #define GMAC_WRITE_2(sc, port, reg, val) \ macro
|