Home
last modified time | relevance | path

Searched refs:pi (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/u-boot/common/
H A Dcli_hush.c440 static int free_pipe(struct pipe *pi, int indent);
445 static int run_list_real(struct pipe *pi);
449 static int run_pipe_real(struct pipe *pi);
489 static void insert_bg_job(struct pipe *pi);
490 static void remove_bg_job(struct pipe *pi);
653 struct pipe *pi=NULL; in builtin_fg_bg() local
659 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg()
660 if (pi->jobid == last_jobid) { in builtin_fg_bg()
664 if (!pi) { in builtin_fg_bg()
673 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg()
[all …]
/openbmc/qemu/accel/tcg/
H A Dldst_atomicity.c.inc228 uintptr_t pi = (uintptr_t)pv;
229 int sh = (pi & 3) * 8;
232 pv = (void *)(pi & ~3);
251 uintptr_t pi = (uintptr_t)pv;
252 int sh = (pi & 7) * 8;
255 pv = (void *)(pi & ~7);
281 uintptr_t pi = (uintptr_t)pv;
282 int o = pi & 7;
285 pv = (void *)(pi & ~7);
307 uintptr_t pi = (uintptr_t)pv;
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_spawn.py137 for pi in range(len(patterns)):
138 if type(patterns[pi]) == type(''):
139 patterns[pi] = re.compile(patterns[pi])
146 for pi in range(len(patterns)):
147 pattern = patterns[pi]
154 earliest_pi = pi
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Silence-clang-warnings.patch35 - T phi = angle + k * glm::pi<T>();
36 + T phi = angle + static_cast<T>(k) * glm::pi<T>();
44 const float begin = -glm::pi<float>();
45 const float end = glm::pi<float>();
62 const float begin = -glm::pi<float>();
63 const float end = glm::pi<float>();
80 const float begin = -glm::pi<float>();
81 const float end = glm::pi<float>();
98 const float begin = -glm::pi<float>();
99 const float end = glm::pi<float>();
[all …]
/openbmc/u-boot/drivers/pci/
H A Dfsl_pci_init.c46 static void set_inbound_window(volatile pit_t *pi, in set_inbound_window() argument
59 out_be32(&pi->pitar, r->phys_start >> 12); in set_inbound_window()
60 out_be32(&pi->piwbar, r->bus_start >> 12); in set_inbound_window()
62 out_be32(&pi->piwbear, r->bus_start >> 44); in set_inbound_window()
64 out_be32(&pi->piwbear, 0); in set_inbound_window()
68 out_be32(&pi->piwar, flag | sz); in set_inbound_window()
85 volatile pit_t *pi) in fsl_pci_setup_inbound_windows() argument
125 set_inbound_window(pi--, r++, sz); in fsl_pci_setup_inbound_windows()
133 set_inbound_window(pi--, r++, pci_sz); in fsl_pci_setup_inbound_windows()
146 set_inbound_window(pi--, r++, pci_sz); in fsl_pci_setup_inbound_windows()
[all …]
/openbmc/qemu/host/include/generic/host/
H A Dload-extract-al16-al8.h.inc23 uintptr_t pi = (uintptr_t)pv;
24 int o = pi & 7;
28 pv = (void *)(pi & ~7);
29 if (pi & 8) {
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/
H A Dremove-initscript-lsb-dependency.patch12 '25fd817 pi-blaster: Added recipe'.
18 debian/pi-blaster.init | 38 +++++++-------------------------------
21 diff --git a/debian/pi-blaster.init b/debian/pi-blaster.init
23 --- a/debian/pi-blaster.init
24 +++ b/debian/pi-blaster.init
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/
H A Dpi-bluetooth_0.1.17.bb2 HOMEPAGE = "https://github.com/RPi-Distro/pi-bluetooth"
10 git://github.com/RPi-Distro/pi-bluetooth;branch=master;protocol=https \
36 …install -m 0644 ${S}/debian/pi-bluetooth.bthelper@.service ${D}${systemd_system_unitdir}/bthelper@…
37 …install -m 0644 ${S}/debian/pi-bluetooth.hciuart.service ${D}${systemd_system_unitdir}/hciuart.ser…
45 …AG+="systemd".*$:RUN+="/usr/bin/bthelper %k":' ${D}${sysconfdir}/udev/rules.d/90-pi-bluetooth.rules
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_rng-test.c127 double pi; in calc_runs_p() local
134 pi = (double)nr_ones / nr_bits; in calc_runs_p()
141 return erfc(fabs(vn_obs - 2 * nr_bits * pi * (1.0 - pi)) in calc_runs_p()
142 / (2 * sqrt(2 * nr_bits) * pi * (1.0 - pi))); in calc_runs_p()
/openbmc/qemu/host/include/x86_64/host/
H A Dload-extract-al16-al8.h.inc26 uintptr_t pi = (uintptr_t)pv;
27 __int128_t *ptr_align = (__int128_t *)(pi & ~7);
28 int shr = (pi & 7) * 8;
37 if ((cpuinfo & CPUINFO_ATOMIC_VMOVDQU) || (pi & 8)) {
/openbmc/qemu/hw/block/
H A Dm25p80.c525 const FlashPartInfo *pi; member
531 const FlashPartInfo *pi; member
538 switch (s->pi->id[0]) { in OBJECT_DECLARE_TYPE()
579 qemu_iovec_add(iov, s->storage + page * s->pi->page_size, in flash_sync_page()
580 s->pi->page_size); in flash_sync_page()
581 blk_aio_pwritev(s->blk, page * s->pi->page_size, iov, 0, in flash_sync_page()
618 len = s->pi->sector_size; in flash_erase()
624 if (s->pi->die_cnt) { in flash_erase()
625 len = s->size / s->pi->die_cnt; in flash_erase()
639 if ((s->pi->flags & capa_to_assert) != capa_to_assert) { in flash_erase()
[all …]
/openbmc/qemu/host/include/loongarch64/host/
H A Dload-extract-al16-al8.h.inc25 uintptr_t pi = (uintptr_t)pv;
26 Int128 *ptr_align = (Int128 *)(pi & ~7);
27 int shr = (pi & 7) * 8;
/openbmc/qemu/host/include/aarch64/host/
H A Dload-extract-al16-al8.h.inc25 uintptr_t pi = (uintptr_t)pv;
26 __int128_t *ptr_align = (__int128_t *)(pi & ~7);
27 int shr = (pi & 7) * 8;
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/
H A Dpi-blaster_git.bb2 HOMEPAGE = "https://github.com/sarfata/pi-blaster/"
7 SRC_URI = "git://github.com/sarfata/pi-blaster;branch=master;protocol=https \
/openbmc/u-boot/drivers/dfu/
H A Ddfu_nand.c208 struct part_info *pi; in dfu_fill_entity_nand() local
221 ret = find_dev_and_part(mtd_id, &mtd_dev, &part_num, &pi); in dfu_fill_entity_nand()
227 dfu->data.nand.start = pi->offset; in dfu_fill_entity_nand()
228 dfu->data.nand.size = pi->size; in dfu_fill_entity_nand()
/openbmc/u-boot/configs/
H A Dpico-pi-imx6ul_defconfig17 CONFIG_DEFAULT_FDT_FILE="imx6ul-pico-pi.dtb"
36 CONFIG_DEFAULT_DEVICE_TREE="imx6ul-pico-pi"
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_qsort.c15 register TYPE *pi = (TYPE *) (parmi); \
18 register TYPE t = *pi; \
19 *pi++ = *pj; \
/openbmc/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3399.c27 struct rk3399_ddr_pi_regs *pi; member
117 u32 *denali_pi = chan->pi->denali_pi; in set_memory_map()
459 u32 *denali_pi = chan->pi->denali_pi; in pctl_cfg()
614 u32 *denali_pi = chan->pi->denali_pi; in data_training_ca()
664 u32 *denali_pi = chan->pi->denali_pi; in data_training_wl()
720 u32 *denali_pi = chan->pi->denali_pi; in data_training_rg()
777 u32 *denali_pi = chan->pi->denali_pi; in data_training_rl()
818 u32 *denali_pi = chan->pi->denali_pi; in data_training_wdql()
1149 priv->chan[0].pi = regmap_get_range(plat->map, 1); in rk3399_dmc_init()
1153 priv->chan[1].pi = regmap_get_range(plat->map, 5); in rk3399_dmc_init()
[all …]
/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/
H A DIPS_P10BMCAspeedSBPubKey_1.pem9 yEduVlvS/cUrp+pi+3LbZNLmTXreSquaOin8hGRyQHP9z2hDlS8kjcZlt8TPZ2w2
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/
H A Dbluez5_%.bbappend10 RDEPENDS:${PN}:append:rpi = " pi-bluetooth"
/openbmc/u-boot/board/samsung/smdk5420/
H A DKconfig23 default "peach-pi"
/openbmc/u-boot/board/technexion/pico-imx7d/
H A DMAINTAINERS16 F: configs/pico-pi-imx7d_defconfig
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0005-mmal_exit_fix.patch4 to enable raspiberry pi support.
/openbmc/u-boot/board/technexion/pico-imx6ul/
H A DMAINTAINERS17 F: configs/pico-pi-imx6ul_defconfig
/openbmc/openbmc/meta-raspberrypi/recipes-core/packagegroups/
H A Dpackagegroup-rpi-test.bb19 pi-blaster \

1234