/openbmc/qemu/hw/display/ |
H A D | edid-generate.c | 262 stw_le_p(desc, timings->clock); in edid_desc_timing() 368 stw_le_p(did + 12, 0xffff & (xres - 1)); in qemu_displayid_generate() 369 stw_le_p(did + 14, 0xffff & (timings->xblank - 1)); in qemu_displayid_generate() 370 stw_le_p(did + 16, 0xffff & (timings->xfront - 1)); in qemu_displayid_generate() 371 stw_le_p(did + 18, 0xffff & (timings->xsync - 1)); in qemu_displayid_generate() 373 stw_le_p(did + 20, 0xffff & (yres - 1)); in qemu_displayid_generate() 374 stw_le_p(did + 22, 0xffff & (timings->yblank - 1)); in qemu_displayid_generate() 375 stw_le_p(did + 24, 0xffff & (timings->yfront - 1)); in qemu_displayid_generate() 376 stw_le_p(did + 26, 0xffff & (timings->ysync - 1)); in qemu_displayid_generate() 455 stw_le_p(edid + 10, model_nr); in qemu_edid_generate()
|
/openbmc/qemu/hw/i386/ |
H A D | x86-common.c | 804 stw_le_p(header + 0x20, 0xA33F); in x86_load_linux() 805 stw_le_p(header + 0x22, cmdline_addr - real_addr); in x86_load_linux() 829 stw_le_p(header + 0x1fa, video_mode); in x86_load_linux() 844 stw_le_p(header + 0x224, cmdline_addr - real_addr - 0x200); in x86_load_linux()
|
H A D | amd_iommu.c | 126 stw_le_p(&s->mmior[addr], in amdvi_writew()
|
/openbmc/qemu/include/exec/ |
H A D | cpu-all.h | 58 #define stw_p(p, v) stw_le_p(p, v)
|
/openbmc/qemu/hw/net/fsl_etsec/ |
H A D | rings.c | 135 stw_le_p(&bd->flags, bd->flags); in write_buffer_descriptor() 136 stw_le_p(&bd->length, bd->length); in write_buffer_descriptor()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-config-io.c | 181 stw_le_p(vdev->config + addr, val); in virtio_config_modern_writew()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-access.h | 101 stw_le_p(ptr, v); in virtio_stw_p()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | access.c | 142 stw_le_p(p, val); in access_stw()
|
/openbmc/qemu/include/qemu/ |
H A D | bswap.h | 319 static inline void stw_le_p(void *ptr, uint16_t v) in stw_le_p() function
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3.c | 1659 stw_le_p(&gem.validity_flags, valid_flags); in qmp_cxl_inject_general_media_event() 1755 stw_le_p(&dram.column, column); in qmp_cxl_inject_dram_event() 1770 stw_le_p(&dram.validity_flags, valid_flags); in qmp_cxl_inject_dram_event() 1825 stw_le_p(&module.temperature, temperature); in qmp_cxl_inject_memory_module_event() 2063 stw_le_p(&dCap.host_id, hid); in qmp_cxl_process_dynamic_capacity_prescriptive()
|
/openbmc/qemu/hw/scsi/ |
H A D | mptconfig.c | 79 stw_le_p(data + ofs, val.ll); in vfill() 181 stw_le_p(*data + 4, ret / 4); in mptsas_config_pack_ext()
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | mem.c | 169 stw_le_p(p, value.data.u16); in update_region_info()
|
/openbmc/qemu/hw/pci-host/ |
H A D | raven.c | 187 stw_le_p(buf, val); in raven_io_write()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 1419 stw_le_p(&id->inject_poison_limit, 0); in cmd_identify_memory_device() 1420 stw_le_p(&id->dc_event_log_size, CXL_DC_EVENT_LOG_SIZE); in cmd_identify_memory_device() 1721 stw_le_p(&out->count, record_count); in cmd_media_get_poison_list() 2119 stw_le_p(&out->count, record_count); in cmd_media_get_scan_media_results() 2264 stw_le_p(&out_rec->shared_seq, ent->shared_seq); in cmd_dcd_get_dyn_cap_ext_list()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 459 stw_le_p(config, val); in pci_set_word()
|
/openbmc/qemu/hw/acpi/ |
H A D | core.c | 183 stw_le_p(acpi_tables, lduw_le_p(acpi_tables) + 1u); in acpi_table_install()
|
/openbmc/qemu/hw/net/ |
H A D | allwinner-sun8i-emac.c | 756 stw_le_p(s->conf.macaddr.a + 4, value); in allwinner_sun8i_emac_write()
|
H A D | eepro100.c | 352 stw_le_p(&s->mem[addr], val); in e100_write_reg2()
|
/openbmc/qemu/system/ |
H A D | memory_ldst.c.inc | 422 stw_le_p(ptr, val);
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 942 stw_le_p(&cmd->fis.lba_lo[1], bcl); in ahci_atapi_command_create()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sme_helper.c | 414 DO_ST(st1h_le, uint16_t, stw_le_p, cpu_stw_le_data_ra) in DO_LD()
|