| /openbmc/u-boot/drivers/rtc/ |
| H A D | m41t62.c | 143 u8 val; in m41t62_rtc_reset() local 206 u8 val; in rtc_reset() local
|
| /openbmc/qemu/hw/pci-bridge/ |
| H A D | cxl_downstream.c | 47 uint32_t val, int len) in cxl_dsp_dvsec_write_config() 71 uint32_t val, int len) in cxl_dsp_config_write()
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | misc_helper.c | 134 uint64_t val; in helper_wrmsr() local 332 uint64_t val; in helper_rdmsr() local
|
| /openbmc/qemu/hw/intc/ |
| H A D | exynos4210_combiner.c | 88 uint32_t val; in exynos4210_combiner_read() local 172 uint64_t val, unsigned size) in exynos4210_combiner_write()
|
| /openbmc/qemu/hw/nubus/ |
| H A D | nubus-bus.c | 31 static MemTxResult nubus_slot_write(void *opaque, hwaddr addr, uint64_t val, in nubus_slot_write() 56 uint64_t val, unsigned size, in nubus_super_slot_write()
|
| /openbmc/qemu/linux-user/arm/ |
| H A D | cpu_loop.c | 86 uint32_t oldval, newval, val, addr, cpsr, *host_addr; in arm_kernel_cmpxchg32_helper() local 124 uint64_t oldval, newval, val; in arm_kernel_cmpxchg64_helper() local
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | x86hvf.c | 329 uint64_t val; in vmx_set_int_window_exiting() local 337 uint64_t val; in vmx_clear_int_window_exiting() local
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 130 #define __raw_base_writeb(val,base,off) __arch_base_putb(val,base,off) argument 131 #define __raw_base_writew(val,base,off) __arch_base_putw(val,base,off) argument 132 #define __raw_base_writel(val,base,off) __arch_base_putl(val,base,off) argument 257 #define outb_p(val,port) outb((val),(port)) argument 258 #define outw_p(val,port) outw((val),(port)) argument 259 #define outl_p(val,port) outl((val),(port)) argument 366 #define isa_writeb(val,addr) __raw_writeb(val,__mem_isa(addr)) argument 367 #define isa_writew(val,addr) __raw_writew(val,__mem_isa(addr)) argument 368 #define isa_writel(val,addr) __raw_writel(val,__mem_isa(addr)) argument 398 #define isa_writeb(val,addr) __readwrite_bug("isa_writeb") argument [all …]
|
| /openbmc/u-boot/arch/arm/mach-rockchip/ |
| H A D | boot_mode.c | 37 unsigned int val; in rockchip_dnl_key_pressed() local
|
| /openbmc/u-boot/board/freescale/ls1012afrdm/ |
| H A D | eth.c | 30 unsigned int val; in ls1012afrdm_reset_phy() local
|
| /openbmc/u-boot/drivers/timer/ |
| H A D | arc_timer.c | 31 u32 val = 0; in arc_timer_get_count() local
|
| /openbmc/qemu/util/ |
| H A D | cpuinfo-aarch64.c | 38 int val = 0; in sysctl_for_bool() local
|
| /openbmc/u-boot/arch/arc/lib/ |
| H A D | relocate.c | 63 unsigned int val, do_swap = 0; in do_elf_reloc_fixups() local
|
| /openbmc/qemu/tests/tcg/x86_64/ |
| H A D | cross-modifying-code.c | 34 int val = 0x0026748d; /* nop */ in thread_func() local
|
| /openbmc/u-boot/cmd/ |
| H A D | io.c | 48 ulong addr, val; in do_io_iow() local
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inftrees.h | 27 unsigned short val; /* offset in table or code value */ member
|
| /openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
| H A D | cpu.c | 19 u32 val; in arch_cpu_init() local
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | omap_gpmc.c | 267 uint32_t val = 0; in omap_calculate_ecc() local 347 #define PREFETCH_FIFOTHRESHOLD(val) ((val) << 8) argument 348 #define PREFETCH_STATUS_COUNT(val) (val & 0x00003fff) argument 349 #define PREFETCH_STATUS_FIFO_CNT(val) ((val >> 24) & 0x7F) argument 361 uint32_t val; in omap_prefetch_enable() local
|
| /openbmc/qemu/hw/isa/ |
| H A D | lpc_ich9.c | 160 uint64_t val, unsigned len) in ich9_cc_write() 177 uint32_t val = 0; in ich9_cc_read() local 458 static void ich9_apm_ctrl_changed(uint32_t val, void *arg) in ich9_apm_ctrl_changed() 562 uint32_t addr, uint32_t val, int len) in ich9_lpc_config_write() 652 static void ich9_rst_cnt_write(void *opaque, hwaddr addr, uint64_t val, in ich9_rst_cnt_write()
|
| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | max77686.c | 320 unsigned char val; in max77686_ldo_val() local 361 unsigned char val; in max77686_buck_val() local 415 unsigned char val; in max77686_ldo_mode() local 540 unsigned char val; in max77686_buck_mode() local
|
| /openbmc/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_hw_training.c | 67 void ddr3_set_sw_wl_rl_debug(u32 val) in ddr3_set_sw_wl_rl_debug() 72 void ddr3_set_pbs(u32 val) in ddr3_set_pbs() 697 u32 val, pup, tmp_cs, cs, i, dq; in ddr3_save_training() local 792 u32 val, reg, idx, dqs_wr_idx = 0, crc = 0; in ddr3_read_training_results() local
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | ppc440_pcix.c | 167 uint64_t val, unsigned size) in ppc440_pcix_reg_write4() 301 uint32_t val; in ppc440_pcix_reg_read4() local 462 uint64_t val, unsigned len) in pci_host_config_write() 476 uint32_t val = s->config_reg; in pci_host_config_read() local
|
| /openbmc/qemu/hw/misc/ |
| H A D | xlnx-versal-cfu.c | 64 uint32_t val = val64; in cfu_ier_prew() local 74 uint32_t val = val64; in cfu_idr_prew() local 84 uint32_t val = val64; in cfu_itr_prew() local 94 uint32_t val = (uint32_t)val64; in cfu_fgcr_postw() local
|
| /openbmc/qemu/monitor/ |
| H A D | hmp-cmds.c | 302 hwaddr val = qdict_get_int(qdict, "val"); in hmp_print() local 334 uint8_t val = address_space_ldub(&address_space_memory, addr, in hmp_sum() local 348 uint32_t val; in hmp_ioport_read() local 381 int val = qdict_get_int(qdict, "val"); in hmp_ioport_write() local
|
| /openbmc/qemu/bsd-user/i386/ |
| H A D | target_arch_sysarch.h | 29 abi_ulong val; in do_freebsd_arch_sysarch() local
|