Searched refs:ecw (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | spd.h | 29 unsigned char ecw; /* 14 Error Checking SDRAM width */ member
|
| H A D | ddr_spd.h | 28 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 D | ioinst.h | 140 uint32_t ecw[8]; member
|
| /openbmc/u-boot/drivers/ddr/fsl/ |
| H A D | ddr2_dimm_params.c | 240 pdimm->ec_sdram_width = spd->ecw; in ddr_compute_dimm_parameters()
|
| H A D | ddr1_dimm_params.c | 257 pdimm->ec_sdram_width = spd->ecw; in ddr_compute_dimm_parameters()
|
| H A D | interactive.c | 923 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 D | ccw.c | 367 memcpy(sch->sense_data, irb.ecw, sizeof(irb.ecw)); in vfio_ccw_io_notifier_handler()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | css.c | 1668 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 D | cio.h | 346 u32 ecw[8]; member
|