Home
last modified time | relevance | path

Searched +full:ccode +full:- +full:map (Results 1 – 12 of 12) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/net/wireless/
Dbrcm,bcm4329-fmac.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Arend van Spriel <[email protected]>
19 - $ref: ieee80211.yaml#
24 - items:
25 - enum:
26 - brcm,bcm43143-fmac
27 - brcm,bcm4341b0-fmac
[all …]
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dof.c1 // SPDX-License-Identifier: ISC
20 struct device_node *np = dev->of_node; in brcmf_of_get_country_codes()
26 count = of_property_count_strings(np, "brcm,ccode-map"); in brcmf_of_get_country_codes()
28 /* If no explicit country code map is specified, check whether in brcmf_of_get_country_codes()
29 * the trivial map should be used. in brcmf_of_get_country_codes()
31 settings->trivial_ccode_map = in brcmf_of_get_country_codes()
32 of_property_read_bool(np, "brcm,ccode-map-trivial"); in brcmf_of_get_country_codes()
37 return (count == -EINVAL) ? 0 : count; in brcmf_of_get_country_codes()
42 return -ENOMEM; in brcmf_of_get_country_codes()
44 cc->table_size = count; in brcmf_of_get_country_codes()
[all …]
Dfwil_types.h1 // SPDX-License-Identifier: ISC
79 #define BRCMF_OBSS_COEX_AUTO (-1)
88 /* Wakeup on loss-of-link due to Disassoc/Deauth: */
98 /* Wakeup after receipt of EAP-Identity Req: */
255 * struct tdls_iovar - common structure for tdls iovars.
375 __le32 nprobes; /* -1 use default, number of probes per channel */
376 __le32 active_time; /* -1 use default, dwell time per channel for
379 __le32 passive_time; /* -1 use default, dwell time per channel
382 __le32 home_time; /* -1 use default, dwell time for the
394 * implies a 2-byte pad between end of
[all …]
Dcfg80211.c1 // SPDX-License-Identifier: ISC
51 #define WPA_CIPHER_WEP_40 1 /* WEP (40-bit) */
54 #define WPA_CIPHER_WEP_104 5 /* WEP (104-bit) */
58 #define RSN_AKM_PSK 2 /* Pre-shared Key */
60 #define RSN_AKM_SHA256_PSK 6 /* SHA256, Pre-shared Key */
94 #define CHAN_NOISE_DUMMY (-80)
103 (sizeof(struct brcmf_assoc_params_le) - sizeof(u16))
106 (BRCMF_DCMD_MEDLEN / sizeof(__le32) - 1)
130 if (!test_bit(BRCMF_VIF_STATUS_READY, &vif->sme_state)) { in check_vif_up()
132 vif->sme_state); in check_vif_up()
[all …]
/linux-6.14.4/arch/arm/boot/dts/broadcom/
Dbcm4709-netgear-r8000.dts20 /dts-v1/;
23 #include "bcm5301x-nand-cs0-bch8.dtsi"
40 compatible = "gpio-leds";
42 led-power-white {
45 linux,default-trigger = "default-on";
48 led-power-amber {
53 led-wan-white {
56 linux,default-trigger = "default-on";
59 led-wan-amber {
64 led-5ghz-1 {
[all …]
Dbcm47094-luxul-xap-1610.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 /dts-v1/;
11 compatible = "luxul,xap-1610-v1", "brcm,bcm47094", "brcm,bcm4708";
12 model = "Luxul XAP-1610 V1";
32 compatible = "gpio-leds";
34 led-status {
37 linux,default-trigger = "timer";
40 led-2ghz {
45 led-5ghz {
51 gpio-keys {
[all …]
Dbcm47094-luxul-xwr-3150-v1.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 /dts-v1/;
9 #include "bcm5301x-nand-cs0-bch8.dtsi"
12 compatible = "luxul,xwr-3150-v1", "brcm,bcm47094", "brcm,bcm4708";
13 model = "Luxul XWR-3150 V1";
30 #nvmem-cell-cells = <1>;
35 compatible = "gpio-leds";
37 led-power {
40 linux,default-trigger = "default-on";
43 led-usb3 {
[all …]
/linux-6.14.4/drivers/s390/cio/
Dchsc.c1 // SPDX-License-Identifier: GPL-2.0
3 * S/390 common I/O routines -- channel subsystem call
57 * chsc_error_from_response() - convert a chsc response to an error
74 return -EINVAL; in chsc_error_from_response()
77 return -EOPNOTSUPP; in chsc_error_from_response()
80 return -EBUSY; in chsc_error_from_response()
83 return -ENOMEM; in chsc_error_from_response()
85 return -EUSERS; in chsc_error_from_response()
87 return -EIO; in chsc_error_from_response()
112 u8 chpid[8]; /* chpids 0-7 */
[all …]
/linux-6.14.4/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c1 // SPDX-License-Identifier: GPL-2.0-only
11 * get_free_pending_entry - get free entry from pending queue
20 ent = &q->head[q->rear]; in get_free_pending_entry()
21 if (unlikely(ent->busy)) { in get_free_pending_entry()
26 q->rear++; in get_free_pending_entry()
27 if (unlikely(q->rear == qlen)) in get_free_pending_entry()
28 q->rear = 0; in get_free_pending_entry()
37 struct pending_queue *queue = &pqinfo->queue[qno]; in pending_queue_inc_front()
39 queue->front++; in pending_queue_inc_front()
40 if (unlikely(queue->front == pqinfo->qlen)) in pending_queue_inc_front()
[all …]
/linux-6.14.4/arch/loongarch/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
4 # Copyright (C) 2020-2022 Loongson Technology Corporation Limited
11 image-name-y := vmlinux
12 image-name-$(CONFIG_EFI_ZBOOT) := vmlinuz
17 KBUILD_IMAGE := $(boot)/$(image-name-y).efi
23 64bit-tool-archpref = loongarch64
24 32bit-bfd = elf32-loongarch
25 64bit-bfd = elf64-loongarch
26 32bit-emul = elf32loongarch
27 64bit-emul = elf64loongarch
[all …]
/linux-6.14.4/drivers/crypto/marvell/octeontx/
Dotx_cpt_hw_types.h1 /* SPDX-License-Identifier: GPL-2.0
154 * CPT OcteonTX VF MSI-X Vector Enumeration
155 * Enumerates the MSI-X interrupt vectors.
167 * stored in memory as little-endian unless CPT()_PF_Q()_CTL[INST_BE] is set.
179 * Address must be 16-byte aligned.
181 * sign-extended bit <48> for forward compatibility.
183 * grp:10 [171:162] If [WQ_PTR] is nonzero, the SSO guest-group to use when
185 * For the SSO to not discard the add-work request, FPA_PF_MAP() must map
193 * work-queue entry that CPT submits work to SSO after all context,
197 * use a sign-extended bit <48> for forward compatibility.
[all …]
/linux-6.14.4/drivers/ssb/
Dsdio.c3 * SDIO-Hostbus related functions
9 * Copyright 2007-2008 Michael Buesch <[email protected]>
60 #define SBSDIO_FUNC1_SBADDRMID 0x1000b /* SB Address window Mid (b23-b16) */
61 #define SBSDIO_FUNC1_SBADDRHIGH 0x1000c /* SB Address window High (b24-b31) */
71 #define SBSDIO_SB_ACCESS_2_4B_FLAG 0x8000 /* forces 32-bit SB access */
75 * Address map within the SDIO function address space (128K).
78 * ------- ------- ------------------------------------------
85 * In order to access the contents of a 32-bit Silicon Backplane address
94 * a 32-bit access flag
106 return &bus->host_sdio->dev; in ssb_sdio_dev()
[all …]