Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Drtwreg.h334 #define RTW_CONFIG0_GL_MASK __BITS(1,0) macro
338 #define _RTW_CONFIG0_GL_USA __SHIFTIN(3, RTW_CONFIG0_GL_MASK)
339 #define RTW_CONFIG0_GL_EUROPE __SHIFTIN(2, RTW_CONFIG0_GL_MASK)
340 #define RTW_CONFIG0_GL_JAPAN __SHIFTIN(1, RTW_CONFIG0_GL_MASK)
341 #define RTW_CONFIG0_GL_USA __SHIFTIN(0, RTW_CONFIG0_GL_MASK)
H A Drtw.c912 switch (RTW_SR_GET(sr, RTW_SR_CONFIG0) & RTW_CONFIG0_GL_MASK) { in rtw_srom_parse()
1101 switch (cfg0 & RTW_CONFIG0_GL_MASK) { in rtw_identify_country()