Home
last modified time | relevance | path

Searched refs:lenp (Results 1 – 7 of 7) sorted by relevance

/lk-master/lib/fdtwalk/
A Dfdtwalk.c93 int lenp; in fdt_walk() local
104 lenp -= 8; in fdt_walk()
108 if (size_cells[depth] == 2 && lenp >= 8) { in fdt_walk()
111 lenp -= 8; in fdt_walk()
125 int lenp; in fdt_walk() local
127 LTRACEF("%p, lenp %u\n", prop_ptr, lenp); in fdt_walk()
135 lenp -= 4; in fdt_walk()
153 int lenp; in fdt_walk() local
155 LTRACEF("%p, lenp %u\n", prop_ptr, lenp); in fdt_walk()
167 LTRACEF("%p, lenp %u\n", prop_ptr, lenp); in fdt_walk()
[all …]
/lk-master/external/lib/fdt/
A Dfdt_ro.c45 if (lenp) in fdt_get_string()
88 if (lenp) in fdt_get_string()
93 if (lenp) in fdt_get_string()
94 *lenp = err; in fdt_get_string()
363 if (lenp) in fdt_get_property_by_offset_()
370 if (lenp) in fdt_get_property_by_offset_()
384 if (lenp) in fdt_get_property_by_offset()
417 if (lenp) in fdt_get_property_namelen_()
431 if (lenp) in fdt_get_property_namelen()
785 if (lenp) in fdt_stringlist_get()
[all …]
A Dfdt.c155 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
179 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
180 if (!can_assume(VALID_DTB) && !lenp) in fdt_next_tag()
184 + fdt32_to_cpu(*lenp); in fdt_next_tag()
186 fdt_version(fdt) < 0x10 && fdt32_to_cpu(*lenp) >= 8 && in fdt_next_tag()
187 ((offset - fdt32_to_cpu(*lenp)) % 8) != 0) in fdt_next_tag()
/lk-master/external/lib/fdt/include/
A Dlibfdt.h640 int *lenp);
657 int namelen, int *lenp);
689 const char *name, int *lenp);
692 int *lenp) in fdt_get_property_w() argument
731 const char **namep, int *lenp);
747 const char *name, int namelen, int *lenp);
750 int *lenp) in fdt_getprop_namelen_w() argument
753 namelen, lenp); in fdt_getprop_namelen_w()
786 const char *name, int *lenp);
788 const char *name, int *lenp) in fdt_getprop_w() argument
[all …]
/lk-master/platform/bcm28xx/
A Dplatform.c138 int lenp; in platform_early_init() local
139 const void *prop_ptr = fdt_getprop(fdt, offset, "reg", &lenp); in platform_early_init()
140 if (prop_ptr && lenp == 0x10) { in platform_early_init()
/lk-master/external/lib/lwip/netif/ppp/
A Dlcp.c562 lcp_addci(fsm *f, u_char *ucp, int *lenp) in lcp_addci() argument
621 if (ucp - start_ucp != *lenp) { in lcp_addci()
1225 int *lenp, /* Length of requested CIs */ in lcp_reqci() argument
1241 int l = *lenp; /* Length left */ in lcp_reqci()
1612 *lenp = (int)(next - inp); in lcp_reqci()
1618 *lenp = (int)(nakp - nak_buffer); in lcp_reqci()
1619 BCOPY(nak_buffer, inp, *lenp); in lcp_reqci()
1622 *lenp = (int)(rejp - inp); in lcp_reqci()
A Dipcp.c348 ipcp_addci(fsm *f, u_char *ucp, int *lenp) in ipcp_addci() argument
351 int len = *lenp; in ipcp_addci()
413 *lenp -= len; in ipcp_addci()

Completed in 17 milliseconds