Searched refs:RTW_CR (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/rtw/ |
H A D | rtw.c | 331 PRINTREG8(regs, RTW_CR); in rtw_print_regs() 516 RTW_WRITE8(regs, RTW_CR, RTW_CR_RST); in rtw_chip_reset1() 518 RTW_WBR(regs, RTW_CR, RTW_CR); in rtw_chip_reset1() 521 cr = RTW_READ8(regs, RTW_CR); in rtw_chip_reset1() 527 RTW_RBR(regs, RTW_CR, RTW_CR); in rtw_chip_reset1() 538 RTW_WBW(regs, RTW_CR, RTW_TCR); in rtw_chip_reset() 659 (void) RTW_READ8(regs, RTW_CR); in rtw_rtx_disable() 1075 cr = RTW_READ8(regs, RTW_CR); in rtw_io_enable() 1091 RTW_WRITE8(regs, RTW_CR, cr); in rtw_io_enable() 1092 (void) RTW_READ8(regs, RTW_CR); in rtw_io_enable()
|
H A D | rtwreg.h | 164 #define RTW_CR 0x37 /* Command Register, 8b */ macro
|