Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dixf1010.c90 REG_PORT_ENABLE = 0x1400, enumerator
167 (void) t1_tpi_read(mac->adapter, REG_PORT_ENABLE, &val); in disable_port()
169 (void) t1_tpi_write(mac->adapter, REG_PORT_ENABLE, val); in disable_port()
382 (void) t1_tpi_read(adapter, REG_PORT_ENABLE, &val); in enable_port()
384 (void) t1_tpi_write(adapter, REG_PORT_ENABLE, val); in enable_port()
504 (void) t1_tpi_write(adapter, REG_PORT_ENABLE, 0); in ixf1010_mac_reset()