| /rk3399_rockchip-uboot/common/ |
| H A D | cli_hush.c | 441 static int free_pipe(struct pipe *pi, int indent); 446 static int run_list_real(struct pipe *pi); 450 static int run_pipe_real(struct pipe *pi); 490 static void insert_bg_job(struct pipe *pi); 491 static void remove_bg_job(struct pipe *pi); 654 struct pipe *pi=NULL; in builtin_fg_bg() local 660 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg() 661 if (pi->jobid == last_jobid) { in builtin_fg_bg() 665 if (!pi) { in builtin_fg_bg() 674 for (pi = job_list; pi; pi = pi->next) { in builtin_fg_bg() [all …]
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_spawn.py | 138 for pi in xrange(len(patterns)): 139 if type(patterns[pi]) == type(''): 140 patterns[pi] = re.compile(patterns[pi]) 147 for pi in xrange(len(patterns)): 148 pattern = patterns[pi] 155 earliest_pi = pi
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | fsl_pci_init.c | 47 static void set_inbound_window(volatile pit_t *pi, in set_inbound_window() argument 60 out_be32(&pi->pitar, r->phys_start >> 12); in set_inbound_window() 61 out_be32(&pi->piwbar, r->bus_start >> 12); in set_inbound_window() 63 out_be32(&pi->piwbear, r->bus_start >> 44); in set_inbound_window() 65 out_be32(&pi->piwbear, 0); in set_inbound_window() 69 out_be32(&pi->piwar, flag | sz); in set_inbound_window() 86 volatile pit_t *pi) in fsl_pci_setup_inbound_windows() argument 126 set_inbound_window(pi--, r++, sz); in fsl_pci_setup_inbound_windows() 134 set_inbound_window(pi--, r++, pci_sz); in fsl_pci_setup_inbound_windows() 147 set_inbound_window(pi--, r++, pci_sz); in fsl_pci_setup_inbound_windows() [all …]
|
| /rk3399_rockchip-uboot/drivers/dfu/ |
| H A D | dfu_nand.c | 211 struct part_info *pi; in dfu_fill_entity_nand() local 224 ret = find_dev_and_part(mtd_id, &mtd_dev, &part_num, &pi); in dfu_fill_entity_nand() 230 dfu->data.nand.start = pi->offset; in dfu_fill_entity_nand() 231 dfu->data.nand.size = pi->size; in dfu_fill_entity_nand()
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_qsort.c | 16 register TYPE *pi = (TYPE *) (parmi); \ 19 register TYPE t = *pi; \ 20 *pi++ = *pj; \
|
| /rk3399_rockchip-uboot/board/samsung/smdk5420/ |
| H A D | Kconfig | 23 default "peach-pi"
|
| H A D | MAINTAINERS | 9 F: include/configs/peach-pi.h
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram_rk3399.c | 31 struct rk3399_ddr_pi_regs *pi; member 145 u32 *denali_pi = chan->pi->denali_pi; in set_memory_map() 904 denali_pi = chan->pi->denali_pi; in set_lp4_dq_odt() 963 denali_pi = chan->pi->denali_pi; in set_lp4_ca_odt() 1022 denali_pi = chan->pi->denali_pi; in set_lp4_MR3() 1080 denali_pi = chan->pi->denali_pi; in set_lp4_MR12() 1140 denali_pi = chan->pi->denali_pi; in set_lp4_MR14() 1245 u32 *denali_pi = chan->pi->denali_pi; in pctl_cfg() 1432 u32 *denali_pi = chan->pi->denali_pi; in data_training_ca() 1493 u32 *denali_pi = chan->pi->denali_pi; in data_training_wl() [all …]
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | pico-pi-imx6ul_defconfig | 17 CONFIG_DEFAULT_FDT_FILE="imx6ul-pico-pi.dtb"
|
| H A D | pico-pi-imx7d_defconfig | 18 CONFIG_DEFAULT_FDT_FILE="imx7d-pico-pi.dtb"
|
| H A D | peach-pi_defconfig | 6 CONFIG_DEFAULT_DEVICE_TREE="exynos5800-peach-pi"
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtdparts.c | 541 struct part_info *pi; in part_sort_add() local 543 pi = list_entry(entry, struct part_info, link); in part_sort_add() 546 if ((new_pi->offset == pi->offset) && (pi->offset == 0)) { in part_sort_add() 551 if (new_pi->offset <= pi->offset) { in part_sort_add() 555 if (curr_pi && (pi->offset <= curr_pi->offset)) { in part_sort_add()
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | sata_dwc.c | 283 struct ata_port_info pi = sata_dwc_port_info[0]; in init_sata() local 320 ap.pio_mask = pi.pio_mask; in init_sata() 321 ap.mwdma_mask = pi.mwdma_mask; in init_sata() 322 ap.udma_mask = pi.udma_mask; in init_sata() 323 ap.flags |= pi.flags; in init_sata() 324 ap.link.flags |= pi.link_flags; in init_sata()
|
| H A D | dwc_ahsata.c | 53 u32 pi; member 145 writel_with_flush((1 << num_ports) - 1, &host_mmio->pi); in ahci_host_init() 154 uc_priv->port_map = readl(&host_mmio->pi); in ahci_host_init()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | Makefile | 27 exynos5800-peach-pi.dtb \
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | Kconfig | 199 ARM Chromebooks such as pit, pi and nyan-big. The SPI interface
|