Lines Matching refs:infhflg1
72 uint8_t infhflg1; member
898 PRINT_FIELD_0X("/* header */ {", *hdr, infhflg1); in print_sthyi_buf()
905 if (hdr->infhflg1) in print_sthyi_buf()
907 hdr->infhflg1 & 0x80 ? in print_sthyi_buf()
910 (hdr->infhflg1 & 0x80) && (hdr->infhflg1 & 0x40) ? in print_sthyi_buf()
912 hdr->infhflg1 & 0x40 ? in print_sthyi_buf()
916 (hdr->infhflg1 & 0xC0) && (hdr->infhflg1 & 0x20) ? in print_sthyi_buf()
918 hdr->infhflg1 & 0x20 ? in print_sthyi_buf()
921 (hdr->infhflg1 & 0xE0) && (hdr->infhflg1 & 0x10) ? in print_sthyi_buf()
923 hdr->infhflg1 & 0x10 ? in print_sthyi_buf()
926 (hdr->infhflg1 & 0xF0) && (hdr->infhflg1 & 0x0F) ? in print_sthyi_buf()
928 hdr->infhflg1 & 0x0F, in print_sthyi_buf()
929 hdr->infhflg1 & 0x0F ? " - ???" : ""); in print_sthyi_buf()