Searched refs:control_value (Results 1 - 5 of 5) sorted by last modified time

/linux-master/drivers/mmc/host/
H A Dsdhci-pci-gli.c259 u32 control_value; local
269 control_value = sdhci_readl(host, SDHCI_GLI_9750_TUNING_CONTROL);
308 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1;
309 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_2;
310 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_1,
312 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_GLITCH_2,
324 control_value &= ~SDHCI_GLI_9750_TUNING_CONTROL_EN;
325 control_value |= FIELD_PREP(SDHCI_GLI_9750_TUNING_CONTROL_EN,
327 sdhci_writel(host, control_value, SDHCI_GLI_9750_TUNING_CONTROL);
333 control_value
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_mocs.c34 u32 control_value; member in struct:xe_mocs_entry
112 .control_value = __control_value, \
459 * Get control_value from MOCS entry. If the table entry is not defined, the
466 return info->table[index].control_value;
467 return info->table[info->unused_entries_index].control_value;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c17 u32 control_value; member in struct:drm_i915_mocs_entry
88 .control_value = __control_value, \
537 * Get control_value from MOCS entry taking into account when it's not used
545 return table->table[index].control_value;
546 return table->table[table->unused_entries_index].control_value;
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.c133 u32 control_value = 0; local
143 control_value = readl(mmio + HIBMC_POWER_MODE_CTRL);
144 control_value &= ~(HIBMC_PW_MODE_CTL_MODE_MASK |
146 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_MODE, power_mode);
147 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_OSC_INPUT, input);
148 writel(control_value, mmio + HIBMC_POWER_MODE_CTRL);
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1421 u32 control_value; member in union:netxen_minidump_entry_crb::__anon1467
1496 u32 control_value; member in union:netxen_minidump_entry_cache::__anon1483

Completed in 162 milliseconds