Home
last modified time | relevance | path

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

/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()
/qemu/include/qemu/
H A Dhost-pci-mmio.h78 stw_le_p(ioaddr, val); in host_pci_stw_le_p()
H A Dbswap.h316 static inline void stw_le_p(void *ptr, uint16_t v) in stw_le_p() function
/qemu/hw/i386/
H A Dx86-common.c811 stw_le_p(header + 0x20, 0xA33F); in x86_load_linux()
812 stw_le_p(header + 0x22, cmdline_addr - real_addr); in x86_load_linux()
836 stw_le_p(header + 0x1fa, video_mode); in x86_load_linux()
851 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()
/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()
/qemu/target/i386/tcg/
H A Daccess.c143 stw_le_p(p, val); in access_stw()
/qemu/include/hw/virtio/
H A Dvirtio-access.h101 stw_le_p(ptr, v); in virtio_stw_p()
/qemu/hw/virtio/
H A Dvirtio-config-io.c181 stw_le_p(vdev->config + addr, val); in virtio_config_modern_writew()
/qemu/hw/mem/
H A Dcxl_type3.c1692 stw_le_p(&gem.validity_flags, valid_flags); in qmp_cxl_inject_general_media_event()
1788 stw_le_p(&dram.column, column); in qmp_cxl_inject_dram_event()
1803 stw_le_p(&dram.validity_flags, valid_flags); in qmp_cxl_inject_dram_event()
1857 stw_le_p(&module.temperature, temperature); in qmp_cxl_inject_memory_module_event()
2095 stw_le_p(&dCap.host_id, hid); in qmp_cxl_process_dynamic_capacity_prescriptive()
/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()
/qemu/tests/tcg/plugins/
H A Dmem.c169 stw_le_p(p, value.data.u16); in update_region_info()
/qemu/hw/pci-host/
H A Draven.c187 stw_le_p(buf, val); in raven_io_write()
/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1514 stw_le_p(&id->inject_poison_limit, 0); in cmd_identify_memory_device()
1515 stw_le_p(&id->dc_event_log_size, CXL_DC_EVENT_LOG_SIZE); in cmd_identify_memory_device()
2234 stw_le_p(&out->count, record_count); in cmd_media_get_poison_list()
2632 stw_le_p(&out->count, record_count); in cmd_media_get_scan_media_results()
2777 stw_le_p(&out_rec->shared_seq, ent->shared_seq); in cmd_dcd_get_dyn_cap_ext_list()
/qemu/hw/acpi/
H A Dcore.c188 stw_le_p(acpi_tables, lduw_le_p(acpi_tables) + 1u); in acpi_table_install()
/qemu/include/hw/pci/
H A Dpci.h783 stw_le_p(config, val); in pci_set_word()
/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()
/qemu/system/
H A Dmemory_ldst.c.inc422 stw_le_p(ptr, val);
/qemu/tests/qtest/libqos/
H A Dahci.c942 stw_le_p(&cmd->fis.lba_lo[1], bcl); in ahci_atapi_command_create()
/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()