Home
last modified time | relevance | path

Searched defs:val (Results 1326 – 1350 of 1958) sorted by relevance

1...<<51525354555657585960>>...79

/openbmc/u-boot/drivers/i2c/
H A Di2c_core.c335 void i2c_reg_write(uint8_t addr, uint8_t reg, uint8_t val) in i2c_reg_write()
/openbmc/u-boot/arch/arm/mach-orion5x/
H A Dtimer.c18 u32 val; /* Timer value reg */ member
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c245 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
/openbmc/u-boot/drivers/video/
H A Datmel_lcdfb.c49 #define lcdc_writel(mmio, reg, val) __raw_writel((val), (mmio)+(reg)) argument
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-balloon.h34 uint64_t val; member
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.hpp187 inline void setOwner(bool val) in setOwner()
/openbmc/qemu/tcg/
H A Doptimize.c85 static inline bool ti_is_const_val(TempOptInfo *ti, uint64_t val) in ti_is_const_val()
95 static inline bool ts_is_const_val(TCGTemp *ts, uint64_t val) in ts_is_const_val()
110 static inline bool arg_is_const_val(TCGArg arg, uint64_t val) in arg_is_const_val()
323 static TCGArg arg_new_constant(OptContext *ctx, uint64_t val) in arg_new_constant()
421 TCGArg dst, uint64_t val) in tcg_opt_gen_movi()
1464 uint64_t val = ti_const_val(t2); in fold_and() local
2502 uint64_t val; in fold_setcond_tst_pow2() local
2812 uint64_t val = arg_const_val(op->args[2]); in fold_sub() local
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c48 static int spinand_read_reg_op(struct spinand_device *spinand, u8 reg, u8 *val) in spinand_read_reg_op()
62 static int spinand_write_reg_op(struct spinand_device *spinand, u8 reg, u8 val) in spinand_write_reg_op()
118 int spinand_upd_cfg(struct spinand_device *spinand, u8 mask, u8 val) in spinand_upd_cfg()
/openbmc/qemu/include/hw/i386/
H A Dintel_iommu.h75 uint64_t val[4]; member
90 uint64_t val; member
95 uint64_t val[8]; member
/openbmc/u-boot/drivers/mmc/
H A Dsh_sdhi.c37 static inline void sh_sdhi_writeq(struct sh_sdhi_host *host, int reg, u64 val) in sh_sdhi_writeq()
47 static inline void sh_sdhi_writew(struct sh_sdhi_host *host, int reg, u16 val) in sh_sdhi_writew()
H A Djz_mmc.c144 u32 val = get_unaligned_le32(buf); in jz_mmc_write_data() local
162 u32 stat, val; in jz_mmc_read_data() local
/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c218 u32 val; in stm32_ltdc_set_mode() local
273 u32 val, tmp, bpp; in stm32_ltdc_set_layer1() local
/openbmc/u-boot/drivers/net/
H A Ddm9000x.c542 void dm9000_write_srom_word(int offset, u16 val) in dm9000_write_srom_word()
588 u16 val; in dm9000_phy_read() local
/openbmc/u-boot/drivers/ram/
H A Dmpc83xx_sdram.c442 u32 val[3]; in mpc83xx_sdram_probe() local
1056 u32 val[3]; in mpc83xx_sdram_probe() local
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c622 u32 val; in __get_boot_src() local
1188 u32 val; in reset_cpu() local
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c138 static inline unsigned short le16_to_cpu (unsigned short val) in le16_to_cpu()
142 unsigned short val; in le16_to_cpu() member
/openbmc/u-boot/drivers/spi/
H A Ddesignware_spi.c124 static inline void dw_write(struct dw_spi_priv *priv, u32 offset, u32 val) in dw_write()
399 u32 val; in dw_spi_xfer() local
/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_usbtty.c124 #define ast_udc_write(val, offset) \ argument
129 #define ast_ep_write(ep_reg, val, reg) \ argument
/openbmc/qemu/include/hw/xen/interface/
H A Darch-arm.h179 #define set_xen_guest_handle_raw(hnd, val) \ argument
185 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val) argument
/openbmc/qemu/hw/char/
H A Dserial.c287 static void serial_write_fcr(SerialState *s, uint8_t val) in serial_write_fcr()
332 static void serial_ioport_write(void *opaque, hwaddr addr, uint64_t val, in serial_ioport_write()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp582 const std::string& val) { in checkForQuiesced()
871 [asyncResp](const boost::system::error_code& ec, double val) { in handleManagerGet()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp572 [&item, &unpackSpec, &res](auto& val) { in readJsonHelperObject()
597 [](auto& val) { in readJsonHelperObject()
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp41 auto val = p2->getParamValue(); in printParams() local
480 auto val = (!calculationIfaces.contains(exprStr)) in updateVirtualSensor() local
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp297 std::string val; in genPELJSON() local
733 std::string val = pel.primarySRC().value()->asciiString(); in printPELCount() local
/openbmc/intel-ipmi-oem/tests/
H A Dtest_sensorcommands.cpp25 uint8_t val = x; in ipmitool_y_from_x() local

1...<<51525354555657585960>>...79