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

/u-boot/fs/yaffs2/
H A Dyaffs_qsort.c64 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
80 pn = (char *)a + (n - 1) * es;
85 pn = med3(pn - 2 * d, pn - d, pn, cmp);
87 pm = med3(pl, pm, pn, cmp);
125 pn = (char *)a + n * es;
128 r = min((long)(pd - pc), (long)(pn - pd - es));
129 vecswap(pb, pn
[all...]
/u-boot/drivers/rtc/
H A Dabx80x.c108 u16 pn; member in struct:abx80x_cap
114 [AB0801] = {.pn = 0x0801},
115 [AB0803] = {.pn = 0x0803},
116 [AB0804] = {.pn = 0x0804, .has_tc = true, .has_wdog = true},
117 [AB0805] = {.pn = 0x0805, .has_tc = true, .has_wdog = true},
118 [AB1801] = {.pn = 0x1801},
119 [AB1803] = {.pn = 0x1803},
120 [AB1804] = {.pn = 0x1804, .has_tc = true, .has_wdog = true},
121 [AB1805] = {.pn = 0x1805, .has_tc = true, .has_wdog = true},
122 [RV1805] = {.pn
[all...]
/u-boot/drivers/pinctrl/renesas/
H A Dsh_pfc.h622 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx)
624 #define PORT_10(pn, fn, pfx, sfx) \
625 PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \
626 PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \
627 PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \
628 PORT_1(pn
[all...]
/u-boot/arch/arm/mach-socfpga/
H A Dmisc_gen5.c61 const u16 pn; member in struct:__anon64
95 const u32 pn = (id >> 12) & 0x0000ffff; local
105 if (pn == socfpga_fpga_model[i].pn)
/u-boot/drivers/clk/meson/
H A Daxg.c193 {HHI_MPLL_CNTL, 9, 5}, /* pn */
199 {HHI_SYS_PLL_CNTL, 9, 5}, /* pn */
206 struct parm *pm, *pn, *pod; local
214 pn = &meson_fixed_pll_parm[1];
219 pn = &meson_sys_pll_parm[1];
226 regmap_read(priv->map, pn->reg_off, &reg);
227 n = PARM_GET(pn->width, pn->shift, reg);
H A Dg12a.c677 {HHI_FIX_PLL_CNTL0, 10, 5}, /* pn */
684 {HHI_SYS_PLL_CNTL0, 10, 5}, /* pn */
691 struct parm *pm, *pn, *pod, *pfrac = NULL; local
705 pn = &meson_fixed_pll_parm[1];
711 pn = &meson_sys_pll_parm[1];
718 regmap_read(priv->map, pn->reg_off, &reg);
719 n = PARM_GET(pn->width, pn->shift, reg);
749 {HHI_PCIE_PLL_CNTL0, 10, 5}, /* pn */
756 struct parm *pm, *pn, *po local
[all...]
H A Dgxbb.c681 {HHI_MPLL_CNTL, 9, 5}, /* pn */
687 {HHI_SYS_PLL_CNTL, 9, 5}, /* pn */
694 struct parm *pm, *pn, *pod; local
702 pn = &meson_fixed_pll_parm[1];
707 pn = &meson_sys_pll_parm[1];
714 regmap_read(priv->map, pn->reg_off, &reg);
715 n = PARM_GET(pn->width, pn->shift, reg);
H A Da1.c399 const struct parm *pm, *pn; local
409 pn = &info->parm[1];
411 n = GET_PARM_VALUE(priv, pn);
/u-boot/board/ge/b1x5v2/
H A Dspl.c367 unsigned char pn[16]; member in struct:mfgdata
410 conv_ascii(outbuf, data->pn, sizeof(data->pn));

Completed in 155 milliseconds