Home
last modified time | relevance | path

Searched refs:stw_le_p (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/hw/display/
H A Dedid-generate.c262 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 Dx86-common.c804 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 Damd_iommu.c126 stw_le_p(&s->mmior[addr], in amdvi_writew()
/openbmc/qemu/include/exec/
H A Dcpu-all.h58 #define stw_p(p, v) stw_le_p(p, v)
/openbmc/qemu/hw/net/fsl_etsec/
H A Drings.c135 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 Dvirtio-config-io.c181 stw_le_p(vdev->config + addr, val); in virtio_config_modern_writew()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-access.h101 stw_le_p(ptr, v); in virtio_stw_p()
/openbmc/qemu/target/i386/tcg/
H A Daccess.c142 stw_le_p(p, val); in access_stw()
/openbmc/qemu/include/qemu/
H A Dbswap.h319 static inline void stw_le_p(void *ptr, uint16_t v) in stw_le_p() function
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c1659 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 Dmptconfig.c79 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 Dmem.c169 stw_le_p(p, value.data.u16); in update_region_info()
/openbmc/qemu/hw/pci-host/
H A Draven.c187 stw_le_p(buf, val); in raven_io_write()
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1419 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 Dpci.h459 stw_le_p(config, val); in pci_set_word()
/openbmc/qemu/hw/acpi/
H A Dcore.c183 stw_le_p(acpi_tables, lduw_le_p(acpi_tables) + 1u); in acpi_table_install()
/openbmc/qemu/hw/net/
H A Dallwinner-sun8i-emac.c756 stw_le_p(s->conf.macaddr.a + 4, value); in allwinner_sun8i_emac_write()
H A Deepro100.c352 stw_le_p(&s->mem[addr], val); in e100_write_reg2()
/openbmc/qemu/system/
H A Dmemory_ldst.c.inc422 stw_le_p(ptr, val);
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c942 stw_le_p(&cmd->fis.lba_lo[1], bcl); in ahci_atapi_command_create()
/openbmc/qemu/target/arm/tcg/
H A Dsme_helper.c414 DO_ST(st1h_le, uint16_t, stw_le_p, cpu_stw_le_data_ra) in DO_LD()