Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_mocs.c29 u32 control_value; member
102 .control_value = LE_CACHEABILITY(LE_UC) |
112 .control_value = LE_CACHEABILITY(LE_PAGETABLE) |
121 .control_value = LE_CACHEABILITY(LE_WB) |
134 .control_value = LE_CACHEABILITY(LE_UC) |
144 .control_value = LE_CACHEABILITY(LE_PAGETABLE) |
154 .control_value = LE_CACHEABILITY(LE_UC) |
252 table.table[index].control_value); in intel_mocs_init_engine()
264 table.table[0].control_value); in intel_mocs_init_engine()
297 *cs++ = table->table[index].control_value; in emit_mocs_control_table()
[all …]
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_drv.c155 unsigned int control_value = 0; in hibmc_set_power_mode() local
165 control_value = readl(mmio + HIBMC_POWER_MODE_CTRL); in hibmc_set_power_mode()
166 control_value &= ~(HIBMC_PW_MODE_CTL_MODE_MASK | in hibmc_set_power_mode()
168 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_MODE, power_mode); in hibmc_set_power_mode()
169 control_value |= HIBMC_FIELD(HIBMC_PW_MODE_CTL_OSC_INPUT, input); in hibmc_set_power_mode()
170 writel(control_value, mmio + HIBMC_POWER_MODE_CTRL); in hibmc_set_power_mode()
/Linux-v4.19/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c79 static u8 control_value; variable
108 control_value |= (1 << line); in set_control()
110 control_value &= ~(1 << line); in set_control()
123 set_sda(control_value & (0x80 >> i)); /* MSB first */ in output_control()
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h1440 u32 control_value; member
1515 u32 control_value; member