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.c259 u32 control_value; in gli_set_9750() local
269 control_value = sdhci_readl(host, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750()
308 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1; in gli_set_9750()
309 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_2; in gli_set_9750()
310 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1, in gli_set_9750()
324 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN; in gli_set_9750()
325 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_EN, in gli_set_9750()
327 sdhci_writel(host, control_value, SDHCI_GLI_9750_TUNING_CONTROL); in gli_set_9750()
333 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN; in gli_set_9750()
334 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_EN, in gli_set_9750()
[all …]
/linux/drivers/gpu/drm/i915/gt/
A Dintel_mocs.c17 u32 control_value; member
88 .control_value = __control_value, \
545 return table->table[index].control_value; in get_entry_control()
546 return table->table[table->unused_entries_index].control_value; in get_entry_control()
/linux/drivers/gpu/drm/xe/
A Dxe_mocs.c37 u32 control_value; member
114 .control_value = __control_value, \
672 return info->table[index].control_value; in get_entry_control()
673 return info->table[info->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 21 milliseconds