| /openbmc/u-boot/common/ |
| H A D | cli_hush.c | 440 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 D | ldst_atomicity.c.inc | 228 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 D | u_boot_spawn.py | 137 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 D | 0001-Silence-clang-warnings.patch | 35 - 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 D | fsl_pci_init.c | 46 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 D | load-extract-al16-al8.h.inc | 23 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 D | remove-initscript-lsb-dependency.patch | 12 '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 D | pi-bluetooth_0.1.17.bb | 2 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 D | npcm7xx_rng-test.c | 127 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 D | load-extract-al16-al8.h.inc | 26 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 D | m25p80.c | 525 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 D | load-extract-al16-al8.h.inc | 25 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 D | load-extract-al16-al8.h.inc | 25 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 D | pi-blaster_git.bb | 2 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 D | dfu_nand.c | 208 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 D | pico-pi-imx6ul_defconfig | 17 CONFIG_DEFAULT_FDT_FILE="imx6ul-pico-pi.dtb" 36 CONFIG_DEFAULT_DEVICE_TREE="imx6ul-pico-pi"
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_qsort.c | 15 register TYPE *pi = (TYPE *) (parmi); \ 18 register TYPE t = *pi; \ 19 *pi++ = *pj; \
|
| /openbmc/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rk3399.c | 27 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 D | IPS_P10BMCAspeedSBPubKey_1.pem | 9 yEduVlvS/cUrp+pi+3LbZNLmTXreSquaOin8hGRyQHP9z2hDlS8kjcZlt8TPZ2w2
|
| /openbmc/openbmc/meta-raspberrypi/recipes-connectivity/bluez5/ |
| H A D | bluez5_%.bbappend | 10 RDEPENDS:${PN}:append:rpi = " pi-bluetooth"
|
| /openbmc/u-boot/board/samsung/smdk5420/ |
| H A D | Kconfig | 23 default "peach-pi"
|
| /openbmc/u-boot/board/technexion/pico-imx7d/ |
| H A D | MAINTAINERS | 16 F: configs/pico-pi-imx7d_defconfig
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0005-mmal_exit_fix.patch | 4 to enable raspiberry pi support.
|
| /openbmc/u-boot/board/technexion/pico-imx6ul/ |
| H A D | MAINTAINERS | 17 F: configs/pico-pi-imx6ul_defconfig
|
| /openbmc/openbmc/meta-raspberrypi/recipes-core/packagegroups/ |
| H A D | packagegroup-rpi-test.bb | 19 pi-blaster \
|