| /kernel/linux/linux-5.10/drivers/memory/tegra/ |
| D | tegra186.c | 24 unsigned int override; member 47 u32 override, security; in tegra186_mc_program_sid() local 49 override = readl(mc->regs + client->regs.override); in tegra186_mc_program_sid() 52 dev_dbg(mc->dev, "client %s: override: %x security: %x\n", in tegra186_mc_program_sid() 53 client->name, override, security); in tegra186_mc_program_sid() 57 writel(client->sid, mc->regs + client->regs.override); in tegra186_mc_program_sid() 59 override = readl(mc->regs + client->regs.override); in tegra186_mc_program_sid() 62 dev_dbg(mc->dev, "client %s: override: %x security: %x\n", in tegra186_mc_program_sid() 63 client->name, override, security); in tegra186_mc_program_sid() 73 .override = 0x000, [all …]
|
| /kernel/linux/linux-6.6/drivers/memory/tegra/ |
| D | tegra194.c | 19 .override = 0x000, 29 .override = 0x008, 39 .override = 0x010, 49 .override = 0x0a8, 59 .override = 0x0b0, 69 .override = 0x0e0, 79 .override = 0x0f8, 89 .override = 0x138, 99 .override = 0x158, 109 .override = 0x1a8, [all …]
|
| D | tegra186.c | 78 if (client->regs.sid.security == 0 && client->regs.sid.override == 0) in tegra186_mc_client_sid_override() 84 * If the secure firmware has locked this down the override in tegra186_mc_client_sid_override() 91 * Otherwise, try to set the override itself. Typically the in tegra186_mc_client_sid_override() 95 * override itself. in tegra186_mc_client_sid_override() 103 value = readl(mc->regs + client->regs.sid.override); in tegra186_mc_client_sid_override() 109 writel(sid, mc->regs + client->regs.sid.override); in tegra186_mc_client_sid_override() 157 .override = 0x000, 167 .override = 0x070, 177 .override = 0x0a8, 187 .override = 0x0b0, [all …]
|
| D | tegra234.c | 17 * override and security register offsets. 28 .override = 0xa8, 40 .override = 0xe0, 52 .override = 0x140, 64 .override = 0x148, 76 .override = 0x150, 88 .override = 0x158, 98 .override = 0x160, 108 .override = 0x168, 118 .override = 0x170, [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| D | idreg-override.c | 3 * Early cpufeature override framework 26 struct arm64_ftr_override *override; member 51 .override = &id_aa64mmfr1_override, 63 * override id_aa64zfr0_el1 to be 0. in pfr0_sve_filter() 75 .override = &id_aa64pfr0_override, 99 .override = &id_aa64pfr1_override, 110 .override = &id_aa64isar1_override, 122 .override = &id_aa64isar2_override, 133 .override = &id_aa64smfr0_override, 154 .override = &arm64_sw_feature_override, [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
| D | config_override.sh | 4 # config_override.sh base override 6 # Combines base and override, removing any Kconfig options from base 7 # that conflict with any in override, concatenating what remains and 23 override=$2 24 if test -r $override 28 echo Override file $override unreadable!!! 36 sed < $override -e 's/^/grep -v "/' -e 's/=.*$/="/' | 48 cat $override
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
| D | config_override.sh | 4 # config_override.sh base override 6 # Combines base and override, removing any Kconfig options from base 7 # that conflict with any in override, concatenating what remains and 23 override=$2 24 if test -r $override 28 echo Override file $override unreadable!!! 35 sed < $override -e 's/^/grep -v "/' -e 's/=.*$/="/' | 47 cat $override
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/ |
| D | snps-dw-apb-uart.yaml | 72 dcd-override: 73 description: Override the DCD modem status signal. This signal will 79 dsr-override: 80 description: Override the DTS modem status signal. This signal will 86 cts-override: 87 description: Override the CTS modem status signal. This signal will 93 ri-override: 94 description: Override the RI modem status signal. This signal will always 115 dcd-override; 116 dsr-override; [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/ |
| D | snps-dw-apb-uart.yaml | 90 dcd-override: 91 description: Override the DCD modem status signal. This signal will 97 dsr-override: 98 description: Override the DTS modem status signal. This signal will 104 cts-override: 105 description: Override the CTS modem status signal. This signal will 111 ri-override: 112 description: Override the RI modem status signal. This signal will always 132 dcd-override; 133 dsr-override; [all …]
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | tbinstal.c | 22 * override - Whether override should be performed 28 * table override mechanism is called to allow the host 35 u8 override, u32 *table_index) in acpi_tb_install_table_with_override() argument 46 * ACPI Table Override: in acpi_tb_install_table_with_override() 48 * Before we install the table, let the host OS override it with a new in acpi_tb_install_table_with_override() 52 if (override) { in acpi_tb_install_table_with_override() 83 * override - Whether override should be performed 99 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument 157 acpi_tb_install_table_with_override(&new_table_desc, override, in acpi_tb_install_standard_table() 189 * DESCRIPTION: Attempt table override by calling the OSL override functions. [all …]
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| D | tbinstal.c | 22 * override - Whether override should be performed 28 * table override mechanism is called to allow the host 35 u8 override, u32 *table_index) in acpi_tb_install_table_with_override() argument 46 * ACPI Table Override: in acpi_tb_install_table_with_override() 48 * Before we install the table, let the host OS override it with a new in acpi_tb_install_table_with_override() 52 if (override) { in acpi_tb_install_table_with_override() 85 * override - Whether override should be performed 102 u8 reload, u8 override, u32 *table_index) in acpi_tb_install_standard_table() argument 161 acpi_tb_install_table_with_override(&new_table_desc, override, in acpi_tb_install_standard_table() 193 * DESCRIPTION: Attempt table override by calling the OSL override functions. [all …]
|
| /kernel/linux/linux-5.10/tools/scripts/ |
| D | Makefile.include | 47 define allow-override 54 $(call allow-override,CC,clang) 55 $(call allow-override,AR,llvm-ar) 56 $(call allow-override,LD,ld.lld) 57 $(call allow-override,CXX,clang++) 58 $(call allow-override,STRIP,llvm-strip) 61 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 62 $(call allow-override,AR,$(CROSS_COMPILE)ar) 63 $(call allow-override,LD,$(CROSS_COMPILE)ld) 64 $(call allow-override,CXX,$(CROSS_COMPILE)g++) [all …]
|
| /kernel/linux/linux-6.6/drivers/base/ |
| D | driver.c | 34 * driver_set_override() - Helper to set or clear driver override. 36 * @override: Address of string to change (e.g. &device->driver_override); 37 * The contents will be freed and hold newly allocated override. 43 * Helper to set or clear driver override in a device, intended for the cases 48 int driver_set_override(struct device *dev, const char **override, in driver_set_override() argument 54 if (!override || !s) in driver_set_override() 73 /* Empty string passed - clear override */ in driver_set_override() 75 old = *override; in driver_set_override() 76 *override = NULL; in driver_set_override() 92 old = *override; in driver_set_override() [all …]
|
| /kernel/linux/linux-6.6/tools/scripts/ |
| D | Makefile.include | 48 define allow-override 61 $(call allow-override,CC,$(LLVM_PREFIX)clang$(LLVM_SUFFIX)) 62 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX)) 63 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)) 64 $(call allow-override,CXX,$(LLVM_PREFIX)clang++$(LLVM_SUFFIX)) 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 68 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 69 $(call allow-override,AR,$(CROSS_COMPILE)ar) 70 $(call allow-override,LD,$(CROSS_COMPILE)ld) 71 $(call allow-override,CXX,$(CROSS_COMPILE)g++) [all …]
|
| /kernel/linux/linux-5.10/drivers/base/ |
| D | driver.c | 34 * driver_set_override() - Helper to set or clear driver override. 36 * @override: Address of string to change (e.g. &device->driver_override); 37 * The contents will be freed and hold newly allocated override. 43 * Helper to set or clear driver override in a device, intended for the cases 48 int driver_set_override(struct device *dev, const char **override, in driver_set_override() argument 54 if (!override || !s) in driver_set_override() 67 /* Empty string passed - clear override */ in driver_set_override() 69 old = *override; in driver_set_override() 70 *override = NULL; in driver_set_override() 86 old = *override; in driver_set_override() [all …]
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
| D | Makefile | 11 define allow-override 18 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 19 $(call allow-override,AR,$(CROSS_COMPILE)ar) 20 $(call allow-override,NM,$(CROSS_COMPILE)nm) 21 $(call allow-override,PKG_CONFIG,pkg-config) 56 override plugin_dir = $(HOME)/.local/lib/traceevent/plugins 59 override plugin_dir = $(libdir)/traceevent/plugins 109 override CFLAGS += -fPIC 110 override CFLAGS += $(CONFIG_FLAGS) $(INCLUDES) $(PLUGIN_DIR_SQ) 111 override CFLAGS += $(udis86-flags) -D_GNU_SOURCE [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | qcom,usb-snps-femto-v2.yaml | 68 provided input will be chosen as the override value for this param. 77 provided input will be chosen as the override value for this param. 85 provided input will be chosen as the override value for this param. 97 provided input will be chosen as the override value for this param. 109 provided input will be chosen as the override value for this param. 117 provided input will be chosen as the override value for this param. 126 provided input will be chosen as the override value for this param. 136 value closest to the provided input will be chosen as the override value 147 provided input will be chosen as the override value for this param.
|
| /kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
| D | Makefile | 12 override CFLAGS += -O2 -Wall -Wextra -I../../../include 13 override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"' 14 override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"' 15 override CFLAGS += -D_FILE_OFFSET_BITS=64 16 override CFLAGS += -D_FORTIFY_SOURCE=2
|
| /kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
| D | Makefile | 12 override CFLAGS += -O2 -Wall -I../../../include 13 override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"' 14 override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"' 15 override CFLAGS += -D_FILE_OFFSET_BITS=64 16 override CFLAGS += -D_FORTIFY_SOURCE=2
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | ti-abb-regulator.txt | 48 - "ldo-address" - Contains address of ABB LDO override register. 50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override 51 register to provide override vset value. 52 - ti,ldovbb-override-mask - Required if ldo-address is set, mask for LDO 53 override register to enable override vset value. 88 Example #2: Efuse bits contain ABB mode setting (no LDO override capability) 109 Example #3: Efuse bits contain ABB mode setting and LDO override capability 121 ti,ldovbb-override-mask = <0x400>;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | ti-abb-regulator.txt | 48 - "ldo-address" - Contains address of ABB LDO override register. 50 - ti,ldovbb-vset-mask - Required if ldo-address is set, mask for LDO override 51 register to provide override vset value. 52 - ti,ldovbb-override-mask - Required if ldo-address is set, mask for LDO 53 override register to enable override vset value. 88 Example #2: Efuse bits contain ABB mode setting (no LDO override capability) 109 Example #3: Efuse bits contain ABB mode setting and LDO override capability 121 ti,ldovbb-override-mask = <0x400>;
|
| /kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/ |
| D | method-customizing.rst | 14 1. override an existing method which may not work correctly, 20 control method rather than override the entire DSDT, because kernel 38 1. override an existing method 63 g) override the old method via the debugfs by running 78 and redo step c) ~ g) to override the method with the original one. 83 method override. i.e. if we want to insert/override multiple
|
| /kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
| D | method-customizing.rst | 14 1. override an existing method which may not work correctly, 20 control method rather than override the entire DSDT, because kernel 38 1. override an existing method 63 g) override the old method via the debugfs by running 78 and redo step c) ~ g) to override the method with the original one. 83 method override. i.e. if we want to insert/override multiple
|
| /kernel/linux/linux-6.6/drivers/media/tuners/ |
| D | mxl5007t.c | 83 { 0x2e, 0x15 }, /* OVERRIDE */ 84 { 0x30, 0x10 }, /* OVERRIDE */ 85 { 0x45, 0x58 }, /* OVERRIDE */ 86 { 0x48, 0x19 }, /* OVERRIDE */ 87 { 0x52, 0x03 }, /* OVERRIDE */ 88 { 0x53, 0x44 }, /* OVERRIDE */ 89 { 0x6a, 0x4b }, /* OVERRIDE */ 90 { 0x76, 0x00 }, /* OVERRIDE */ 91 { 0x78, 0x18 }, /* OVERRIDE */ 92 { 0x7a, 0x17 }, /* OVERRIDE */ [all …]
|
| /kernel/linux/linux-5.10/drivers/media/tuners/ |
| D | mxl5007t.c | 83 { 0x2e, 0x15 }, /* OVERRIDE */ 84 { 0x30, 0x10 }, /* OVERRIDE */ 85 { 0x45, 0x58 }, /* OVERRIDE */ 86 { 0x48, 0x19 }, /* OVERRIDE */ 87 { 0x52, 0x03 }, /* OVERRIDE */ 88 { 0x53, 0x44 }, /* OVERRIDE */ 89 { 0x6a, 0x4b }, /* OVERRIDE */ 90 { 0x76, 0x00 }, /* OVERRIDE */ 91 { 0x78, 0x18 }, /* OVERRIDE */ 92 { 0x7a, 0x17 }, /* OVERRIDE */ [all …]
|