Home
last modified time | relevance | path

Searched refs:control_value (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dsdhci-pci-gli.c107 u32 control_value; in gli_set_9750() local
117 control_value = sdhci_readl(host, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750()
154 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1; in gli_set_9750()
155 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_2; in gli_set_9750()
156 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1, in gli_set_9750()
158 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_2, in gli_set_9750()
170 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN; in gli_set_9750()
171 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_EN, in gli_set_9750()
173 sdhci_writel(host, control_value, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750()
179 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN; in gli_set_9750()
[all …]
/Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_drv.c133 unsigned int control_value = 0; in hibmc_set_power_mode() local
143 control_value = readl(mmio + HIBMC_POWER_MODE_CTRL); in hibmc_set_power_mode()
144 control_value &= ~(HIBMC_PW_MODE_CTL_MODE_MASK | in hibmc_set_power_mode()
146 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_MODE, power_mode); in hibmc_set_power_mode()
147 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_OSC_INPUT, input); in hibmc_set_power_mode()
148 writel(control_value, mmio + HIBMC_POWER_MODE_CTRL); in hibmc_set_power_mode()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_mocs.c32 u32 control_value; member
88 .control_value = __control_value, \
355 return table->table[index].control_value; in get_entry_control()
357 return table->table[I915_MOCS_PTE].control_value; in get_entry_control()
386 unused_value = table.table[I915_MOCS_PTE].control_value; in intel_mocs_init_engine()
420 table.table[index].control_value); in intel_mocs_init_global()
430 table.table[0].control_value); in intel_mocs_init_global()
445 unused_value = table->table[I915_MOCS_PTE].control_value; in emit_mocs_control_table()
/Linux-v5.4/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c81 static u8 control_value; variable
110 control_value |= (1 << line); in set_control()
112 control_value &= ~(1 << line); in set_control()
125 set_sda(control_value & (0x80 >> i)); /* MSB first */ in output_control()
/Linux-v5.4/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h1424 u32 control_value; member
1499 u32 control_value; member