Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
585 RTW_RBR(regs, RTW_9346CR, RTW_9346CR); in rtw_recall_eeprom()
836 sd.sd_status_offset = RTW_9346CR; in rtw_srom_read()
861 RTW_WRITE8(regs, RTW_9346CR, in rtw_srom_read()
[all …]
H A Drtwreg.h429 #define RTW_9346CR 0x50 /* 93c46/93c56 Command Register, 8b */ macro