Home
last modified time | relevance | path

Searched refs:fmt1 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dcss.c749 static CCW1 copy_ccw_from_guest(hwaddr addr, bool fmt1) in copy_ccw_from_guest() argument
755 if (fmt1) { in copy_ccw_from_guest()
840 union {uint64_t fmt2; uint32_t fmt1; } idaw; in ida_read_next_idaw() member
856 idaw_addr = cds->cda_orig + sizeof(idaw.fmt1) * cds->at_idaw; in ida_read_next_idaw()
861 MEMTXATTRS_UNSPECIFIED, &idaw.fmt1, in ida_read_next_idaw()
862 sizeof(idaw.fmt1)); in ida_read_next_idaw()
863 cds->cda = be64_to_cpu(idaw.fmt1); in ida_read_next_idaw()
/openbmc/u-boot/drivers/spi/
H A Ddavinci_spi.c113 dv_reg fmt1; /* 0x54 */ member
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py546 fmt1: str = imgfmt, fmt2: str = imgfmt) -> bool:
555 qemu_img('compare', '-f', fmt1, '-F', fmt2, img1, img2)
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch3609 - struct v4l2_format *fmt1 = &ctx->format;
3611 - fmt1->fmt.pix_mp.width != fmt2->fmt.pix_mp.width ||
3612 - fmt1->fmt.pix_mp.height != fmt2->fmt.pix_mp.height
3614 - fmt1->fmt.pix.width != fmt2->fmt.pix.width ||
3615 - fmt1->fmt.pix.height != fmt2->fmt.pix.height;
3616 + const struct v4l2_format *fmt1 = &ctx->format;
3619 + fmt1->fmt.pix_mp.width != fmt2->fmt.pix_mp.width ||
3620 + fmt1->fmt.pix_mp.height != fmt2->fmt.pix_mp.height
3622 + fmt1->fmt.pix.width != fmt2->fmt.pix.width ||
3623 + fmt1->fmt.pix.height != fmt2->fmt.pix.height);
[all …]