Searched refs:control_value (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/hisilicon/hibmc/ |
| H A D | hibmc_drm_drv.c | 146 u32 control_value = 0; in hibmc_set_power_mode() local 156 control_value = readl(mmio + HIBMC_POWER_MODE_CTRL); in hibmc_set_power_mode() 157 control_value &= ~(HIBMC_PW_MODE_CTL_MODE_MASK | in hibmc_set_power_mode() 159 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_MODE, power_mode); in hibmc_set_power_mode() 160 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_OSC_INPUT, input); in hibmc_set_power_mode() 161 writel(control_value, mmio + HIBMC_POWER_MODE_CTRL); in hibmc_set_power_mode()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_mocs.c | 17 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-6.15/drivers/mmc/host/ |
| H A D | sdhci-pci-gli.c | 331 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 …]
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_mocs.c | 37 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()
|
| /linux-6.15/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic.h | 1421 u32 control_value; member 1496 u32 control_value; member
|