Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/urtw/
H A Durtw_reg.h70 #define URTW_CMD 0x0037 /* 1 byte */ macro
H A Durtw.c1606 if (error = urtw_read8_c(sc, URTW_CMD, &data, 0)) in urtw_8187_reset()
1609 if (error = urtw_write8_c(sc, URTW_CMD, data, 0)) in urtw_8187_reset()
1613 if (error = urtw_read8_c(sc, URTW_CMD, &data, 0)) in urtw_8187_reset()
1996 if (error = urtw_read8_c(sc, URTW_CMD, &data, 0)) in urtw_rx_enable()
1998 error = urtw_write8_c(sc, URTW_CMD, data | URTW_CMD_RX_ENABLE, 0); in urtw_rx_enable()
2038 (void) urtw_read8_c(sc, URTW_CMD, &data8, 0); in urtw_tx_enable()
2039 (void) urtw_write8_c(sc, URTW_CMD, data8 | URTW_CMD_TX_ENABLE, 0); in urtw_tx_enable()
3035 (void) urtw_read8_c(sc, URTW_CMD, &data, 0); in urtw_8187b_reset()
3037 (void) urtw_write8_c(sc, URTW_CMD, data, 0); in urtw_8187b_reset()
3040 (void) urtw_read8_c(sc, URTW_CMD, &data, 0); in urtw_8187b_reset()