Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/rtw/
H A Drtw.c332 PRINTREG8(regs, RTW_9346CR); in rtw_print_regs()
380 ecr = RTW_READ8(regs, RTW_9346CR); in rtw_config0123_enable()
385 RTW_WBW(regs, RTW_9346CR, MAX(RTW_CONFIG0, RTW_CONFIG3)); in rtw_config0123_enable()
388 RTW_WRITE8(regs, RTW_9346CR, ecr); in rtw_config0123_enable()
389 RTW_SYNC(regs, RTW_9346CR, RTW_9346CR); in rtw_config0123_enable()
571 ecr = RTW_READ8(regs, RTW_9346CR); in rtw_recall_eeprom()
573 RTW_WRITE8(regs, RTW_9346CR, ecr); in rtw_recall_eeprom()
575 RTW_WBR(regs, RTW_9346CR, RTW_9346CR); in rtw_recall_eeprom()
579 ecr = RTW_READ8(regs, RTW_9346CR); in rtw_recall_eeprom()
585 RTW_RBR(regs, RTW_9346CR, RTW_9346CR); in rtw_recall_eeprom()
[all …]
H A Drtwreg.h429 #define RTW_9346CR 0x50 /* 93c46/93c56 Command Register, 8b */ macro