Home
last modified time | relevance | path

Searched refs:ph (Results 1 – 22 of 22) sorted by relevance

/u-boot/board/freescale/common/
A Dfman.c37 unsigned int ph; in fdt_set_phy_handle() local
50 ph = fdt_create_phandle(fdt, offset); in fdt_set_phy_handle()
51 if (!ph) in fdt_set_phy_handle()
54 ph = cpu_to_fdt32(ph); in fdt_set_phy_handle()
60 return fdt_setprop(fdt, offset, "phy-handle", &ph, sizeof(ph)); in fdt_set_phy_handle()
/u-boot/tools/
A Dzynqmpimage.c140 uint32_t attr = le32_to_cpu(ph->attributes); in print_partition()
141 unsigned long len = le32_to_cpu(ph->len) * 4; in print_partition()
167 (unsigned long long)le64_to_cpu(ph->load_address)); in print_partition()
168 if (ph->load_address != ph->entry_point) in print_partition()
170 (unsigned long long)le64_to_cpu(ph->entry_point)); in print_partition()
209 printf(" Checksum : 0x%08x\n", le32_to_cpu(ph->checksum)); in print_partition()
255 struct partition_header *ph; in zynqmpimage_print_header() local
261 ph = (void *)ptr + ph_offset; in zynqmpimage_print_header()
263 next = le32_to_cpu(ph->next_partition_offset) * 4; in zynqmpimage_print_header()
267 print_partition(ptr, ph); in zynqmpimage_print_header()
[all …]
/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dfdt.c35 uint32_t ph; in ft_fixup_enet_phy_connect_type() local
64 ph = fdt_create_phandle(fdt, phy_node); in ft_fixup_enet_phy_connect_type()
65 if (ph) in ft_fixup_enet_phy_connect_type()
67 "phy-handle", ph, 1); in ft_fixup_enet_phy_connect_type()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dfdt.c255 u32 *ph; in ft_fixup_l2cache() local
268 ph = (u32 *)fdt_getprop(blob, off, "next-level-cache", 0); in ft_fixup_l2cache()
270 if (ph == NULL) { in ft_fixup_l2cache()
275 off = fdt_node_offset_by_phandle(blob, *ph); in ft_fixup_l2cache()
295 u32 *ph; in ft_fixup_l2cache() local
318 ph = (u32 *)fdt_getprop(blob, off, "next-level-cache", 0); in ft_fixup_l2cache()
320 if (ph == NULL) { in ft_fixup_l2cache()
325 l2_off = fdt_node_offset_by_phandle(blob, *ph); in ft_fixup_l2cache()
358 ph = (u32 *)fdt_getprop(blob, l2_off, "next-level-cache", 0); in ft_fixup_l2cache()
360 if (ph == NULL) { in ft_fixup_l2cache()
[all …]
/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dfdt.c52 int ph = fdt_get_phandle(blob, off); in ft_fixup_num_cores() local
55 if (-FDT_ERR_NOTFOUND == ft_del_cpuhandle(blob, ph)) { in ft_fixup_num_cores()
/u-boot/net/
A Dtcp.c136 net_copy_ip((void *)&b->ph.p_src, &src); in tcp_set_pseudo_header()
137 net_copy_ip((void *)&b->ph.p_dst, &dest); in tcp_set_pseudo_header()
138 b->ph.rsvd = 0; in tcp_set_pseudo_header()
139 b->ph.p = IPPROTO_TCP; in tcp_set_pseudo_header()
140 b->ph.len = htons(tcp_len); in tcp_set_pseudo_header()
145 &b->ph.p_dst, &b->ph.p_src, checksum_len); in tcp_set_pseudo_header()
/u-boot/include/net/
A Dtcp.h252 struct pseudo_hdr ph; member
/u-boot/drivers/video/
A Dstb_truetype.h470 unsigned char *pixels, int pw, int ph, // bitmap to be filled in
484 STBTT_DEF void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, // same data as above
2535 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels in stbtt_BakeFontBitmap()
2550 if (y + gh + 1 >= ph) // check if it fits vertically AFTER potentially moving to next row in stbtt_BakeFontBitmap()
2553 STBTT_assert(y+gh < ph); in stbtt_BakeFontBitmap()
2572 float ipw = 1.0f / pw, iph = 1.0f / ph; in stbtt_GetBakedQuad()
2635 con->height = ph; in stbrp_init_target()
2686 spc->height = ph; in stbtt_PackBegin()
2695 stbrp_init_target(context, pw-padding, ph-padding, nodes, num_nodes); in stbtt_PackBegin()
2698 STBTT_memset(pixels, 0, pw*ph); // background of 0 around pixels in stbtt_PackBegin()
[all …]
/u-boot/arch/arm/dts/
A Dsun4i-a10-topwise-a721.dts167 vcc-ph-supply = <&reg_vcc3v3>;
A Dsun7i-a20.dtsi786 can_ph_pins: can-ph-pins {
826 csi1_24bits_ph_pins: csi1-24bits-ph-pins {
853 emac_ph_pins: emac-ph-pins {
983 ps2_1_ph_pins: ps2-1-ph-pins {
1122 uart3_ph_pins: uart3-ph-pins {
1128 uart3_cts_rts_ph_pins: uart3-cts-rts-ph-pins {
1140 uart4_ph_pins: uart4-ph-pins {
1146 uart5_ph_pins: uart5-ph-pins {
A Dsun50i-h616-orangepi-zero2.dts211 vcc-ph-supply = <&reg_aldo1>;
A Dsun50i-a64-olinuxino.dts191 vcc-ph-supply = <&reg_dcdc1>;
A Dsun50i-h616.dtsi176 i2c3_ph_pins: i2c3-ph-pins {
236 uart0_ph_pins: uart0-ph-pins {
A Dsun4i-a10.dtsi677 can0_ph_pins: can0-ph-pins {
691 csi1_24bits_ph_pins: csi1-24bits-ph-pins {
764 ps2_ch1_ph_pins: ps2-ch1-ph-pins {
A Dsun50i-a64-pinephone.dtsi284 vcc-ph-supply = <&reg_dcdc1>;
A Dsun9i-a80-cubieboard4.dts201 vcc-ph-supply = <&reg_dcdc1>;
A Dsun9i-a80-optimus.dts198 vcc-ph-supply = <&reg_dcdc1>;
A Dsun8i-r40.dtsi552 can_ph_pins: can-ph-pins {
730 uart5_ph_pins: uart5-ph-pins {
A Dsun50i-h6.dtsi413 uart0_ph_pins: uart0-ph-pins {
A Dsun8i-a83t.dtsi769 i2c2_ph_pins: i2c2-ph-pins {
A Dsun9i-a80.dtsi1033 uart0_ph_pins: uart0-ph-pins {
A Dsun6i-a31.dtsi736 uart0_ph_pins: uart0-ph-pins {

Completed in 54 milliseconds