Searched refs:chunk_flags (Results 1 – 3 of 3) sorted by relevance
1548 int codespace = 64 * 1024, i = 0, srclen, chunk_len, chunk_flags; in go7007_construct_fw_image() local1581 chunk_flags = __le16_to_cpu(src[0]); in go7007_construct_fw_image()1589 if (chunk_flags & mode_flag) { in go7007_construct_fw_image()1590 if (chunk_flags & FLAG_SPECIAL) { in go7007_construct_fw_image()
290 p->chunk_flags = NULL; in radeon_cs_parser_init()334 p->chunk_flags = &p->chunks[i]; in radeon_cs_parser_init()
1036 struct radeon_cs_chunk *chunk_flags; member