Home
last modified time | relevance | path

Searched +full:14 +full:ghz (Results 1 – 25 of 169) sorted by relevance

1234567

/linux/include/linux/ssb/
H A Dssb_regs.h56 #define SSB_GPIO_XTAL 0x40 /* PCI config space GPIO 14 for Xtal powerup */
196 #define SSB_SPROM1_ETHPHY_ET0M (1<<14) /* MDIO for enet0 */
205 #define SSB_SPROM1_BINF_ANTA_SHIFT 14
293 #define SSB_SPROM4_ETHPHY_ET0M (1<<14) /* MDIO for enet0 */
310 #define SSB_SPROM4_TXPID2G01 0x0062 /* TX Power Index 2GHz */
315 #define SSB_SPROM4_TXPID2G23 0x0064 /* TX Power Index 2GHz */
320 #define SSB_SPROM4_TXPID5G01 0x0066 /* TX Power Index 5GHz middle subband */
325 #define SSB_SPROM4_TXPID5G23 0x0068 /* TX Power Index 5GHz middle subband */
330 #define SSB_SPROM4_TXPID5GL01 0x006A /* TX Power Index 5GHz low subband */
335 #define SSB_SPROM4_TXPID5GL23 0x006C /* TX Power Index 5GHz low subband */
[all …]
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47094-netgear-r8500.dts39 led-5ghz-1 {
40 label = "bcm53xx:white:5ghz-1";
44 led-5ghz-2 {
45 label = "bcm53xx:white:5ghz-2";
49 led-2ghz {
50 label = "bcm53xx:white:2ghz";
83 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm47081-luxul-xap-1410.dts34 led-5ghz {
35 label = "bcm53xx:blue:5ghz";
40 led-2ghz {
41 label = "bcm53xx:blue:2ghz";
42 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm4708-luxul-xap-1510.dts34 led-5ghz {
35 label = "bcm53xx:blue:5ghz";
40 led-2ghz {
41 label = "bcm53xx:blue:2ghz";
42 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm4709-netgear-r7000.dts42 led-5ghz {
43 label = "bcm53xx:white:5ghz";
47 led-2ghz {
48 label = "bcm53xx:white:2ghz";
54 gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>;
H A Dbcm4709-tplink-archer-c9-v1.dts36 led-2ghz {
37 label = "bcm53xx:blue:2ghz";
41 led-5ghz {
42 label = "bcm53xx:blue:5ghz";
63 gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>;
H A Dbcm47094-luxul-xap-1610.dts40 led-2ghz {
41 label = "bcm53xx:blue:2ghz";
45 led-5ghz {
46 label = "bcm53xx:blue:5ghz";
47 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm47094-luxul-xwr-3100.dts82 led-2ghz {
83 label = "bcm53xx:green:2ghz";
87 led-5ghz {
88 label = "bcm53xx:green:5ghz";
89 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm47081-luxul-xwr-1200.dts79 led-2ghz {
80 label = "bcm53xx:green:2ghz";
85 led-5ghz {
86 label = "bcm53xx:green:5ghz";
87 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm47094-dlink-dir-885l.dts85 led-2ghz {
86 label = "bcm53xx:white:2ghz";
90 led-5ghz {
91 label = "bcm53xx:white:5ghz";
92 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm4709-netgear-r8000.dts64 led-5ghz-1 {
65 label = "bcm53xx:white:5ghz-1";
69 led-2ghz {
70 label = "bcm53xx:white:2ghz";
76 gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>;
84 led-5ghz-2 {
85 label = "bcm53xx:white:5ghz-2";
H A Dbcm47094-luxul-xwr-3150-v1.dts57 led-2ghz {
58 label = "bcm53xx:green:2ghz";
62 led-5ghz {
63 label = "bcm53xx:green:5ghz";
64 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm47094-dlink-dir-890l.dts79 led-2ghz {
80 label = "bcm53xx:white:2ghz";
84 led-5ghz {
85 label = "bcm53xx:white:5ghz";
86 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
H A Dbcm4708-asus-rt-ac56u.dts58 led-2ghz {
59 label = "bcm53xx:blue:2ghz";
65 gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
/linux/drivers/net/wireless/ath/ath5k/
H A Deeprom.h53 #define AR5K_EEPROM_VERSION_3_1 0x3001 /* ob/db values for 2GHz (ar5211_rfregs) */
78 #define AR5K_EEPROM_HDR_T_2GHZ_DIS(_v) (((_v) >> 3) & 0x1) /* Disable turbo for 2GHz */
81 #define AR5K_EEPROM_HDR_RFKILL(_v) (((_v) >> 14) & 0x1) /* Device has RFKill support */
82 #define AR5K_EEPROM_HDR_T_5GHZ_DIS(_v) (((_v) >> 15) & 0x1) /* Disable turbo for 5GHz */
97 #define AR5K_EEPROM_EEMAP(_v) (((_v) >> 14) & 0x3)
101 #define AR5K_EEPROM_HAS32KHZCRYSTAL(_v) (((_v) >> 14) & 0x1) /* has 32KHz crystal for sleep mode */
129 #define AR5K_EEPROM_FCC_MID_EN (((_v) >> 6) & 0x1) /* 5.47-5.7GHz supported */
130 #define AR5K_EEPROM_JAP_U1EVEN_EN (((_v) >> 7) & 0x1) /* Japan UNII1 band (5.15-5.25GHz) on even ch…
131 #define AR5K_EEPROM_JAP_U2_EN (((_v) >> 8) & 0x1) /* Japan UNII2 band (5.25-5.35GHz) supported */
132 #define AR5K_EEPROM_JAP_MID_EN (((_v) >> 9) & 0x1) /* Japan band from 5.47-5.7GHz supported */
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h350 * @tx_cmd: tx command for active scan; for 2GHz and for 5GHz
391 * @band: 0 for 5.2 GHz, 1 for 2.4 GHz
462 SCAN_CONFIG_FLAG_SET_LEGACY_RATES = BIT(14),
641 IWL_UMAC_SCAN_GEN_FLAGS_MAX_CHNL_TIME = BIT(14),
681 * @IWL_UMAC_SCAN_GEN_FLAGS_V2_TRIGGER_UHB_SCAN: at the end of 2.4GHz and
682 * 5.2Ghz bands scan, trigger scan on 6GHz band to discover
684 * @IWL_UMAC_SCAN_GEN_FLAGS_V2_6GHZ_PASSIVE_SCAN: at the end of 2.4GHz and 5GHz
686 * 6GHz PSC channels in order to discover country information.
689 * activated over 6GHz PSC channels, filter in beacons and probe responses.
710 IWL_UMAC_SCAN_GEN_FLAGS_V2_6GHZ_PASSIVE_SCAN_FILTER_IN = BIT(14),
[all …]
/linux/net/wireless/
H A Dutil.c72 * there are overlapping channel numbers in 5GHz and 2GHz bands */ in ieee80211_channel_to_freq_khz()
78 if (chan == 14) in ieee80211_channel_to_freq_khz()
80 else if (chan < 14) in ieee80211_channel_to_freq_khz()
116 return 14; in ieee80211_s1g_channel_width()
728 * alignment since sizeof(struct ethhdr) is 14. in __ieee80211_amsdu_copy_frag()
1030 case 14: in cfg80211_classify8021d()
1335 [14] = 8662, /* 866.25 mbps */ in cfg80211_calculate_bitrate_ht()
1400 [14] = 46200, in cfg80211_calculate_bitrate_extended_sc_dmg()
1513 u32 mcs_divisors[14] in cfg80211_calculate_bitrate_vht()
[all...]
/linux/drivers/net/wireless/ti/wlcore/
H A Dscan.h59 #define MAX_CHANNELS_2GHZ 14
65 * and 18xx (which have different max 5ghz channels value).
67 * max possible 5ghz channels.
137 u8 dfs; /* number of dfs channels in 5ghz */
138 u8 passive_active; /* number of passive before active channels 2.4ghz */
/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_wifi.h21 #define CH_70MHZ_APART 14
28 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */
66 #define WL_CHAN_BAND_5G (1 << 2) /* 5GHz-band channel */
93 #define WLC_BAND_5G 1 /* 5 Ghz */
94 #define WLC_BAND_2G 2 /* 2.4 Ghz */
185 #define BRCM_2G_25MHZ_OFFSET 5 /* 2.4GHz band channel offset */
/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4906-tplink-archer-c2300-v1.dts27 led-2ghz {
28 function = "2ghz";
33 led-5ghz {
34 function = "5ghz";
60 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
/linux/Documentation/devicetree/bindings/clock/
H A Dsilabs,si5341.yaml94 the valid range. For example, to create 14GHz from a 48MHz xtal, use
98 14GHz.
189 silabs,pll-m-num = <14000>; /* PLL at 14.0 GHz */
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c22 * band 2.4 GHz communication or an AR5133 analog front end radio for dual
23 * band 2.4 GHz / 5 GHz communication.
58 * For 2GHz channel,
62 * For 5GHz channel,
79 if (freq < 4800) { /* 2 GHz, fractional mode */ in ar9002_hw_set_channel()
90 /* Enable channel spreading for channel 14 */ in ar9002_hw_set_channel()
100 /* Enable channel spreading for channel 14 */ in ar9002_hw_set_channel()
458 * Clear ant_fast_div_bias [14:9] since for WB195, in ar9002_hw_set_bt_ant_diversity()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h279 * sub-bands of contiguous channels. 2.4GHz has just one sub-band,
280 * but 5 GHz has several sub-bands.
282 * In addition, per-band (2.4 and 5 Ghz) saturation txpowers are provided.
405 * 2.4 GHz all channels: 3.5 degrees per half-dB step
406 * 5 GHz channels 34-43: 4.5 degrees per half-dB step
407 * 5 GHz channels >= 44: 4.0 degrees per half-dB step
445 * Group 0: 5 GHz channel 34-43
446 * Group 1: 5 GHz channel 44-70
447 * Group 2: 5 GHz channel 71-124
448 * Group 3: 5 GHz channel 125-200
[all …]
/linux/drivers/net/wireless/ti/wl1251/
H A Dcmd.h52 CMD_WRITE_MEMORY = 14,
103 CMD_STATUS_INVALID_PARAM = 14,
170 * in the 5Ghz band.
252 * 0 - 2.4GHz band
253 * 1 - 5GHz band
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu11_driver_if_navi10.h87 #define FEATURE_DS_UCLK_BIT 14
188 #define THROTTLER_PPT0_BIT 14
439 LinearInt_t ConversionToAvfsClk; // Transfer function to AVFS Clock (GHz->GHz)
440 QuadraticInt_t SsCurve; // Slow-slow curve (GHz->V)
469 #define HBM_TEMPERATURE_EXCEEDING_MAX_MEMORY_TEMPERATURE_BIT 14
674 QuadraticInt_t qAvfsGb[AVFS_VOLTAGE_COUNT]; // GHz->V Override of fused curve
675 DroopInt_t dBtcGbGfxPll; // GHz->V BtcGb
676 DroopInt_t dBtcGbGfxDfll; // GHz->V BtcGb
677 DroopInt_t dBtcGbSoc; // GHz->V BtcGb
678 LinearInt_t qAgingGb[AVFS_VOLTAGE_COUNT]; // GHz->V
[all …]

1234567