Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwreg.h1047 #define RTW_SR_RFPARM_DIGPHY BIT(0) /* 1: digital PHY */ macro
H A Drtw.c723 if ((RTW_SR_GET(sr, RTW_SR_RFPARM) & RTW_SR_RFPARM_DIGPHY) == 0) in rtw_srom_parse()