Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 117) sorted by relevance

12345

/u-boot/lib/zlib/
A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
A Dtrees.c72 local const uch bl_order[BL_CODES]
116 local int base_dist[D_CODES];
240 local void tr_static_init() in tr_static_init()
416 local void init_block(s) in init_block()
460 local void pqdownheap(s, tree, k) in pqdownheap()
495 local void gen_bitlen(s, desc) in gen_bitlen()
624 local void build_tree(s, desc) in build_tree()
808 local int build_bl_tree(s) in build_bl_tree()
1138 local int detect_data_type(s) in detect_data_type()
1187 local void bi_flush(s) in bi_flush()
[all …]
A Ddeflate.c549 local void putShortMSB (s, b) in putShortMSB()
563 local void flush_pending(strm) in flush_pending()
991 local int read_buf(strm, buf, size) in read_buf()
1021 local void lm_init (s) in lm_init()
1062 local uInt longest_match(s, cur_match) in longest_match()
1211 local uInt longest_match(s, cur_match) in longest_match()
1304 local void fill_window(s) in fill_window()
1519 local block_state deflate_fast(s, flush) in deflate_fast()
1615 local block_state deflate_slow(s, flush) in deflate_slow()
1740 local block_state deflate_rle(s, flush) in deflate_rle()
[all …]
A Dzutil.h42 #ifndef local
43 # define local static macro
/u-boot/drivers/net/
A Dsandbox-raw-bus.c30 int local = sandbox_eth_raw_os_is_local(i->if_name); in eth_raw_bus_post_bind() local
32 if (local < 0) in eth_raw_bus_post_bind()
34 if (skip_localhost && local) in eth_raw_bus_post_bind()
48 priv->local = local; in eth_raw_bus_post_bind()
A Dsandbox-raw.c32 if (priv->local) { in sb_eth_raw_start()
47 if (priv->local) { in sb_eth_raw_send()
101 uchar *pktptr = priv->local ? in sb_eth_raw_recv()
108 if (priv->local) { in sb_eth_raw_recv()
181 priv->local = ret; in sb_eth_raw_of_to_plat()
/u-boot/test/overlay/
A Dtest-fdt-overlay.dts64 local: new-local-node { label
74 test-phandle = <&test>, <&local>;
82 test-several-phandle = <&local>, <&local>;
A Dtest-fdt-overlay-stacked.dts14 target = <&local>;
/u-boot/drivers/i2c/
A Dtegra_i2c.c240 u32 local; in send_recv_packets() local
262 local = 0; in send_recv_packets()
263 memcpy(&local, dptr, last_bytes); in send_recv_packets()
265 memcpy(&local, dptr, sizeof(u32)); in send_recv_packets()
267 local = *wptr; in send_recv_packets()
269 writel(local, &control->tx_fifo); in send_recv_packets()
270 debug("pkt data sent (0x%x)\n", local); in send_recv_packets()
284 local = readl(&control->rx_fifo); in send_recv_packets()
286 memcpy(dptr, (char *)&local, last_bytes); in send_recv_packets()
288 memcpy(dptr, &local, sizeof(u32)); in send_recv_packets()
[all …]
/u-boot/doc/
A DREADME.link-local2 Link-local IP address auto-configuration
5 Negotiate with other link-local clients on the local network
49 This script allows use of DHCP and/or Link-local controlled
/u-boot/arch/powerpc/cpu/mpc86xx/
A DKconfig48 int "Number of local access windows"
51 Number of local access windows. This is fixed per SoC.
/u-boot/arch/x86/lib/
A Delf_ia32_efi.lds68 *(.data.rel.ro.local)
69 *(.data.rel.local)
/u-boot/arch/sandbox/include/asm/
A Deth-raw-os.h32 int local; member
/u-boot/doc/device-tree-bindings/net/
A Daltera_tse.txt33 - mdio device tree subnode: When the TSE has a phy connected to its local
48 - local-mac-address: See ethernet.txt in the same directory.
69 local-mac-address = [ 00 00 00 00 00 00 ];
107 local-mac-address = [ 00 00 00 00 00 00 ];
/u-boot/arch/powerpc/dts/
A Dkmeter1.dts299 local-mac-address = [ 00 00 00 00 00 00 ];
315 local-mac-address = [ 00 00 00 00 00 00 ];
331 local-mac-address = [ 00 00 00 00 00 00 ];
347 local-mac-address = [ 00 00 00 00 00 00 ];
363 local-mac-address = [ 00 00 00 00 00 00 ];
379 local-mac-address = [ 00 00 00 00 00 00 ];
395 local-mac-address = [ 00 00 00 00 00 00 ];
A Dpq3-etsec1-0.dtsi19 local-mac-address = [ 00 00 00 00 00 00 ];
A Dpq3-etsec1-1.dtsi19 local-mac-address = [ 00 00 00 00 00 00 ];
A Dpq3-etsec1-2.dtsi19 local-mac-address = [ 00 00 00 00 00 00 ];
A Dpq3-etsec1-3.dtsi19 local-mac-address = [ 00 00 00 00 00 00 ];
A Dpq3-etsec2-0.dtsi26 local-mac-address = [ 00 00 00 00 00 00 ];
A Dpq3-etsec2-1.dtsi26 local-mac-address = [ 00 00 00 00 00 00 ];
A Dpq3-etsec2-2.dtsi26 local-mac-address = [ 00 00 00 00 00 00 ];
/u-boot/arch/arm/dts/
A Ds700-u-boot.dtsi15 local-mac-address = [ 00 18 fe 66 66 66 ];
A Dfsl-imx8-ca53.dtsi25 local-timer-stop;
34 local-timer-stop;
/u-boot/arch/sandbox/cpu/
A Deth-raw-os.c189 if (priv->local) in sandbox_eth_raw_os_start()
217 if (priv->local && (priv->local_bind_sd == -1 || in sandbox_eth_raw_os_send()
289 if (priv->local) { in sandbox_eth_raw_os_stop()

Completed in 37 milliseconds

12345