Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw_reg.h70 #define URTW_CMD 0x0037 /* 1 byte */ macro
H A Durtw.c1610 if (error = urtw_read8_c(sc, URTW_CMD, &data, 0)) in urtw_8187_reset()
1613 if (error = urtw_write8_c(sc, URTW_CMD, data, 0)) in urtw_8187_reset()
1617 if (error = urtw_read8_c(sc, URTW_CMD, &data, 0)) in urtw_8187_reset()
2000 if (error = urtw_read8_c(sc, URTW_CMD, &data, 0)) in urtw_rx_enable()
2002 error = urtw_write8_c(sc, URTW_CMD, data | URTW_CMD_RX_ENABLE, 0); in urtw_rx_enable()
2042 (void) urtw_read8_c(sc, URTW_CMD, &data8, 0); in urtw_tx_enable()
2043 (void) urtw_write8_c(sc, URTW_CMD, data8 | URTW_CMD_TX_ENABLE, 0); in urtw_tx_enable()
3039 (void) urtw_read8_c(sc, URTW_CMD, &data, 0); in urtw_8187b_reset()
3041 (void) urtw_write8_c(sc, URTW_CMD, data, 0); in urtw_8187b_reset()
3044 (void) urtw_read8_c(sc, URTW_CMD, &data, 0); in urtw_8187b_reset()