Searched refs:drop (Results 1 – 24 of 24) sorted by relevance
/u-boot/lib/zlib/ |
A D | inftrees.c | 212 this.bits = (unsigned char)(len - drop); in inflate_table() 226 incr = 1U << (len - drop); in inflate_table() 231 next[(huff >> drop) + fill] = this; in inflate_table() 255 if (drop == 0) in inflate_table() 256 drop = root; in inflate_table() 262 curr = len - drop; in inflate_table() 264 while (curr + drop < max) { in inflate_table() 265 left -= count[curr + drop]; in inflate_table() 292 this.bits = (unsigned char)(len - drop); in inflate_table() 297 drop = 0; in inflate_table() [all …]
|
/u-boot/tools/scripts/ |
A D | define2mk.sed | 17 # drop quotes around string values
|
/u-boot/drivers/net/pfe_eth/ |
A D | pfe_cmd.c | 287 u32 drop; in pfe_pe_status() local 322 drop = pe_dmem_read(id, dmem_addr, 4); in pfe_pe_status() 338 cpu_to_be32(drop)); in pfe_pe_status()
|
/u-boot/doc/ |
A D | README.pcap | 13 will silently drop.
|
A D | README.bootcount | 18 then U-Boot will drop into interactive mode and remain there.
|
A D | README.kconfig | 157 macros used in makefiles, we can drop include/autoconfig.mk, which makes
|
/u-boot/doc/sphinx-static/ |
A D | theme_overrides.css | 76 /* inline literal: drop the borderbox, padding and red color */
|
/u-boot/doc/arch/ |
A D | arm64.rst | 20 that of a boot loader. It can drop to lower exception levels before
|
/u-boot/drivers/dfu/ |
A D | Kconfig | 54 When flashing UBI images to NAND, enable the DROP_FFS flag to drop
|
/u-boot/doc/device-tree-bindings/arm/ |
A D | l2c2x0.txt | 67 - arm,prefetch-drop : Override prefetch drop enable setting. Enable if non-zero,
|
/u-boot/drivers/net/ |
A D | cortina_ni.h | 86 u32 drop : 1; /* bits 20:20 */ member
|
A D | cortina_ni.c | 728 if (packet_status.drop || in cortina_eth_recv()
|
/u-boot/drivers/usb/gadget/ |
A D | ether.c | 1713 goto drop; 1751 drop: 2441 goto drop; in _usb_eth_send() 2487 drop: in _usb_eth_send()
|
/u-boot/doc/develop/ |
A D | commands.rst | 72 /* drop sub-command argument */
|
/u-boot/drivers/fastboot/ |
A D | Kconfig | 113 When flashing NAND enable the DROP_FFS flag to drop trailing all-0xff
|
/u-boot/dts/ |
A D | Kconfig | 303 string "List of device tree properties to drop for SPL" 330 string "List of device tree properties to drop"
|
/u-boot/arch/arm/dts/ |
A D | am335x-shc.dts | 25 * To consider voltage drop between PMIC and SoC,
|
A D | socfpga.dtsi | 726 arm,prefetch-drop = <0>;
|
/u-boot/board/sunxi/ |
A D | README.sunxi64 | 38 ATF will then drop into U-Boot proper (in EL2).
|
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
A D | csrs-npa.h | 207 u64 drop : 1; member
|
A D | csrs-nix.h | 688 u64 drop : 8; member 9467 u64 drop : 1; member 9490 u64 drop : 1; member 9513 u64 drop : 1; member 9536 u64 drop : 1; member
|
/u-boot/drivers/net/octeontx2/ |
A D | nix_af.c | 603 cq_req.cq.s.drop = 255 * 7 / 8; in nix_attach_completion_queue()
|
/u-boot/scripts/ |
A D | spelling.txt | 424 dorp||drop
|
/u-boot/tools/patman/ |
A D | README | 497 so you can drop your wip commit.
|
Completed in 68 milliseconds