Searched refs:btype (Results 1 – 4 of 4) 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()
126 void rtc_only_update_board_type(u32 btype);
557 void rtc_only_update_board_type(u32 btype) in rtc_only_update_board_type() argument562 switch (btype) { in rtc_only_update_board_type()
1001 u64 btype : 8; member2084 u64 btype : 8; member
Completed in 13 milliseconds