Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c380 ecr = RTW_READ8(regs, RTW_9346CR); in rtw_config0123_enable()
400 cfg3 = RTW_READ8(regs, RTW_CONFIG3); in rtw_anaparm_enable()
521 cr = RTW_READ8(regs, RTW_CR); in rtw_chip_reset1()
571 ecr = RTW_READ8(regs, RTW_9346CR); in rtw_recall_eeprom()
579 ecr = RTW_READ8(regs, RTW_9346CR); in rtw_recall_eeprom()
637 (void) RTW_READ8(regs, RTW_TPPOLL); in rtw_dma_start()
659 (void) RTW_READ8(regs, RTW_CR); in rtw_rtx_disable()
799 ecr = RTW_READ8(regs, RTW_9346CR); in rtw_srom_read()
917 RTW_READ8(regs, RTW_CONFIG4)); in rtw_set_rfprog()
1075 cr = RTW_READ8(regs, RTW_CR); in rtw_io_enable()
[all …]
H A Drtwreg.h1219 #define RTW_READ8(regs, ofs) \ macro