Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwreg.h477 #define RTW_CONFIG0_GL_MASK BITS(1, 0) macro
482 #define _RTW_CONFIG0_GL_USA LSHIFT(3, RTW_CONFIG0_GL_MASK)
483 #define RTW_CONFIG0_GL_EUROPE LSHIFT(2, RTW_CONFIG0_GL_MASK)
484 #define RTW_CONFIG0_GL_JAPAN LSHIFT(1, RTW_CONFIG0_GL_MASK)
485 #define RTW_CONFIG0_GL_USA LSHIFT(0, RTW_CONFIG0_GL_MASK)
H A Drtw.c769 switch (RTW_SR_GET(sr, RTW_SR_CONFIG0) & RTW_CONFIG0_GL_MASK) { in rtw_srom_parse()
980 switch (cfg0 & RTW_CONFIG0_GL_MASK) { in rtw_identify_country()