Searched refs:chunk_flags (Results 1 – 3 of 3) sorted by relevance
1556 int codespace = 64 * 1024, i = 0, srclen, chunk_len, chunk_flags; in go7007_construct_fw_image() local1589 chunk_flags = __le16_to_cpu(src[0]); in go7007_construct_fw_image()1597 if (chunk_flags & mode_flag) { in go7007_construct_fw_image()1598 if (chunk_flags & FLAG_SPECIAL) { in go7007_construct_fw_image()
284 p->chunk_flags = NULL; in radeon_cs_parser_init()328 p->chunk_flags = &p->chunks[i]; in radeon_cs_parser_init()
1080 struct radeon_cs_chunk *chunk_flags; member