Home
last modified time | relevance | path

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

/drivers/gpu/drm/hisilicon/hibmc/
A Dhibmc_drm_drv.c165 u32 control_value = 0; in hibmc_set_power_mode() local
175 control_value = readl(mmio + HIBMC_POWER_MODE_CTRL); in hibmc_set_power_mode()
176 control_value &= ~(HIBMC_PW_MODE_CTL_MODE_MASK | in hibmc_set_power_mode()
178 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_MODE, power_mode); in hibmc_set_power_mode()
179 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_OSC_INPUT, input); in hibmc_set_power_mode()
180 writel(control_value, mmio + HIBMC_POWER_MODE_CTRL); in hibmc_set_power_mode()
/drivers/mmc/host/
A Dsdhci-pci-gli.c331 u32 control_value; in gli_set_9750() local
341 control_value = sdhci_readl(host, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750()
380 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1; in gli_set_9750()
381 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_2; in gli_set_9750()
382 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1, in gli_set_9750()
396 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN; in gli_set_9750()
397 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_EN, in gli_set_9750()
399 sdhci_writel(host, control_value, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750()
405 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN; in gli_set_9750()
406 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_EN, in gli_set_9750()
[all …]
/drivers/gpu/drm/i915/gt/
A Dintel_mocs.c17 u32 control_value; member
88 .control_value = __control_value, \
544 return table->table[index].control_value; in get_entry_control()
545 return table->table[table->unused_entries_index].control_value; in get_entry_control()
/drivers/gpu/drm/xe/
A Dxe_mocs.c37 u32 control_value; member
114 .control_value = __control_value, \
673 return info->table[index].control_value; in get_entry_control()
674 return info->table[info->unused_entries_index].control_value; in get_entry_control()
/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic.h1421 u32 control_value; member
1496 u32 control_value; member

Completed in 27 milliseconds