| /openbmc/qemu/ui/ |
| H A D | qemu-pixman.c | 15 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 D | pinctrl-mtk-common.c | 137 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 D | cc_helper_template.h.inc | 49 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 D | pcie_sriov.c | 175 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 D | pcie_layerscape.h | 77 #define PCIE_LCTRL0_PF(pf) ((pf) << 16) argument 79 #define PCIE_LCTRL0_VAL(pf, vf) (PCIE_LCTRL0_PF(pf) | \ argument
|
| H A D | pcie_layerscape.c | 418 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 D | buildstats-summary.bbclass | 18 for pf in os.listdir(bsdir): 19 taskdir = os.path.join(bsdir, pf) 27 no_sstate.add(pf) 29 sstate.add(pf)
|
| H A D | copyleft_compliance.bbclass | 36 pf = d.getVar('PF') 37 dest = os.path.join(sources_dir, pf)
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | sbe_ffdc_handler.cpp | 268 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 D | manager.cpp | 327 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 D | add-error-check-for-disk-filled-up.patch | 53 @@ -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 D | target-rx.rst | 22 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 D | sriov.rst | 23 -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 D | signing-keys.bb | 41 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 D | stm32_ltdc.c | 158 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 D | serv.py | 316 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 D | igbvf.c | 216 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 D | signing.py | 101 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 D | create_error_reports.py | 208 with open(args.policy_file) as pf: 209 policy = yaml.safe_load(pf.read())
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | fsl-ls1088a.dtsi | 110 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 D | fsl-ls1046a.dtsi | 250 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 D | pcie_sriov.h | 25 PCIDevice *pf; /* Pointer back to owner physical function */ member
|
| /openbmc/u-boot/doc/ |
| H A D | README.440-DDR-performance | 47 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 D | providers.py | 436 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 D | vmware_vga.c | 815 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()
|