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

/u-boot/board/freescale/common/
H A Dfman.c37 unsigned int ph; local
50 ph = fdt_create_phandle(fdt, offset);
51 if (!ph)
54 ph = cpu_to_fdt32(ph);
60 return fdt_setprop(fdt, offset, "phy-handle", &ph, sizeof(ph));
/u-boot/tools/
H A Dzynqmpimage.c140 const struct partition_header *ph)
148 if (ph == ph_walk)
157 const struct partition_header *ph)
164 ih = find_partition_image(zynqhdr, ph);
185 static void print_partition(const void *ptr, const struct partition_header *ph) argument
187 uint32_t attr = le32_to_cpu(ph->attributes);
188 unsigned long len = le32_to_cpu(ph->len) * 4;
189 unsigned long len_enc = le32_to_cpu(ph->len_enc) * 4;
190 unsigned long len_unenc = le32_to_cpu(ph->len_unenc) * 4;
213 print_partition_name(ptr, ph);
139 find_partition_image(const struct zynqmp_header *zynqhdr, const struct partition_header *ph) argument
156 print_partition_name(const struct zynqmp_header *zynqhdr, const struct partition_header *ph) argument
269 struct partition_header *ph; local
468 zynqmpimage_partition_extract(struct zynqmp_header *zynqhdr, const struct partition_header *ph, const char *filename) argument
489 struct partition_header *ph; local
[all...]
H A Dzynqmpimage.h178 const struct partition_header *ph)
180 return zynqmp_get_offset(zynqhdr, ph->next_partition_offset);
177 zynqmp_part_next(const struct zynqmp_header *zynqhdr, const struct partition_header *ph) argument
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c35 uint32_t ph; local
64 ph = fdt_create_phandle(fdt, phy_node);
65 if (ph)
67 "phy-handle", ph, 1);
/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfdt.c52 int ph = fdt_get_phandle(blob, off); local
55 if (-FDT_ERR_NOTFOUND == ft_del_cpuhandle(blob, ph)) {
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dfdt.c255 u32 *ph; local
268 ph = (u32 *)fdt_getprop(blob, off, "next-level-cache", 0);
270 if (ph == NULL) {
275 off = fdt_node_offset_by_phandle(blob, *ph);
295 u32 *ph; local
318 ph = (u32 *)fdt_getprop(blob, off, "next-level-cache", 0);
320 if (ph == NULL) {
325 l2_off = fdt_node_offset_by_phandle(blob, *ph);
358 ph = (u32 *)fdt_getprop(blob, l2_off, "next-level-cache", 0);
360 if (ph
[all...]
/u-boot/net/
H A Dtcp.c136 net_copy_ip((void *)&b->ph.p_src, &src);
137 net_copy_ip((void *)&b->ph.p_dst, &dest);
138 b->ph.rsvd = 0;
139 b->ph.p = IPPROTO_TCP;
140 b->ph.len = htons(tcp_len);
145 &b->ph.p_dst, &b->ph.p_src, checksum_len);
/u-boot/include/net/
H A Dtcp.h242 * @ph: pseudo header
252 struct pseudo_hdr ph; member in union:tcp_build_pkt
/u-boot/drivers/video/
H A Dstb_truetype.h535 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
549 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, // same data as above
657 STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, // same data as above
3815 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
3825 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels
3840 if (y + gh + 1 >= ph) // check if it fits vertically AFTER potentially moving to next row
3843 STBTT_assert(y+gh < ph);
3859 STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule)
3862 float ipw = 1.0f / pw, iph = 1.0f / ph;
3917 static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_nod argument
3957 stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) argument
4363 stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer) argument
4935 stbtt_BakeFontBitmap(const unsigned char *data, int offset, float pixel_height, unsigned char *pixels, int pw, int ph, int first_char, int num_chars, stbtt_bakedchar *chardata) argument
[all...]

Completed in 130 milliseconds