Symbol: WMI_HOST_WLAN_5G_CAP
sys/dev/ic/qwx.c
11732
!(mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP))
sys/dev/ic/qwx.c
11744
if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwx.c
11782
if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwx.c
18521
case WMI_HOST_WLAN_5G_CAP:
sys/dev/ic/qwx.c
23470
if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwx.c
23650
if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwx.c
23655
if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP &&
sys/dev/ic/qwx.c
26445
(pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP))
sys/dev/ic/qwxreg.h
202
WMI_HOST_WLAN_2G_5G_CAP = WMI_HOST_WLAN_2G_CAP | WMI_HOST_WLAN_5G_CAP,
sys/dev/ic/qwz.c
10862
if (!(supported_bands & (WMI_HOST_WLAN_2G_CAP | WMI_HOST_WLAN_5G_CAP)))
sys/dev/ic/qwz.c
10863
supported_bands = WMI_HOST_WLAN_2G_CAP | WMI_HOST_WLAN_5G_CAP;
sys/dev/ic/qwz.c
10881
if (supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwz.c
16521
case WMI_HOST_WLAN_5G_CAP:
sys/dev/ic/qwz.c
21319
if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwz.c
21488
if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwz.c
21493
if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP &&
sys/dev/ic/qwz.c
24072
(pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP))
sys/dev/ic/qwz.c
9564
!(mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP))
sys/dev/ic/qwz.c
9576
if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwz.c
9614
if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) {
sys/dev/ic/qwzreg.h
196
WMI_HOST_WLAN_2G_5G_CAP = WMI_HOST_WLAN_2G_CAP | WMI_HOST_WLAN_5G_CAP,