Searched refs:chunk_flags (Results 1 – 3 of 3) sorted by relevance
1553 int codespace = 64 * 1024, i = 0, srclen, chunk_len, chunk_flags; in go7007_construct_fw_image() local1586 chunk_flags = __le16_to_cpu(src[0]); in go7007_construct_fw_image()1594 if (chunk_flags & mode_flag) { in go7007_construct_fw_image()1595 if (chunk_flags & FLAG_SPECIAL) { in go7007_construct_fw_image()
271 p->chunk_flags = NULL; in radeon_cs_parser_init()315 p->chunk_flags = &p->chunks[i]; in radeon_cs_parser_init()
1090 struct radeon_cs_chunk *chunk_flags; member