Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c66 static int ef4_poke_lm87(struct i2c_client *client, const u8 *reg_values) in ef4_poke_lm87() argument
68 while (*reg_values) { in ef4_poke_lm87()
69 u8 reg = *reg_values++; in ef4_poke_lm87()
70 u8 value = *reg_values++; in ef4_poke_lm87()
88 const u8 *reg_values) in ef4_init_lm87() argument
101 rc = ef4_poke_lm87(client, reg_values); in ef4_init_lm87()
180 const u8 *reg_values) in ef4_init_lm87() argument
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c330 static const unsigned int reg_values[] = { variable
412 .reg_values = reg_values,
429 .reg_values = reg_values,
444 .reg_values = reg_values,
459 .reg_values = exynos5433_reg_values,
474 .reg_values = exynos5422_reg_values,
493 .reg_values = imx8mm_dsim_reg_values,
541 u32 reset_val = dsi->driver_data->reg_values[RESET_TYPE]; in samsung_dsim_reset()
626 writel(driver_data->reg_values[PLL_TIMER], in samsung_dsim_set_pll()
723 const unsigned int *reg_values = driver_data->reg_values; in samsung_dsim_set_phy_ctrl() local
[all …]
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1464 WHV_REGISTER_VALUE reg_values[3]; in whpx_vcpu_pre_run() local
1468 memset(reg_values, 0, sizeof(reg_values)); in whpx_vcpu_pre_run()
1519 reg_values[reg_count].PendingInterruption = new_int; in whpx_vcpu_pre_run()
1529 reg_values[reg_count].ExtIntEvent = (WHV_X64_PENDING_EXT_INT_EVENT) in whpx_vcpu_pre_run()
1543 reg_values[reg_count].Reg64 = tpr; in whpx_vcpu_pre_run()
1552 reg_values[reg_count].DeliverabilityNotifications = in whpx_vcpu_pre_run()
1567 reg_names, reg_count, reg_values); in whpx_vcpu_pre_run()
1890 WHV_REGISTER_VALUE reg_values[3] = {0}; in whpx_vcpu_run() local
1898 reg_values[0].Reg64 = in whpx_vcpu_run()
1914 reg_values); in whpx_vcpu_run()
[all …]
/openbmc/linux/include/drm/bridge/
H A Dsamsung-dsim.h63 const unsigned int *reg_values; member
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_mixer.c126 static const unsigned int reg_values[5] = { in oxygen_update_dac_routing() local
159 reg_value = reg_values[chip->dac_routing]; in oxygen_update_dac_routing()