Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c418 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()
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()
2737 GMAC_WRITE_2(dev, pnum, GM_GP_CTRL, val); in yge_stop_port()
[all …]
H A Dyge.h1425 #define GM_GP_CTRL 0x0004 /* 16 bit r/w General Purpose Control */ macro