| /openbmc/u-boot/drivers/power/ |
| H A D | axp221.c | 31 u8 cfg = axp221_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local 53 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc2() local 70 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1860, 20); in axp_set_dcdc3() local 87 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc4() local 104 u8 cfg = axp221_mvolt_to_cfg(mvolt, 1000, 2550, 50); in axp_set_dcdc5() local 121 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo1() local 138 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo2() local 155 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo3() local 171 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_dldo() local 192 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_eldo() local
|
| H A D | axp809.c | 32 u8 cfg = axp809_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local 54 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc2() local 71 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1860, 20); in axp_set_dcdc3() local 88 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc4() local 108 u8 cfg = axp809_mvolt_to_cfg(mvolt, 1000, 2550, 50); in axp_set_dcdc5() local 125 u8 cfg; in axp_set_aldo() local 167 u8 cfg = axp809_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_dldo() local 190 u8 cfg = axp809_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_eldo() local
|
| H A D | axp818.c | 32 u8 cfg = axp818_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local 49 u8 cfg; in axp_set_dcdc2() local 71 u8 cfg; in axp_set_dcdc3() local 93 u8 cfg; in axp_set_dcdc5() local 115 u8 cfg; in axp_set_aldo() local 152 u8 cfg; in axp_set_dldo() local 175 u8 cfg; in axp_set_eldo() local 196 u8 cfg; in axp_set_fldo() local
|
| H A D | axp209.c | 35 u8 cfg, current; in axp_set_dcdc2() local 65 u8 cfg = axp209_mvolt_to_cfg(mvolt, 700, 3500, 25); in axp_set_dcdc3() local 82 u8 cfg, reg; in axp_set_aldo2() local 104 u8 cfg; in axp_set_aldo3() local 169 u8 cfg, reg; in axp_set_aldo4() local
|
| /openbmc/u-boot/include/linux/ |
| H A D | kconfig.h | 20 #define config_enabled(cfg) _config_enabled(cfg) argument 59 #define config_val(cfg) _config_val(_IS_TPL, cfg) argument 60 #define _config_val(x, cfg) __config_val(x, cfg) argument 61 #define __config_val(x, cfg) ___config_val(__ARG_PLACEHOLDER_##x, cfg) argument 62 #define ___config_val(arg1_or_junk, cfg) \ argument 66 #define config_val(cfg) _config_val(_IS_SPL, cfg) argument 67 #define _config_val(x, cfg) __config_val(x, cfg) argument 68 #define __config_val(x, cfg) ___config_val(__ARG_PLACEHOLDER_##x, cfg) argument 69 #define ___config_val(arg1_or_junk, cfg) \ argument
|
| /openbmc/qemu/roms/ |
| H A D | edk2-build.py | 44 def get_coredir(cfg): argument 49 def get_toolchain(cfg, build): argument 56 def get_version(cfg, silent = False): argument 88 def pcd_version(cfg, silent = False): argument 179 def build_one(cfg, build, jobs = None, silent = False, nologs = False): argument 248 def prepare_env(cfg, silent = False): argument 319 def build_list(cfg): argument
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | fsl_lsch3_serdes.c | 52 __weak int serdes_get_number(int serdes, int cfg) in serdes_get_number() 86 u32 cfg = 0; in serdes_get_first_lane() local 134 u32 cfg; in serdes_init() local 281 static void do_enabled_lanes_reset(u32 serdes_id, u32 cfg, in do_enabled_lanes_reset() 307 static void do_pll_reset(u32 cfg, in do_pll_reset() 329 static void do_rx_tx_cal_reset_comp(u32 cfg, int i, in do_rx_tx_cal_reset_comp() 340 static void do_pll_reset_done(u32 cfg, in do_pll_reset_done() 355 static void do_serdes_enable(u32 cfg, in do_serdes_enable() 371 static void do_pll_lock(u32 cfg, in do_pll_lock()
|
| H A D | fsl_lsch2_serdes.c | 42 u32 cfg = gur_in32(&gur->rcwsr[4]); in serdes_get_first_lane() local 78 u32 cfg = gur_in32(&gur->rcwsr[4]) & in get_serdes_protocol() local 103 u32 cfg; in serdes_init() local
|
| /openbmc/qemu/tests/qtest/ |
| H A D | sifive-e-aon-watchdog-test.c | 182 uint32_t cfg; in test_scaled_wdogs() local 209 uint32_t cfg; in test_watchdog() local 251 uint32_t cfg; in test_scaled_watchdog() local 293 uint32_t cfg; in test_periodic_int() local 351 uint32_t cfg; in test_enable_disable() local
|
| /openbmc/qemu/util/ |
| H A D | throttle.c | 218 void throttle_config_init(ThrottleConfig *cfg) in throttle_config_init() 298 bool throttle_enabled(ThrottleConfig *cfg) in throttle_enabled() 316 bool throttle_is_valid(ThrottleConfig *cfg, Error **errp) in throttle_is_valid() 398 ThrottleConfig *cfg) in throttle_config() 418 void throttle_get_config(ThrottleState *ts, ThrottleConfig *cfg) in throttle_get_config() 513 void throttle_limits_to_config(ThrottleLimits *arg, ThrottleConfig *cfg, in throttle_limits_to_config() 616 void throttle_config_to_limits(ThrottleConfig *cfg, ThrottleLimits *var) in throttle_config_to_limits()
|
| /openbmc/u-boot/include/dt-bindings/dma/ |
| H A D | at91.h | 35 #define AT91_XDMAC_DT_GET_MEM_IF(cfg) (((cfg) >> AT91_XDMAC_DT_MEM_IF_OFFSET) \ argument 42 #define AT91_XDMAC_DT_GET_PER_IF(cfg) (((cfg) >> AT91_XDMAC_DT_PER_IF_OFFSET) \ argument 49 #define AT91_XDMAC_DT_GET_PERID(cfg) (((cfg) >> AT91_XDMAC_DT_PERID_OFFSET) \ argument
|
| /openbmc/u-boot/drivers/ddr/altera/ |
| H A D | sdram_gen5.c | 40 static int get_errata_rows(const struct socfpga_sdram_config *cfg) in get_errata_rows() 266 static u32 sdr_get_ctrlcfg(const struct socfpga_sdram_config *cfg) in sdr_get_ctrlcfg() 304 static u32 sdr_get_addr_rw(const struct socfpga_sdram_config *cfg) in sdr_get_addr_rw() 325 static void sdr_load_regs(const struct socfpga_sdram_config *cfg) in sdr_load_regs() 431 const struct socfpga_sdram_config *cfg = socfpga_get_sdram_config(); in sdram_mmr_init_full() local 479 const struct socfpga_sdram_config *cfg = socfpga_get_sdram_config(); in sdram_calculate_size() local
|
| /openbmc/u-boot/drivers/video/exynos/ |
| H A D | exynos_fb.c | 105 unsigned int cfg = 0; in exynos_fimd_set_dualrgb() local 123 unsigned int cfg = 0; in exynos_fimd_set_dp_clkcon() local 135 unsigned int cfg = 0; in exynos_fimd_set_par() local 205 unsigned int cfg = 0, div = 0, remainder, remainder_div; in exynos_fimd_set_clock() local 259 unsigned int cfg = 0; in exynos_set_trigger() local 271 unsigned int cfg = 0; in exynos_is_i80_frame_done() local 286 unsigned int cfg = 0; in exynos_fimd_lcd_on() local 298 unsigned int cfg = 0; in exynos_fimd_window_on() local 315 unsigned int cfg = 0; in exynos_fimd_lcd_off() local 325 unsigned int cfg = 0; in exynos_fimd_window_off() local [all …]
|
| /openbmc/u-boot/drivers/pinctrl/renesas/ |
| H A D | sh_pfc.h | 356 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument 360 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument 367 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument 373 #define PORT_GP_CFG_8(bank, fn, sfx, cfg) \ argument 379 #define PORT_GP_CFG_9(bank, fn, sfx, cfg) \ argument 384 #define PORT_GP_CFG_10(bank, fn, sfx, cfg) \ argument 389 #define PORT_GP_CFG_11(bank, fn, sfx, cfg) \ argument 394 #define PORT_GP_CFG_12(bank, fn, sfx, cfg) \ argument 400 #define PORT_GP_CFG_14(bank, fn, sfx, cfg) \ argument 406 #define PORT_GP_CFG_15(bank, fn, sfx, cfg) \ argument [all …]
|
| /openbmc/u-boot/drivers/adc/ |
| H A D | exynos-adc.c | 40 unsigned int cfg; in exynos_adc_start_channel() local 61 unsigned int cfg; in exynos_adc_stop() local 78 unsigned int cfg; in exynos_adc_probe() local
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ssd2828.c | 153 static u32 read_hw_register(const struct ssd2828_config *cfg, u8 regnum) in read_hw_register() 162 static void write_hw_register(const struct ssd2828_config *cfg, u8 regnum, in write_hw_register() 172 static void send_mipi_dcs_command(const struct ssd2828_config *cfg, u8 cmdnum) in send_mipi_dcs_command() 183 static void ssd2828_reset(const struct ssd2828_config *cfg) in ssd2828_reset() 192 static int ssd2828_enable_gpio(const struct ssd2828_config *cfg) in ssd2828_enable_gpio() 234 static int ssd2828_free_gpio(const struct ssd2828_config *cfg) in ssd2828_free_gpio() 288 static int ssd2828_configure_video_interface(const struct ssd2828_config *cfg, in ssd2828_configure_video_interface() 339 int ssd2828_init(const struct ssd2828_config *cfg, in ssd2828_init()
|
| /openbmc/u-boot/arch/arm/mach-exynos/ |
| H A D | system.c | 36 unsigned int cfg = 0; in exynos4_set_system_display() local 52 unsigned int cfg = 0; in exynos5_set_system_display() local
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu_cfg.h | 34 static inline bool always_true_p(const RISCVCPUConfig *cfg __attribute__((__unused__))) in always_true_p() 39 static inline bool has_xthead_p(const RISCVCPUConfig *cfg) in has_xthead_p()
|
| /openbmc/u-boot/include/ |
| H A D | axp209.h | 51 #define AXP209_VRC_DCDC2_SLOPE_SET(reg, cfg) \ argument 54 #define AXP209_VRC_LDO3_SLOPE_SET(reg, cfg) \ argument 60 #define AXP209_LDO24_LDO2_SET(reg, cfg) \ argument 63 #define AXP209_LDO24_LDO4_SET(reg, cfg) \ argument
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_sriov.c | 55 uint8_t *cfg = dev->config + dev->exp.sriov_cap; in unregister_vfs() local 69 uint8_t *cfg = dev->config + dev->exp.sriov_cap; in consume_config() local 94 uint8_t *cfg = dev->config + offset; in pcie_sriov_pf_init_common() local 216 uint8_t *cfg = dev->config + dev->exp.sriov_cap; in pcie_sriov_pf_exit() local 474 uint8_t *cfg = dev->config + dev->exp.sriov_cap; in pcie_sriov_pf_add_sup_pgsize() local 513 uint8_t *cfg = dev->config + sriov_cap; in pcie_sriov_num_vfs() local
|
| /openbmc/u-boot/drivers/net/fsl-mc/ |
| H A D | dpmac.c | 56 const struct dpmac_cfg *cfg, in dpmac_create() 125 struct dpmac_mdio_cfg *cfg) in dpmac_mdio_read() 150 struct dpmac_mdio_cfg *cfg) in dpmac_mdio_write() 167 struct dpmac_link_cfg *cfg) in dpmac_get_link_cfg()
|
| /openbmc/u-boot/board/gateworks/gw_ventana/ |
| H A D | eeprom.c | 148 struct ventana_eeprom_config *cfg = econfig; in get_config() local 163 struct ventana_eeprom_config *cfg; in do_econfig() local
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | fsl_ls1_serdes.c | 43 u32 cfg = in_be32(&gur->rcwsr[4]); in serdes_get_first_lane() local 79 u32 cfg; in serdes_init() local
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | sandbox_mmc.c | 15 struct mmc_config cfg; member 114 struct mmc_config *cfg = &plat->cfg; in sandbox_mmc_bind() local
|
| /openbmc/u-boot/drivers/video/tegra124/ |
| H A D | dp.c | 450 struct tegra_dp_link_config *cfg) in _tegra_dp_lower_link_config() 767 const struct tegra_dp_link_config *cfg) in tegra_dc_dp_link_trained() 794 const struct tegra_dp_link_config *cfg) in tegra_dp_channel_eq_status() 838 const struct tegra_dp_link_config *cfg) in tegra_dp_clock_recovery_status() 864 const struct tegra_dp_link_config *cfg) in tegra_dp_lt_adjust() 904 const struct tegra_dp_link_config *cfg) in tegra_dp_wait_aux_training() 913 const struct tegra_dp_link_config *cfg) in tegra_dp_tpg() 981 struct tegra_dp_link_config *cfg) in tegra_dp_lower_link_config() 1006 u32 pc[4], const struct tegra_dp_link_config *cfg) in tegra_dp_lt_config() 1093 const struct tegra_dp_link_config *cfg) in _tegra_dp_channel_eq() [all …]
|