Searched refs:btype (Results 1 – 7 of 7) sorted by relevance
353 int bfinal, btype; in decompress_block() local359 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()
37 CONFIG_BOOTCOMMAND="for btype in ${bootdevs}; do echo; echo Attempting ${btype} boot...; if run ${b…
138 void rtc_only_update_board_type(u32 btype);
65 def find_bintool_class(btype): argument78 module_name = btype.replace('-', '_')
541 void rtc_only_update_board_type(u32 btype) in rtc_only_update_board_type() argument546 switch (btype) { in rtc_only_update_board_type()
1001 u64 btype : 8; member2084 u64 btype : 8; member
Completed in 26 milliseconds