Home
last modified time | relevance | path

Searched refs:pn (Results 1 – 9 of 9) sorted by relevance

/u-boot/fs/yaffs2/
A Dyaffs_qsort.c64 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in yaffs_qsort() local
80 pn = (char *)a + (n - 1) * es; in yaffs_qsort()
85 pn = med3(pn - 2 * d, pn - d, pn, cmp); in yaffs_qsort()
87 pm = med3(pl, pm, pn, cmp); in yaffs_qsort()
125 pn = (char *)a + n * es; in yaffs_qsort()
128 r = min((long)(pd - pc), (long)(pn - pd - es)); in yaffs_qsort()
129 vecswap(pb, pn - r, r); in yaffs_qsort()
136 a = pn - r; in yaffs_qsort()
/u-boot/drivers/rtc/
A Dabx80x.c97 u16 pn; member
103 [AB0801] = {.pn = 0x0801},
104 [AB0803] = {.pn = 0x0803},
107 [AB1801] = {.pn = 0x1801},
108 [AB1803] = {.pn = 0x1803},
112 [ABX80X] = {.pn = 0}
472 for (i = 0; abx80x_caps[i].pn; i++) in abx80x_probe()
473 if (partnumber == abx80x_caps[i].pn) in abx80x_probe()
475 if (abx80x_caps[i].pn == 0) { in abx80x_probe()
482 if (partnumber != abx80x_caps[part].pn) { in abx80x_probe()
[all …]
/u-boot/drivers/pinctrl/renesas/
A Dsh_pfc.h581 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument
584 PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \
585 PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \
586 PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \
587 PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx), \
588 PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx)
591 PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \
592 PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \
593 PORT_10(pn+50, fn, pfx##5, sfx), PORT_10(pn+60, fn, pfx##6, sfx), \
594 PORT_10(pn+70, fn, pfx##7, sfx), PORT_10(pn+80, fn, pfx##8, sfx), \
[all …]
/u-boot/arch/arm/mach-socfpga/
A Dmisc_gen5.c61 const u16 pn; member
95 const u32 pn = (id >> 12) & 0x0000ffff; in socfpga_fpga_id() local
105 if (pn == socfpga_fpga_model[i].pn) in socfpga_fpga_id()
/u-boot/drivers/clk/meson/
A Daxg.c206 struct parm *pm, *pn, *pod; in meson_pll_get_rate() local
214 pn = &meson_fixed_pll_parm[1]; in meson_pll_get_rate()
219 pn = &meson_sys_pll_parm[1]; in meson_pll_get_rate()
226 regmap_read(priv->map, pn->reg_off, &reg); in meson_pll_get_rate()
227 n = PARM_GET(pn->width, pn->shift, reg); in meson_pll_get_rate()
A Dg12a.c689 struct parm *pm, *pn, *pod, *pfrac = NULL; in meson_pll_get_rate() local
703 pn = &meson_fixed_pll_parm[1]; in meson_pll_get_rate()
709 pn = &meson_sys_pll_parm[1]; in meson_pll_get_rate()
716 regmap_read(priv->map, pn->reg_off, &reg); in meson_pll_get_rate()
717 n = PARM_GET(pn->width, pn->shift, reg); in meson_pll_get_rate()
754 struct parm *pm, *pn, *pod; in meson_pcie_pll_get_rate() local
760 pn = &meson_pcie_pll_parm[1]; in meson_pcie_pll_get_rate()
763 regmap_read(priv->map, pn->reg_off, &reg); in meson_pcie_pll_get_rate()
764 n = PARM_GET(pn->width, pn->shift, reg); in meson_pcie_pll_get_rate()
A Dgxbb.c694 struct parm *pm, *pn, *pod; in meson_pll_get_rate() local
702 pn = &meson_fixed_pll_parm[1]; in meson_pll_get_rate()
707 pn = &meson_sys_pll_parm[1]; in meson_pll_get_rate()
714 regmap_read(priv->map, pn->reg_off, &reg); in meson_pll_get_rate()
715 n = PARM_GET(pn->width, pn->shift, reg); in meson_pll_get_rate()
/u-boot/board/ge/b1x5v2/
A Dspl.c367 unsigned char pn[16]; member
410 conv_ascii(outbuf, data->pn, sizeof(data->pn)); in get_boardmem_size()
/u-boot/board/congatec/cgtqmx6eval/
A Dcgtqmx6eval.c978 unsigned char pn[16]; member
1016 conv_ascii(outbuf, data->pn, sizeof(data->pn)); in is_2gb()

Completed in 16 milliseconds