Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/hisilicon/hibmc/
A Dhibmc_drm_drv.c133 u32 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/drivers/mmc/host/
A Dsdhci-pci-gli.c181 u32 control_value; in gli_set_9750() local
191 control_value = sdhci_readl(host, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750()
230 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1; in gli_set_9750()
231 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_2; in gli_set_9750()
232 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1, in gli_set_9750()
246 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN; in gli_set_9750()
247 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_EN, in gli_set_9750()
249 sdhci_writel(host, control_value, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750()
255 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN; in gli_set_9750()
256 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_EN, in gli_set_9750()
[all …]
/linux/arch/arm/mach-ixp4xx/
A Dgoramo_mlr.c82 static u8 control_value; variable
111 control_value |= (1 << line); in set_control()
113 control_value &= ~(1 << line); in set_control()
126 set_sda(control_value & (0x80 >> i)); /* MSB first */ in output_control()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_mocs.c16 u32 control_value; member
75 .control_value = __control_value, \
515 return table->table[index].control_value; in get_entry_control()
516 return table->table[table->unused_entries_index].control_value; in get_entry_control()
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic.h1421 u32 control_value; member
1496 u32 control_value; member

Completed in 137 milliseconds