Home
last modified time | relevance | path

Searched +full:11 +full:ac (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c35 /* 11b rates */
41 /* 11b SP (short preamble) */
47 /* 11ag */
55 { 540, 11, RX_ENC_LEGACY, 0, RATE_INFO_BW_20 },
57 /* 11n */
67 /* 11n SGI */
77 /* 11n GF (greenfield) */
87 /* 11n CB (channel bonding) */
97 /* 11n CB + SGI */
107 /* 11n GF + CB */
[all …]
/Linux-v5.15/scripts/
Dpatch-kernel11 # scripts/patch-kernel . .. -ac
12 # Get the latest Linux kernel and patch it with the latest ac patch
15 # scripts/patch-kernel . .. 2.4.9 -ac
16 # Gets 2.4.9 with latest ac patches
18 # Gets 2.4.9 with ac patch ac11
20 # ac to ac relative patches
37 # Dave Gilbert <linux@treblig.org>, 11th December 1999.
42 # Added -ac option, use -ac or -ac9 (say) to stop at a particular version
58 # applying EXTRAVERSION (x.y) patches, so that moving from 2.6.11.y to 2.6.11.z
59 # is easy and handled by the script (reverse 2.6.11.y and apply 2.6.11.z).
[all …]
/Linux-v5.15/include/linux/mmc/
Dsd.h15 #define SD_SEND_IF_COND 8 /* bcr [11:0] See below R7 */
16 #define SD_SWITCH_VOLTAGE 11 /* ac R1 */
22 #define SD_ERASE_WR_BLK_START 32 /* ac [31:0] data addr R1 */
23 #define SD_ERASE_WR_BLK_END 33 /* ac [31:0] data addr R1 */
26 #define SD_APP_SET_BUS_WIDTH 6 /* ac [1:0] bus width R1 */
32 /* class 11 */
50 * [11:8] Function group 3
59 * [11:8] Host Voltage Supply Flags
Dmmc.h34 #define MMC_SET_RELATIVE_ADDR 3 /* ac [31:16] RCA R1 */
36 #define MMC_SLEEP_AWAKE 5 /* ac [31:16] RCA 15:flg R1b */
37 #define MMC_SWITCH 6 /* ac [31:0] See below R1b */
38 #define MMC_SELECT_CARD 7 /* ac [31:16] RCA R1 */
40 #define MMC_SEND_CSD 9 /* ac [31:16] RCA R2 */
41 #define MMC_SEND_CID 10 /* ac [31:16] RCA R2 */
42 #define MMC_READ_DAT_UNTIL_STOP 11 /* adtc [31:0] dadr R1 */
43 #define MMC_STOP_TRANSMISSION 12 /* ac R1b */
44 #define MMC_SEND_STATUS 13 /* ac [31:16] RCA R1 */
46 #define MMC_GO_INACTIVE_STATE 15 /* ac [31:16] RCA */
[all …]
/Linux-v5.15/Documentation/admin-guide/media/
Dcx88-cardlist.rst61 * - 11
79 - 18ac:db00
87 - 18ac:d810, 18ac:d800
103 - 18ac:db10, 18ac:db11
131 - 18ac:d820
143 - 18ac:d500
195 - 18ac:db50, 18ac:db54
203 - 18ac:db40, 18ac:db44
251 - 11bd:0051
255 - 18ac:d530
[all …]
Dcx23885-cardlist.rst35 - 18ac:d500
59 - 18ac:d618
61 * - 11
63 - 18ac:db78
195 - 18ac:db98
Dbttv-cardlist.rst61 * - 11
175 - 11bd:0012, bd11:1200, bd11:ff00, 11bd:ff12
395 - 11bd:001c
471 - 11bd:0026, 1822:0001, 270f:fc00, 1822:0026
531 - 18ac:db10, 18ac:db11
559 - 18ac:d500
/Linux-v5.15/net/mac80211/
Dmesh_ps.c115 * (see IEEE802.11-2012 13.14.8.3). The non-peer mesh power mode is in ieee80211_mps_local_status_update()
166 * (see IEEE802.11-2012 13.14.3.2 and 13.14.3.3) in ieee80211_mps_set_sta_local_pm()
181 * see IEEE802.11-2012 8.2.4.1.7 and 8.2.4.5.11
354 * (see IEEE802.11-2012 8.2.4.1.7) in ieee80211_mps_rx_h_sta_process()
385 * | 1 | 1 | peer STA is owner | see IEEE802.11-2012 13.14.9.2 in mpsp_trigger_send()
454 int ac; in mps_frame_deliver() local
462 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in mps_frame_deliver()
464 skb = skb_dequeue(&sta->tx_filtered[ac]); in mps_frame_deliver()
467 &sta->ps_tx_buf[ac]); in mps_frame_deliver()
477 if (!skb_queue_empty(&sta->tx_filtered[ac]) || in mps_frame_deliver()
[all …]
Dwme.c88 /* in case we are a client verify acm is not set for this ac */ in ieee80211_downgrade_queue()
90 int ac = ieee802_1d_to_ac[skb->priority]; in ieee80211_downgrade_queue() local
92 if (ifmgd->tx_tspec[ac].admitted_time && in ieee80211_downgrade_queue()
93 skb->priority == ifmgd->tx_tspec[ac].up) in ieee80211_downgrade_queue()
94 return ac; in ieee80211_downgrade_queue()
160 skb->priority = 0; /* required for correct WPA/11i MIC */ in __ieee80211_select_queue()
194 skb->priority = 0; /* required for correct WPA/11i MIC */ in ieee80211_select_queue()
Ddebugfs_sta.c112 int ac; in sta_num_ps_buf_frames_read() local
114 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) in sta_num_ps_buf_frames_read()
115 p += scnprintf(p, sizeof(buf)+buf-p, "AC%d: %d\n", ac, in sta_num_ps_buf_frames_read()
116 skb_queue_len(&sta->ps_tx_buf[ac]) + in sta_num_ps_buf_frames_read()
117 skb_queue_len(&sta->tx_filtered[ac])); in sta_num_ps_buf_frames_read()
163 …"tid ac backlog-bytes backlog-packets new-flows drops marks overlimit collisions tx-bytes tx-packe… in sta_aqm_read()
172 txqi->txq.ac, in sta_aqm_read()
207 int ac; in sta_airtime_read() local
212 for (ac = 0; ac < IEEE80211_NUM_ACS; ac++) { in sta_airtime_read()
213 spin_lock_bh(&local->airtime[ac].lock); in sta_airtime_read()
[all …]
/Linux-v5.15/include/sound/ac97/
Dregs.h6 * For more details look to AC '97 component specification revision 2.1
10 * AC'97 codec registers
31 #define AC97_INT_PAGING 0x24 /* Audio Interrupt & Paging (AC'97 2.3) */
33 /* range 0x28-0x3a - AUDIO AC'97 2.0 extensions */
95 #define AC97_SLOT_HANDSET 11 /* output */
96 #define AC97_SLOT_PCM_RIGHT_1 11 /* double rate operation */
97 #define AC97_SLOT_SPDIF_RIGHT2 11
120 #define AC97_GP_DRSS_1011 0x0000 /* LR(C) 10+11(+12) */
132 #define AC97_PD_PR4 0x1000 /* Power down AC-Link */
148 #define AC97_EI_REV_MASK 0x0c00 /* AC'97 revision mask */
[all …]
/Linux-v5.15/kernel/
Dacct.c34 * real mess with do_remount_sb(). 9/11/98, AV.
40 * is one more bug... 10/11/98, AV.
71 * Turned into sysctl-controllable parameters. AV, 12/11/98
413 static void fill_ac(acct_t *ac) in fill_ac() argument
424 memset(ac, 0, sizeof(acct_t)); in fill_ac()
426 ac->ac_version = ACCT_VERSION | ACCT_BYTEORDER; in fill_ac()
427 strlcpy(ac->ac_comm, current->comm, sizeof(ac->ac_comm)); in fill_ac()
435 ac->ac_etime = encode_float(elapsed); in fill_ac()
437 ac->ac_etime = encode_comp_t(elapsed < (unsigned long) -1l ? in fill_ac()
445 ac->ac_etime_hi = etime >> 16; in fill_ac()
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/display/tilcdc/
Dpanel.txt6 - ac-bias: AC Bias Pin Frequency
7 - ac-bias-intrpt: AC Bias Pin Transitions per Interrupt
40 ac-bias = <255>;
41 ac-bias-intrpt = <0>;
58 vback-porch = <11>;
/Linux-v5.15/drivers/net/wireless/broadcom/b43/
Dphy_ac.c4 * IEEE 802.11ac AC-PHY support
23 dev->phy.ac = phy_ac; in b43_phy_ac_op_allocate()
31 struct b43_phy_ac *phy_ac = phy->ac; in b43_phy_ac_op_free()
34 phy->ac = NULL; in b43_phy_ac_op_free()
61 return 11; in b43_phy_ac_op_get_default_chan()
/Linux-v5.15/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h19 * Ref: WMM spec 2.2.11: WME TSPEC Element, p.18.
31 * 1. WMM spec 2.2.11: WME TSPEC Element, p.18.
50 * Ref: WMM spec 2.2.11: WME TSPEC Element, p.16.
80 #define is_ac_valid(ac) (((ac) <= 7) ? true : false) argument
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/
Dmac.h32 * @MAC_PROT_FLG_TGG_PROTECT: 11g protection when transmitting OFDM frames,
136 * paragraph 9.4.1.17 in P802.11ax_D4 specification. Used for TWT
139 * @PROTECTED_TWT_SUPPORTED: AP supports protected TWT frames (with 11w)
244 MAC_FILTER_IN_CRC32 = BIT(11),
273 * @fifos_mask: FIFOs used by this MAC for this AC
309 * @ac: one iwl_mac_qos configuration for each AC
330 struct iwl_ac_qos ac[AC_NUM+1]; member
372 * Per each trigger-based AC, (set by MU EDCA Parameter set info-element)
374 * The MU-TIMER is reloaded w/ MU_TIME each time a frame from the AC is sent via
379 * AIFSN=0, means that no backoff from the specified TRIG-BASED AC is
[all …]
/Linux-v5.15/arch/arm/include/asm/hardware/
Dsa1111.h47 #define SKCR_USBIOTSTEN (1<<11)
118 * SACR2 Serial Audio AC-link Control Register
120 * SASR1 Serial Audio AC-link Interface & FIFO Status Register
124 * ACCAR AC-link Command Address Register
125 * ACCDR AC-link Command Data Register
126 * ACSAR AC-link Status Address Register
127 * ACSDR AC-link Status Data Register
258 #define SAITR_RDBDB (1<<11)
306 #define GPIO_B3 (1 << 11)
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
DKconfig26 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
37 IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
48 IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
/Linux-v5.15/arch/powerpc/math-emu/
Dmath.c152 #define AC 3 macro
159 #define XCR 11
273 case FMULS: func = fmuls; type = AC; break; in do_mathemu()
293 case FMUL: func = fmul; type = AC; break; in do_mathemu()
334 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
337 case AC: in do_mathemu()
346 op2 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
378 op1 = (void *)&current->thread.TS_FPR((insn >> 11) & 0x1f); in do_mathemu()
385 + regs->gpr[(insn >> 11) & 0x1f]); in do_mathemu()
394 + regs->gpr[(insn >> 11) & 0x1f]); in do_mathemu()
[all …]
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c81 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
90 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
99 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
127 { .bitrate = 11 * 10, .hw_value = 3, .hw_value_short = 3,
136 { .bitrate = 54 * 10, .hw_value = 11, .hw_value_short = 11, },
170 NVM_CHANNEL_160MHZ = BIT(11),
181 * @REG_CAPA_160MHZ_ALLOWED: 11ac channel with a width of 160Mhz is allowed
183 * @REG_CAPA_80MHZ_ALLOWED: 11ac channel with a width of 80Mhz is allowed
185 * @REG_CAPA_MCS_8_ALLOWED: 11ac with MCS 8 is allowed.
186 * @REG_CAPA_MCS_9_ALLOWED: 11ac with MCS 9 is allowed.
[all …]
/Linux-v5.15/drivers/power/supply/
Daxp20x_ac_power.c40 #define DRVNAME "axp20x-ac-power-supply"
144 /* AXP813 datasheet defines values 11x as 4000mA */ in axp20x_ac_power_get_property()
223 .name = "axp20x-ac",
231 .name = "axp22x-ac",
239 .name = "axp813-ac",
401 .compatible = "x-powers,axp202-ac-power-supply",
404 .compatible = "x-powers,axp221-ac-power-supply",
407 .compatible = "x-powers,axp813-ac-power-supply",
425 MODULE_DESCRIPTION("AXP20X and AXP22X PMICs' AC power supply driver");
Dtwl4030_charger.c80 #define TWL4030_ACCHGOV BIT(3) /* Ac charger overvoltage */
91 * If AC (Accessory Charger) voltage exceeds 4.5V (MADC 11)
92 * then AC is available.
113 struct power_supply *ac; member
248 * If AC (Accessory Charger) voltage exceeds 4.5V (MADC 11) in twl4030_charger_update_current()
249 * and AC is enabled, set current for 'ac' in twl4030_charger_update_current()
525 * Enable/Disable AC Charge funtionality.
586 * TWL4030 CHG_PRES (AC charger presence) events
596 power_supply_changed(bci->ac); in twl4030_charger_interrupt()
625 power_supply_changed(bci->ac); in twl4030_bci_interrupt()
[all …]
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dwmi.h1245 /* Configure the Station UAPSD AC Auto Trigger Parameters */
1973 MODE_11A = 0, /* 11a Mode */
1974 MODE_11G = 1, /* 11b/g Mode */
1975 MODE_11B = 2, /* 11b Mode */
1976 MODE_11GONLY = 3, /* 11g only Mode */
1977 MODE_11NA_HT20 = 4, /* 11a HT20 mode */
1978 MODE_11NG_HT20 = 5, /* 11g HT20 mode */
1979 MODE_11NA_HT40 = 6, /* 11a HT40 mode */
1980 MODE_11NG_HT40 = 7, /* 11g HT40 mode */
1984 /* MODE_11AC_VHT160 = 11, */
[all …]
/Linux-v5.15/sound/pci/
Dsis7019.h80 /* AC97 AC-link Playback Source Register */
90 /* AC97 AC-link Command Register */
104 /* AC97 AC-link Semaphore Register */
109 /* AC97 AC-link Status Register */
125 /* AC97 AC-link Audio Configuration Register */
236 #define SIS_CAPTURE_CHAN_MIXER_ROUTE_BACK_11 11
/Linux-v5.15/drivers/net/wireless/marvell/mwifiex/
DMakefile25 mwifiex-y += 11n.o
26 mwifiex-y += 11ac.o
27 mwifiex-y += 11n_aggr.o
28 mwifiex-y += 11n_rxreorder.o
43 mwifiex-y += 11h.o

12345678910>>...18