Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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 <arend@broadcom.com>
19 - $ref: ieee80211.yaml#
24 - items:
25 - enum:
26 - brcm,bcm43143-fmac
27 - brcm,bcm4341b0-fmac
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dof.c1 // SPDX-License-Identifier: ISC
19 struct device_node *np = dev->of_node; in brcmf_of_get_country_codes()
25 count = of_property_count_strings(np, "brcm,ccode-map"); in brcmf_of_get_country_codes()
27 /* If no explicit country code map is specified, check whether in brcmf_of_get_country_codes()
28 * the trivial map should be used. in brcmf_of_get_country_codes()
30 settings->trivial_ccode_map = in brcmf_of_get_country_codes()
31 of_property_read_bool(np, "brcm,ccode-map-trivial"); in brcmf_of_get_country_codes()
36 return (count == -EINVAL) ? 0 : count; in brcmf_of_get_country_codes()
41 return -ENOMEM; in brcmf_of_get_country_codes()
43 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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/drivers/s390/cio/
Dchsc.c1 // SPDX-License-Identifier: GPL-2.0
3 * S/390 common I/O routines -- channel subsystem call
41 * chsc_error_from_response() - convert a chsc response to an error
58 return -EINVAL; in chsc_error_from_response()
61 return -EOPNOTSUPP; in chsc_error_from_response()
64 return -EBUSY; in chsc_error_from_response()
67 return -ENOMEM; in chsc_error_from_response()
69 return -EUSERS; in chsc_error_from_response()
71 return -EIO; in chsc_error_from_response()
96 u8 chpid[8]; /* chpids 0-7 */
[all …]
/kernel/linux/linux-6.6/drivers/s390/cio/
Dchsc.c1 // SPDX-License-Identifier: GPL-2.0
3 * S/390 common I/O routines -- channel subsystem call
44 * chsc_error_from_response() - convert a chsc response to an error
61 return -EINVAL; in chsc_error_from_response()
64 return -EOPNOTSUPP; in chsc_error_from_response()
67 return -EBUSY; in chsc_error_from_response()
70 return -ENOMEM; in chsc_error_from_response()
72 return -EUSERS; in chsc_error_from_response()
74 return -EIO; in chsc_error_from_response()
99 u8 chpid[8]; /* chpids 0-7 */
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfwil_types.h1 // SPDX-License-Identifier: ISC
74 #define BRCMF_OBSS_COEX_AUTO (-1)
83 /* Wakeup on loss-of-link due to Disassoc/Deauth: */
93 /* Wakeup after receipt of EAP-Identity Req: */
246 * struct tdls_iovar - common structure for tdls iovars.
360 __le32 nprobes; /* -1 use default, number of probes per channel */
361 __le32 active_time; /* -1 use default, dwell time per channel for
364 __le32 passive_time; /* -1 use default, dwell time per channel
367 __le32 home_time; /* -1 use default, dwell time for the
379 * implies a 2-byte pad between end of
[all …]
Dcfg80211.c1 // SPDX-License-Identifier: ISC
49 #define WPA_CIPHER_WEP_40 1 /* WEP (40-bit) */
52 #define WPA_CIPHER_WEP_104 5 /* WEP (104-bit) */
56 #define RSN_AKM_PSK 2 /* Pre-shared Key */
58 #define RSN_AKM_SHA256_PSK 6 /* SHA256, Pre-shared Key */
91 (sizeof(struct brcmf_assoc_params_le) - sizeof(u16))
94 (BRCMF_DCMD_MEDLEN / sizeof(__le32) - 1)
98 if (!test_bit(BRCMF_VIF_STATUS_READY, &vif->sme_state)) { in check_vif_up()
100 vif->sme_state); in check_vif_up()
132 #define wl_a_rates_size (wl_g_rates_size - 4)
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/ssb/
Dsdio.c3 * SDIO-Hostbus related functions
9 * Copyright 2007-2008 Michael Buesch <m@bues.ch>
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 …]
/kernel/linux/linux-6.6/drivers/ssb/
Dsdio.c3 * SDIO-Hostbus related functions
9 * Copyright 2007-2008 Michael Buesch <m@bues.ch>
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 …]