| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | stpmu1.c | 44 static int stpmu1_output_find_uv(int sel, in stpmu1_output_find_uv() 140 int sel; in stpmu1_buck_get_uv() local 159 int sel, buck = dev->driver_data - 1; in stpmu1_buck_set_value() local 312 int sel, ldo = dev->driver_data - 1; in stpmu1_ldo_get_value() local 334 int sel, ldo = dev->driver_data - 1; in stpmu1_ldo_set_value() local
|
| H A D | tps65910_regulator.c | 142 int sel, val, vout; in tps65910_regulator_get_value() local 195 int sel = 0; in tps65910_regulator_set_value() local
|
| /openbmc/qemu/tests/qtest/libqos/ |
| H A D | fw_cfg.c | 120 uint16_t *sel, uint32_t *size) in find_pdir_entry() 167 uint16_t sel; in qfw_cfg_get_file() local 201 uint16_t sel; in qfw_cfg_read_file() local 243 uint16_t sel; in qfw_cfg_write_file() local
|
| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | cp0_helper.c | 413 target_ulong helper_mfc0_watchlo(CPUMIPSState *env, uint32_t sel) in helper_mfc0_watchlo() 418 target_ulong helper_mfc0_watchhi(CPUMIPSState *env, uint32_t sel) in helper_mfc0_watchhi() 423 target_ulong helper_mfhc0_watchhi(CPUMIPSState *env, uint32_t sel) in helper_mfhc0_watchhi() 491 target_ulong helper_dmfc0_watchlo(CPUMIPSState *env, uint32_t sel) in helper_dmfc0_watchlo() 496 target_ulong helper_dmfc0_watchhi(CPUMIPSState *env, uint32_t sel) in helper_dmfc0_watchhi() 1313 void helper_mtc0_watchlo(CPUMIPSState *env, target_ulong arg1, uint32_t sel) in helper_mtc0_watchlo() 1322 void helper_mtc0_watchhi(CPUMIPSState *env, target_ulong arg1, uint32_t sel) in helper_mtc0_watchhi() 1333 void helper_mthc0_watchhi(CPUMIPSState *env, target_ulong arg1, uint32_t sel) in helper_mthc0_watchhi() 1427 target_ulong helper_mftgpr(CPUMIPSState *env, uint32_t sel) in helper_mftgpr() 1439 target_ulong helper_mftlo(CPUMIPSState *env, uint32_t sel) in helper_mftlo() [all …]
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | x86_descr.h | 25 uint16_t sel; member
|
| H A D | x86.c | 51 x86_segment_selector sel) in x86_read_segment_descriptor() 81 x86_segment_selector sel) in x86_write_segment_descriptor()
|
| H A D | x86_descr.c | 65 x86_segment_selector sel; in vmx_read_segment_selector() local
|
| /openbmc/u-boot/arch/arm/mach-exynos/ |
| H A D | clock.c | 640 unsigned int sel; in exynos4_get_pwm_clk() local 697 unsigned int sel; in exynos4_get_uart_clk() local 744 unsigned int sel; in exynos4x12_get_uart_clk() local 788 unsigned int sel, ratio, pre_ratio; in exynos4_get_mmc_clk() local 917 unsigned int sel; in exynos4_get_lcd_clk() local 959 unsigned int sel; in exynos5_get_lcd_clk() local 1000 unsigned int sel; in exynos5420_get_lcd_clk() local 1034 unsigned int sel; in exynos5800_get_lcd_clk() local
|
| /openbmc/u-boot/arch/arm/mach-kirkwood/ |
| H A D | mpp.c | 54 unsigned int sel = MPP_SEL(*mpp_list); in kirkwood_mpp_conf() local
|
| /openbmc/qemu/linux-user/i386/ |
| H A D | cpu_loop.c | 52 uint64_t addr, unsigned int sel) in set_gate64() 72 uint32_t addr, unsigned int sel) in set_gate()
|
| /openbmc/u-boot/arch/mips/cpu/ |
| H A D | start.S | 38 .macro init_wr sel argument
|
| /openbmc/qemu/bsd-user/x86_64/ |
| H A D | target_arch_cpu.c | 49 uint64_t addr, unsigned int sel) in set_gate64()
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_arch_cpu.c | 50 uint32_t addr, unsigned int sel) in set_gate()
|
| /openbmc/qemu/target/ppc/ |
| H A D | power8-pmu.c | 49 target_ulong sel; in pmu_update_summaries() local 175 int sel = extract64(mmcr1, MMCR1_PMC4EVT_EXTR, MMCR1_EVT_SIZE); in pmu_increment_insns() local
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | ipmi_to_redfish_hooks.hpp | 22 namespace intel_oem::ipmi::sel namespace
|
| H A D | me_to_redfish_hooks.hpp | 21 namespace intel_oem::ipmi::sel::redfish_hooks::me namespace
|
| /openbmc/u-boot/arch/arm/mach-tegra/ |
| H A D | cpu.c | 234 struct clk_pll_table *sel; in init_pllx() local
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | generic_event_device.h | 110 uint32_t sel; member
|
| /openbmc/qemu/hw/arm/ |
| H A D | smmuv3-internal.h | 610 #define CD_TTB(x, sel) \ argument 614 #define CD_HAD(x, sel) extract32((x)->word[(sel) * 2 + 2], 1, 1) argument 616 #define CD_TSZ(x, sel) extract32((x)->word[0], (16 * (sel)) + 0, 6) argument 617 #define CD_TG(x, sel) extract32((x)->word[0], (16 * (sel)) + 6, 2) argument 618 #define CD_EPD(x, sel) extract32((x)->word[0], (16 * (sel)) + 14, 1) argument
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fsl_corenet2_serdes.c | 208 u32 sfp_spfr0, sel; in serdes_init() local
|
| /openbmc/intel-ipmi-oem/src/ |
| H A D | me_to_redfish_hooks.cpp | 23 namespace intel_oem::ipmi::sel::redfish_hooks::me namespace
|
| /openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.h | 70 int sel; member 109 #define selector_exists(sel) ((sel)->width != 0) argument 403 struct bcm_clk_sel sel; member
|
| /openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.h | 70 int sel; member 109 #define selector_exists(sel) ((sel)->width != 0) argument 403 struct bcm_clk_sel sel; member
|
| /openbmc/phosphor-host-ipmid/include/dbus-sdr/ |
| H A D | storagecommands.hpp | 24 namespace dynamic_sensors::ipmi::sel namespace
|
| /openbmc/qemu/hw/ppc/ |
| H A D | pnv_bmc.c | 61 OemSel sel = { in pnv_gen_oem_sel() local
|