Searched +full:ccode +full:- +full:map (Results 1 – 7 of 7) sorted by relevance
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm4709-netgear-r8000.dts | 20 /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 …]
|
H A D | bcm47094-luxul-xap-1610.dts | 1 // 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 …]
|
H A D | bcm47094-luxul-xwr-3150-v1.dts | 1 // 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/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fwil_types.h | 1 // 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 …]
|
H A D | cfg80211.c | 1 // 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/drivers/crypto/marvell/octeontx/ |
H A D | otx_cpt_hw_types.h | 1 /* 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/drivers/ssb/ |
H A D | sdio.c | 3 * 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 …]
|