Home
last modified time | relevance | path

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

/u-boot/fs/jffs2/
A Dmini_inflate.c353 int bfinal, btype; in decompress_block() local
359 btype = pull_bits(&stream, 2); in decompress_block()
360 if (btype == NO_COMP) decompress_none(&stream, dest + stream.decoded); in decompress_block()
361 else if (btype == DYNAMIC_COMP) in decompress_block()
363 else if (btype == FIXED_COMP) decompress_fixed(&stream, dest + stream.decoded); in decompress_block()
/u-boot/configs/
A Dgwventana_emmc_defconfig37 CONFIG_BOOTCOMMAND="for btype in ${bootdevs}; do echo; echo Attempting ${btype} boot...; if run ${b…
A Dgwventana_nand_defconfig37 CONFIG_BOOTCOMMAND="for btype in ${bootdevs}; do echo; echo Attempting ${btype} boot...; if run ${b…
/u-boot/arch/arm/include/asm/arch-am33xx/
A Dclock.h138 void rtc_only_update_board_type(u32 btype);
/u-boot/tools/binman/
A Dbintool.py65 def find_bintool_class(btype): argument
78 module_name = btype.replace('-', '_')
/u-boot/board/ti/am43xx/
A Dboard.c541 void rtc_only_update_board_type(u32 btype) in rtc_only_update_board_type() argument
546 switch (btype) { in rtc_only_update_board_type()
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-rvu.h1001 u64 btype : 8; member
2084 u64 btype : 8; member

Completed in 26 milliseconds