Searched refs:GM_GP_CTRL (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/yge/ |
H A D | yge.c | 418 GMAC_WRITE_2(dev, port->p_port, GM_GP_CTRL, gpcr); in yge_mii_notify() 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() 430 GMAC_WRITE_2(dev, port->p_port, GM_GP_CTRL, gpcr); in yge_mii_notify() 433 (void) GMAC_READ_2(dev, port->p_port, GM_GP_CTRL); in yge_mii_notify() 2449 GMAC_WRITE_2(dev, pnum, GM_GP_CTRL, 0); in yge_start_port() 2620 gmac = GMAC_READ_2(dev, pnum, GM_GP_CTRL); in yge_start_port() 2622 GMAC_WRITE_2(port->p_dev, port->p_port, GM_GP_CTRL, gmac); 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() [all …]
|
H A D | yge.h | 1425 #define GM_GP_CTRL 0x0004 /* 16 bit r/w General Purpose Control */ macro
|