Home
last modified time | relevance | path

Searched refs:pf (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/qemu/ui/
H A Dqemu-pixman.c15 PixelFormat pf; in qemu_pixelformat_from_pixman() local
18 bpp = pf.bits_per_pixel = PIXMAN_FORMAT_BPP(format); in qemu_pixelformat_from_pixman()
19 pf.bytes_per_pixel = PIXMAN_FORMAT_BPP(format) / 8; in qemu_pixelformat_from_pixman()
20 pf.depth = PIXMAN_FORMAT_DEPTH(format); in qemu_pixelformat_from_pixman()
22 pf.abits = PIXMAN_FORMAT_A(format); in qemu_pixelformat_from_pixman()
23 pf.rbits = PIXMAN_FORMAT_R(format); in qemu_pixelformat_from_pixman()
24 pf.gbits = PIXMAN_FORMAT_G(format); in qemu_pixelformat_from_pixman()
25 pf.bbits = PIXMAN_FORMAT_B(format); in qemu_pixelformat_from_pixman()
29 pf.ashift = pf in qemu_pixelformat_from_pixman()
151 qemu_pixman_get_format(PixelFormat * pf,int endian) qemu_pixman_get_format() argument
[all...]
/openbmc/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.c137 static void mtk_hw_bits_part(struct mtk_pin_field *pf, int *h, int *l) in mtk_hw_bits_part() argument
139 *l = 32 - pf->bitpos; in mtk_hw_bits_part()
140 *h = get_count_order(pf->mask) - *l; in mtk_hw_bits_part()
144 struct mtk_pin_field *pf, int value) in mtk_hw_write_cross_field() argument
148 mtk_hw_bits_part(pf, &nbits_h, &nbits_l); in mtk_hw_write_cross_field()
150 mtk_rmw(dev, pf->offset, pf->mask << pf->bitpos, in mtk_hw_write_cross_field()
151 (value & pf->mask) << pf->bitpos); in mtk_hw_write_cross_field()
153 mtk_rmw(dev, pf->offset + pf->next, BIT(nbits_h) - 1, in mtk_hw_write_cross_field()
154 (value & pf->mask) >> nbits_l); in mtk_hw_write_cross_field()
158 struct mtk_pin_field *pf, int *value) in mtk_hw_read_cross_field() argument
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dcc_helper_template.h.inc49 uint32_t af_cf, pf, zf, sf, of;
52 pf = compute_pf(dst);
65 return pf + zf + sf + af_cf + of;
139 uint32_t cf, pf, af, zf, sf, of;
142 pf = compute_pf(dst);
147 return cf + pf + af + zf + sf + of;
152 uint32_t cf, pf, af, zf, sf, of;
155 pf = compute_pf(dst);
160 return cf + pf + af + zf + sf + of;
165 uint32_t cf, pf, af, zf, sf, of;
[all …]
/openbmc/qemu/hw/pci/
H A Dpcie_sriov.c175 vf->exp.sriov_vf.pf = dev; in pcie_sriov_pf_init()
210 dev->exp.sriov_pf.vf[i]->exp.sriov_vf.pf = NULL; in pcie_sriov_pf_exit()
258 GPtrArray *pf; in pcie_sriov_pf_init_from_user_created_vfs() local
272 pf = g_hash_table_lookup(pfs, dev->qdev.id); in pcie_sriov_pf_init_from_user_created_vfs()
273 if (!pf) { in pcie_sriov_pf_init_from_user_created_vfs()
277 if (pf->len > UINT16_MAX) { in pcie_sriov_pf_init_from_user_created_vfs()
282 g_ptr_array_sort(pf, compare_vf_devfns); in pcie_sriov_pf_init_from_user_created_vfs()
283 vfs = (void *)pf->pdata; in pcie_sriov_pf_init_from_user_created_vfs()
292 vf_stride = pf->len < 2 ? 0 : vfs[1]->devfn - vfs[0]->devfn; in pcie_sriov_pf_init_from_user_created_vfs()
294 for (i = 0; i < pf->len; i++) { in pcie_sriov_pf_init_from_user_created_vfs()
[all …]
/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.h77 #define PCIE_LCTRL0_PF(pf) ((pf) << 16) argument
79 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument
H A Dpcie_layerscape.c418 int pf, vf; in ls_pcie_setup_ep() local
420 for (pf = 0; pf < PCIE_PF_NUM; pf++) { in ls_pcie_setup_ep()
422 ctrl_writel(pcie, PCIE_LCTRL0_VAL(pf, vf), in ls_pcie_setup_ep()
/openbmc/openbmc/poky/meta/classes/
H A Dbuildstats-summary.bbclass18 for pf in os.listdir(bsdir):
19 taskdir = os.path.join(bsdir, pf)
27 no_sstate.add(pf)
29 sstate.add(pf)
H A Dcopyleft_compliance.bbclass36 pf = d.getVar('PF')
37 dest = os.path.join(sources_dir, pf)
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.cpp268 PelFFDCfile pf; in process() local
269 pf.format = openpower::pels::UserDataFormat::json; in process()
270 pf.subType = openpower::pels::jsonCalloutSubtype; in process()
271 pf.version = 0x01; in process()
272 pf.fd = ffdcFile.getFd(); in process()
273 ffdcFiles.push_back(pf); in process()
276 paths.emplace_back(ffdcFile.getPath(), pf.fd); in process()
H A Dmanager.cpp327 PelFFDCfile pf; in convertToPelFFDC() local
328 pf.subType = std::get<ffdcSubtypePos>(f); in convertToPelFFDC()
329 pf.version = std::get<ffdcVersionPos>(f); in convertToPelFFDC()
330 pf.fd = std::get<ffdcFDPos>(f); in convertToPelFFDC()
335 pf.format = UserDataFormat::json; in convertToPelFFDC()
338 pf.format = UserDataFormat::cbor; in convertToPelFFDC()
341 pf.format = UserDataFormat::text; in convertToPelFFDC()
344 pf.format = UserDataFormat::custom; in convertToPelFFDC()
348 pelFFDC.push_back(pf); in convertToPelFFDC()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dadd-error-check-for-disk-filled-up.patch53 @@ -1681,7 +1681,11 @@ static void tftp_recvfile(const struct formats *pf, struct tftphdr *oap, int…
57 - write_behind(file, pf->f_convert);
58 + if(write_behind(file, pf->f_convert) < 0) {
66 @@ -1712,7 +1716,11 @@ static void tftp_recvfile(const struct formats *pf, struct tftphdr *oap, int…
70 - write_behind(file, pf->f_convert);
71 + if(write_behind(file, pf->f_convert) < 0) {
/openbmc/qemu/docs/system/
H A Dtarget-rx.rst22 https://osdn.net/users/ysato/pf/qemu/dl/u-boot.bin.gz
28 https://osdn.net/users/ysato/pf/qemu/dl/zImage
31 https://osdn.net/users/ysato/pf/qemu/dl/rx-virt.dtb
H A Dsriov.rst23 -device virtio-net-pci,bus=b,addr=0x0.0x3,netdev=q,sriov-pf=f
24 -device virtio-net-pci,bus=b,addr=0x0.0x2,netdev=p,sriov-pf=f
25 -device virtio-net-pci,bus=b,addr=0x0.0x1,netdev=o,sriov-pf=f
28 The VFs specify the paired PF with ``sriov-pf`` property. The PF must be
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dsigning-keys.bb41 signer.export_pubkey(os.path.join(d.expand('${B}'), 'pf-key'),
55 if [ -f "${B}/pf-key" ]; then
56 …install -D -m 0644 "${B}/pf-key" "${D}${sysconfdir}/pki/packagefeed-gpg/PACKAGEFEED-GPG-KEY-${DIST…
67 if [ -f "${B}/pf-key" ]; then
68 … install -D -m 0644 "${B}/pf-key" "${DEPLOYDIR}/PACKAGEFEED-GPG-KEY-${DISTRO}-${DISTRO_CODENAME}"
/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c158 enum stm32_ltdc_pix_fmt pf; in stm32_ltdc_get_pixel_format() local
162 pf = PF_RGB565; in stm32_ltdc_get_pixel_format()
166 pf = PF_ARGB8888; in stm32_ltdc_get_pixel_format()
170 pf = PF_L8; in stm32_ltdc_get_pixel_format()
179 pf = PF_RGB565; in stm32_ltdc_get_pixel_format()
183 debug("%s: %d bpp -> ltdc pf %d\n", __func__, VNBITS(l2bpp), pf); in stm32_ltdc_get_pixel_format()
185 return (u32)pf; in stm32_ltdc_get_pixel_format()
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dserv.py316 with open(pidfile, "w") as pf:
317 pf.write("%s\n" % pid)
327 with open(pidfile) as pf:
328 pid = int(pf.readline().strip())
351 with open(pidfile) as pf:
352 pid = int(pf.readline().strip())
361 for pf in glob.glob(PIDPREFIX % (ip, "*")):
362 bn = os.path.basename(pf)
/openbmc/qemu/hw/net/
H A Digbvf.c216 PCIDevice *pf = pcie_sriov_get_pf(vf); in igbvf_mmio_read() local
219 return addr == HWADDR_MAX ? 0 : igb_mmio_read(pf, addr, size); in igbvf_mmio_read()
226 PCIDevice *pf = pcie_sriov_get_pf(vf); in igbvf_mmio_write() local
230 igb_mmio_write(pf, addr, val, size); in igbvf_mmio_write()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py101 pf = pkgdata['PN'] + "-" + pkgdata['PKGE'] + pkgdata['PKGV'] + '-' + pkgdata['PKGR']
103 pf = pkgdata['PN'] + "-" + pkgdata['PKGV'] + '-' + pkgdata['PKGR']
108 pkg_deploy = os.path.join(deploy_dir_rpm, package_arch, '.'.join((pf, package_arch, 'rpm')))
/openbmc/ibm-logging/
H A Dcreate_error_reports.py208 with open(args.policy_file) as pf:
209 policy = yaml.safe_load(pf.read())
/openbmc/u-boot/arch/arm/dts/
H A Dfsl-ls1088a.dtsi110 0x00 0x034c0000 0x0 0x40000 /* pf controls registers */
126 0x00 0x035c0000 0x0 0x40000 /* pf controls registers */
142 0x00 0x036c0000 0x0 0x40000 /* pf controls registers */
H A Dfsl-ls1046a.dtsi250 0x00 0x034c0000 0x0 0x40000 /* pf controls registers */
266 0x00 0x035c0000 0x0 0x40000 /* pf controls registers */
283 0x00 0x036c0000 0x0 0x40000 /* pf controls registers */
/openbmc/qemu/include/hw/pci/
H A Dpcie_sriov.h25 PCIDevice *pf; /* Pointer back to owner physical function */ member
/openbmc/u-boot/doc/
H A DREADME.440-DDR-performance47 ttcp-t: 0.0user 0.1sys 0:00real 60% 0i+0d 0maxrss 0+2pf 3+1506csw
87 ttcp-t: 0.0user 0.0sys 0:00real 46% 0i+0d 0maxrss 0+2pf 120+1csw
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dproviders.py436 for pf in dataCache.providers[p]:
437 if dataCache.pkg_fn[pf] != pn:
438 … logger.debug2("World build skipping %s due to both us and %s providing %s", f, pf, p)
/openbmc/qemu/hw/display/
H A Dvmware_vga.c815 PixelFormat pf; in vmsvga_value_read() local
857 pf = qemu_default_pixelformat(s->new_depth); in vmsvga_value_read()
858 ret = pf.rmask; in vmsvga_value_read()
862 pf = qemu_default_pixelformat(s->new_depth); in vmsvga_value_read()
863 ret = pf.gmask; in vmsvga_value_read()
867 pf = qemu_default_pixelformat(s->new_depth); in vmsvga_value_read()
868 ret = pf.bmask; in vmsvga_value_read()

12