Home
last modified time | relevance | path

Searched refs:BB_TYPE_11A (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/staging/vt6655/
H A Dcard.c90 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in s_vCalculateOFDMRParameter()
100 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in s_vCalculateOFDMRParameter()
110 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in s_vCalculateOFDMRParameter()
120 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in s_vCalculateOFDMRParameter()
130 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in s_vCalculateOFDMRParameter()
140 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in s_vCalculateOFDMRParameter()
150 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in s_vCalculateOFDMRParameter()
161 if (bb_type == BB_TYPE_11A) { /* 5GHZ */ in s_vCalculateOFDMRParameter()
194 if (bb_type == BB_TYPE_11A) { in CARDbSetPhyParameter()
195 vt6655_mac_set_bb_type(priv->port_offset, BB_TYPE_11A); in CARDbSetPhyParameter()
[all …]
H A Ddevice.h76 #define BB_TYPE_11A 0 macro
H A Drxtx.c1368 if (priv->byBBType == BB_TYPE_11A) { in vnt_beacon_xmit()
H A Ddevice_main.c1438 bb_type = BB_TYPE_11A; in vnt_config()
/openbmc/linux/drivers/staging/vt6656/
H A Dcard.c110 if (bb_type == BB_TYPE_11A) { in vnt_set_rspinf()
184 if (priv->bb_type == BB_TYPE_11A || priv->bb_type == BB_TYPE_11B) in vnt_get_pkt_type()
428 if (priv->bb_type == BB_TYPE_11A) { in vnt_set_bss_mode()
H A Dbaseband.h44 #define BB_TYPE_11A 0 macro
H A Drxtx.c645 if (priv->bb_type == BB_TYPE_11A) { in vnt_beacon_xmit()
H A Dmain_usb.c729 priv->bb_type = BB_TYPE_11A; in vnt_config()