/Linux-v5.10/drivers/clk/sprd/ |
D | sc9863a-clk.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 #include <linux/clk-provider.h> 16 #include <dt-bindings/clock/sprd,sc9863a-clk.h> 26 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll0_gate, "mpll0-gate", "ext-26m", 0x94, 28 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll0_gate, "dpll0-gate", "ext-26m", 0x98, 30 static SPRD_PLL_SC_GATE_CLK_FW_NAME(lpll_gate, "lpll-gate", "ext-26m", 0x9c, 32 static SPRD_PLL_SC_GATE_CLK_FW_NAME(gpll_gate, "gpll-gate", "ext-26m", 0xa8, 34 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll1_gate, "dpll1-gate", "ext-26m", 0x1dc, 36 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll1_gate, "mpll1-gate", "ext-26m", 0x1e0, 38 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll2_gate, "mpll2-gate", "ext-26m", 0x1e4, [all …]
|
D | sc9860-clk.c | 1 // SPDX-License-Identifier: GPL-2.0 8 #include <linux/clk-provider.h> 16 #include <dt-bindings/clock/sprd,sc9860-clk.h> 25 static CLK_FIXED_FACTOR(fac_4m, "fac-4m", "ext-26m", 27 static CLK_FIXED_FACTOR(fac_2m, "fac-2m", "ext-26m", 29 static CLK_FIXED_FACTOR(fac_1m, "fac-1m", "ext-26m", 30 26, 1, 0); 31 static CLK_FIXED_FACTOR(fac_250k, "fac-250k", "ext-26m", 33 static CLK_FIXED_FACTOR(fac_rpll0_26m, "rpll0-26m", "ext-26m", 35 static CLK_FIXED_FACTOR(fac_rpll1_26m, "rpll1-26m", "ext-26m", [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/sprd/ |
D | sharkl3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 9 interrupt-parent = <&gic>; 10 #address-cells = <2>; 11 #size-cells = <2>; 14 compatible = "simple-bus"; 15 #address-cells = <2>; 16 #size-cells = <2>; 20 compatible = "sprd,sc9863a-glbregs", "syscon", 21 "simple-mfd"; 23 #address-cells = <1>; [all …]
|
D | sc9863a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <dt-bindings/clock/sprd,sc9863a-clk.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 14 #address-cells = <2>; 15 #size-cells = <0>; 17 cpu-map { 48 compatible = "arm,cortex-a55"; 50 enable-method = "psci"; 51 cpu-idle-states = <&CORE_PD>; 56 compatible = "arm,cortex-a55"; [all …]
|
D | whale2.dtsi | 6 * SPDX-License-Identifier: (GPL-2.0+ OR MIT) 9 #include <dt-bindings/clock/sprd,sc9860-clk.h> 12 interrupt-parent = <&gic>; 13 #address-cells = <2>; 14 #size-cells = <2>; 17 compatible = "simple-bus"; 18 #address-cells = <2>; 19 #size-cells = <2>; 67 ap-apb { 68 compatible = "simple-bus"; [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | sprd,sc9863a-clk.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/clock/sprd,sc9863a-clk.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Orson Zhai <orsonzhai@gmail.com> 12 - Baolin Wang <baolin.wang7@gmail.com> 13 - Chunyan Zhang <zhang.lyra@gmail.com> 16 "#clock-cells": 21 - sprd,sc9863a-ap-clk 22 - sprd,sc9863a-aon-clk [all …]
|
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_ctl.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. 12 (((lm) == LM_5) ? (0x024) : (((lm) - LM_0) * 0x004)) 14 (0x40 + (((lm) - LM_0) * 0x004)) 16 (0x70 + (((lm) - LM_0) * 0x004)) 18 (0xA0 + (((lm) - LM_0) * 0x004)) 36 const struct dpu_mdss_cfg *m, in _ctl_offset() argument 42 for (i = 0; i < m->ctl_count; i++) { in _ctl_offset() 43 if (ctl == m->ctl[i].id) { in _ctl_offset() 44 b->base_off = addr; in _ctl_offset() [all …]
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /* (C) 1999-2001 Paul `Rusty' Russell 3 * (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org> 36 static void dump_ipv6_packet(struct net *net, struct nf_log_buf *m, in dump_ipv6_packet() argument 49 if (info->type == NF_LOG_TYPE_LOG) in dump_ipv6_packet() 50 logflags = info->u.log.logflags; in dump_ipv6_packet() 56 nf_log_buf_add(m, "TRUNCATED"); in dump_ipv6_packet() 61 nf_log_buf_add(m, "SRC=%pI6 DST=%pI6 ", &ih->saddr, &ih->daddr); in dump_ipv6_packet() 64 nf_log_buf_add(m, "LEN=%zu TC=%u HOPLIMIT=%u FLOWLBL=%u ", in dump_ipv6_packet() 65 ntohs(ih->payload_len) + sizeof(struct ipv6hdr), in dump_ipv6_packet() [all …]
|
/Linux-v5.10/drivers/media/i2c/ |
D | mt9t112.c | 1 // SPDX-License-Identifier: GPL-2.0 14 * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> 20 * v4l-utils compliance tools will report errors. 30 #include <linux/v4l2-mediabus.h> 34 #include <media/v4l2-common.h> 35 #include <media/v4l2-image-sizes.h> 36 #include <media/v4l2-subdev.h> 158 msg[0].addr = client->addr; in __mt9t112_reg_read() 163 msg[1].addr = client->addr; in __mt9t112_reg_read() 172 ret = i2c_transfer(client->adapter, msg, 2); in __mt9t112_reg_read() [all …]
|
/Linux-v5.10/drivers/net/wireless/intersil/orinoco/ |
D | wext.c | 13 #include <net/cfg80211-wext.h> 34 kfree_sensitive(priv->keys[index].key); in orinoco_set_key() 35 kfree_sensitive(priv->keys[index].seq); in orinoco_set_key() 38 priv->keys[index].key = kzalloc(key_len, GFP_ATOMIC); in orinoco_set_key() 39 if (!priv->keys[index].key) in orinoco_set_key() 42 priv->keys[index].key = NULL; in orinoco_set_key() 45 priv->keys[index].seq = kzalloc(seq_len, GFP_ATOMIC); in orinoco_set_key() 46 if (!priv->keys[index].seq) in orinoco_set_key() 49 priv->keys[index].seq = NULL; in orinoco_set_key() 51 priv->keys[index].key_len = key_len; in orinoco_set_key() [all …]
|
/Linux-v5.10/drivers/pinctrl/ |
D | pinctrl-u300.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Copyright (C) 2009-2011 ST-Ericsson AB 25 #include <linux/pinctrl/pinconf-generic.h> 26 #include "pinctrl-coh901.h" 170 #define DRIVER_NAME "pinctrl-u300" 215 PINCTRL_PIN(26, "PO DAC Q POS"), 221 PINCTRL_PIN(32, "PI PLL 26 FILTVDD"), 222 PINCTRL_PIN(33, "PI PLL 26 VCONT"), 229 PINCTRL_PIN(40, "PWR AGNDPLL2V5 26 60"), 230 PINCTRL_PIN(41, "PWR AVDDPLL2V5 26 60"), [all …]
|
/Linux-v5.10/arch/m68k/include/asm/ |
D | math-emu.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 27 /* quotient byte, assumes big-endian, of course */ 33 #define FPSR_CC_Z 26 124 __count--; \ 128 #define FPDATA ((struct fp_data *)current->thread.fp) 231 old_gas=-1 236 .irp m b,w,l 237 .macro getuser.\m src,dest,label,addr 238 getuser .\m,\src,\dest,\label,\addr 240 .macro putuser.\m src,dest,label,addr [all …]
|
/Linux-v5.10/net/netfilter/ |
D | nft_set_pipapo_avx2.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (c) 2019-2020 Red Hat GmbH 29 /* Load from memory into YMM register with non-temporal hint ("stream load"), 33 * - loading buckets from lookup tables, as they are not going to be used 36 * - loading the result bitmap from the previous field, as it's never used 40 asm volatile("vmovntdqa %0, %%ymm" #reg : : "m" (loc)) 68 asm volatile("vmovdqa %%ymm" #reg ", %0" : "=m" (loc)) 78 * nft_pipapo_avx2_prepare() - Prepare before main algorithm body 89 * nft_pipapo_avx2_fill() - Fill a bitmap region with ones 116 *data |= GENMASK(len - 1 + offset, offset); in nft_pipapo_avx2_fill() [all …]
|
/Linux-v5.10/drivers/media/tuners/ |
D | r820t.c | 1 // SPDX-License-Identifier: GPL-2.0 7 // that it is part of rtl-sdr git tree, released under GPLv2: 8 // https://groups.google.com/forum/#!topic/ultra-cheap-sdr/Y3rBEOFtHug 9 // https://github.com/n1gp/gr-baz 30 #include "tuner-i2c.h" 335 int r = reg - REG_SHADOW_START; in shadow_store() 343 if (len > NUM_REGS - r) in shadow_store() 344 len = NUM_REGS - r; in shadow_store() 349 memcpy(&priv->regs[r], val, len); in shadow_store() 361 if (len > priv->cfg->max_i2c_msg_len - 1) in r820t_write() [all …]
|
/Linux-v5.10/drivers/net/wireless/intersil/prism54/ |
D | isl_ioctl.c | 39 #define KEY_SIZE_WEP104 13 /* 104/128-bit WEP keys */ 40 #define KEY_SIZE_WEP40 5 /* 40/64-bit WEP keys */ 56 * prism54_mib_mode_helper - MIB change mode helper function 62 * mode-dependent mib values and does the mapping of the Linux 77 return -EINVAL; in prism54_mib_mode_helper() 80 priv->iw_mode = iw_mode; in prism54_mib_mode_helper() 105 return -EINVAL; in prism54_mib_mode_helper() 118 * prism54_mib_init - fill MIB cache with defaults 131 .addr = priv->device_psm_buffer in prism54_mib_init() 137 filter = CARD_DEFAULT_FILTER; /* (0) Do not filter un-encrypted data */ in prism54_mib_init() [all …]
|
/Linux-v5.10/drivers/net/ethernet/brocade/bna/ |
D | bfi_enet.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Linux network driver for QLogic BR-series Converged Network Adapter. 6 * Copyright (c) 2005-2014 Brocade Communications Systems, Inc. 7 * Copyright (c) 2014-2015 QLogic Corporation 21 * HDS-off request is dynamic 22 * keep structures as multiple of 32-bit fields for alignment. 23 * All values must be written in big-endian. 46 #define BFI_ENET_RSS_KEY_LEN 10 /* 32-bit words */ 50 u32 addr_hi; /* Most Significant 32-bits */ 51 u32 addr_lo; /* Least Significant 32-Bits */ [all …]
|
/Linux-v5.10/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_hw.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright(c) 2008 - 2009 Atheros Corporation. All rights reserved. 6 * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. 43 int atl1c_read_phy_core(struct atl1c_hw *hw, bool ext, u8 dev, 45 int atl1c_write_phy_core(struct atl1c_hw *hw, bool ext, u8 dev, 55 /* hw-ids */ 151 * ->L0s not L1 */ 199 * serdes, not sw to 25M */ 307 * un-repairable because 310 * stuck-to-x failure */ [all …]
|
/Linux-v5.10/drivers/net/wireless/atmel/ |
D | atmel.c | 1 /*** -*- linux-c -*- ********************************************************** 5 Copyright 2000-2001 ATMEL Corporation. 6 Copyright 2003-2004 Simon Kelley. 81 over-rides any automatic selection */ 101 MODULE_FIRMWARE("atmel_at76c502-wpa.bin"); 103 MODULE_FIRMWARE("atmel_at76c502d-wpa.bin"); 105 MODULE_FIRMWARE("atmel_at76c502e-wpa.bin"); 107 MODULE_FIRMWARE("atmel_at76c502_3com-wpa.bin"); 109 MODULE_FIRMWARE("atmel_at76c504-wpa.bin"); 111 MODULE_FIRMWARE("atmel_at76c504_2958-wpa.bin"); [all …]
|
/Linux-v5.10/arch/mips/pci/ |
D | pci-ar2315.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 * Read/write operation in the region 0x80000000-0xBFFFFFFF causes 23 * We know (and support) only one board that uses the PCI interface - 53 #define AR2315_PCIMISC_GIG_MASK 0x0000000C /* bits 31-30 for pci req */ 101 #define AR2315_PCI_INT_TXEOL 0x00000008 /* Desc In End-of-List */ 106 #define AR2315_PCI_INT_TXOOD 0x00000200 /* Desc In Out-of-Desc */ 132 #define AR2315_PCI_IRQ_ABORT 26 142 * We need some arbitrary non-zero value to be programmed to the BAR1 register 180 return dma_addr - ar2315_dev_offset(dev); in dma_to_phys() 185 struct pci_controller *hose = bus->sysdata; in ar2315_pci_bus_to_apc() [all …]
|
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | sky2.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 30 /* Yukon-2 */ 32 PCI_Y2_PIG_ENA = 1<<31, /* Enable Plug-in-Go (YUKON-2) */ 33 PCI_Y2_DLL_DIS = 1<<30, /* Disable PCI DLL (YUKON-2) */ 34 PCI_SW_PWR_ON_RST= 1<<30, /* SW Power on Reset (Yukon-EX) */ 35 PCI_Y2_PHY2_COMA = 1<<29, /* Set PHY 2 to Coma Mode (YUKON-2) */ 36 PCI_Y2_PHY1_COMA = 1<<28, /* Set PHY 1 to Coma Mode (YUKON-2) */ 37 PCI_Y2_PHY2_POWD = 1<<27, /* Set PHY 2 to Power Down (YUKON-2) */ 38 PCI_Y2_PHY1_POWD = 1<<26, /* Set PHY 1 to Power Down (YUKON-2) */ 52 PCI_PATCH_DIR = 0xfL<<8, /* Bit 11.. 8: Ext Patches dir 3..0 */ [all …]
|
D | skge.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 133 CS_CLK_RUN_HOT = 1<<13,/* CLK_RUN hot m. (YUKON-Lite only) */ 134 CS_CLK_RUN_RST = 1<<12,/* CLK_RUN reset (YUKON-Lite only) */ 135 CS_CLK_RUN_ENA = 1<<11,/* CLK_RUN enable (YUKON-Lite only) */ 172 IS_PA_TO_TX2 = 1<<26, /* Packet Arb Timeout Tx2 */ 262 CHIP_ID_YUKON_LITE = 0xb1, /* Chip ID for YUKON-Lite (Rev. A1-A3) */ 263 CHIP_ID_YUKON_LP = 0xb2, /* Chip ID for YUKON-LP */ 264 CHIP_ID_YUKON_XL = 0xb3, /* Chip ID for YUKON-2 XL */ 265 CHIP_ID_YUKON_EC = 0xb6, /* Chip ID for YUKON-2 EC */ 266 CHIP_ID_YUKON_FE = 0xb7, /* Chip ID for YUKON-2 FE */ [all …]
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | hal_pwr_seq.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 Check document WM-20130815-JackieLau-RTL8723B_Power_Architecture v08.vsd 10 0: POFF--Power Off 11 1: PDN--Power Down 12 2: CARDEMU--Card Emulation 13 3: ACT--Active Mode 14 4: LPS--Low Power State 15 5: SUS--Suspend 28 #define RTL8723B_TRANS_CARDEMU_TO_ACT_STEPS 26 106 …_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, BIT0, 1}, /*0x48[16] = 1 to enable GPIO9 as EXT WAKEUP*/ \ [all …]
|
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8821a2ant.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * This file is for RTL8821A Co-exist mechanism 45 struct rtl_priv *rtlpriv = btcoexist->adapter; in btc8821a2ant_bt_rssi_state() 47 u8 bt_rssi_state = coex_sta->pre_bt_rssi_state; in btc8821a2ant_bt_rssi_state() 49 bt_rssi = coex_sta->bt_rssi; in btc8821a2ant_bt_rssi_state() 52 if ((coex_sta->pre_bt_rssi_state == BTC_RSSI_STATE_LOW) || in btc8821a2ant_bt_rssi_state() 53 (coex_sta->pre_bt_rssi_state == BTC_RSSI_STATE_STAY_LOW)) { in btc8821a2ant_bt_rssi_state() 79 return coex_sta->pre_bt_rssi_state; in btc8821a2ant_bt_rssi_state() 82 if ((coex_sta->pre_bt_rssi_state == BTC_RSSI_STATE_LOW) || in btc8821a2ant_bt_rssi_state() 83 (coex_sta->pre_bt_rssi_state == BTC_RSSI_STATE_STAY_LOW)) { in btc8821a2ant_bt_rssi_state() [all …]
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.h | 1 /* SPDX-License-Identifier: ISC */ 38 /* ext event table */ 333 u8 non_tx_bssid;/* non-transmitted BSSID, 0: transmitted BSSID */ 865 u8 bw; /* 0: 20M, 1: 40M, 2: 80M, 3: 160M */ 1036 #define STA_CAP_HT BIT(26)
|
/Linux-v5.10/drivers/clk/sunxi-ng/ |
D | ccu-sun8i-r40.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <linux/clk-provider.h> 24 #include "ccu-sun8i-r40.h" 32 .m = _SUNXI_CCU_DIV(0, 2), 36 .hw.init = CLK_HW_INIT("pll-cpu", 48 * With sigma-delta modulation for fractional-N on the audio PLL, 58 { .rate = 22579200, .pattern = 0xc0010d84, .m = 8, .n = 7 }, 59 { .rate = 24576000, .pattern = 0xc000ac02, .m = 14, .n = 14 }, 62 static SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(pll_audio_base_clk, "pll-audio-base", 65 0, 5, /* M */ [all …]
|