Home
last modified time | relevance | path

Searched refs:ecw (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/include/
H A Dspd.h29 unsigned char ecw; /* 14 Error Checking SDRAM width */ member
H A Dddr_spd.h28 unsigned char ecw; /* 14 Error Checking SDRAM width */ member
91 unsigned char ecw; /* 14 Error Checking SDRAM width */ member
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h140 uint32_t ecw[8]; member
/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c240 pdimm->ec_sdram_width = spd->ecw; in ddr_compute_dimm_parameters()
H A Dddr1_dimm_params.c257 pdimm->ec_sdram_width = spd->ecw; in ddr_compute_dimm_parameters()
H A Dinteractive.c923 printf("%-3d : %02x %s\n", 14, spd->ecw, in ddr1_spd_dump()
1072 printf("%-3d : %02x %s\n", 14, spd->ecw, in ddr2_spd_dump()
/openbmc/qemu/hw/vfio/
H A Dccw.c367 memcpy(sch->sense_data, irb.ecw, sizeof(irb.ecw)); in vfio_ccw_io_notifier_handler()
/openbmc/qemu/hw/s390x/
H A Dcss.c1668 for (i = 0; i < ARRAY_SIZE(dest->ecw); i++) { in copy_irb_to_guest()
1669 dest->ecw[i] = cpu_to_be32(src->ecw[i]); in copy_irb_to_guest()
1698 memcpy(irb->ecw, sch->sense_data, sizeof(sch->sense_data)); in build_irb_sense_data()
1699 for (i = 0; i < ARRAY_SIZE(irb->ecw); i++) { in build_irb_sense_data()
1700 irb->ecw[i] = be32_to_cpu(irb->ecw[i]); in build_irb_sense_data()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h346 u32 ecw[8]; member