Searched refs:TANGO_SECTIONS_START (Results 1 – 2 of 2) sorted by relevance
75 TANGO_SECTIONS_START] = {115 TANGO_SECTIONS_START] = {423 TANGO_SECTIONS_START] = {753 else if (section >= TANGO_SECTIONS_START && section < TANGO_SECTIONS_END) in get_section_name()754 ret = tango_section_names[section - TANGO_SECTIONS_START]; in get_section_name()794 else if (section >= TANGO_SECTIONS_START && section < TANGO_SECTIONS_END && in get_tag_name()795 tag < (uint32_t)tango_section_bounds[section - TANGO_SECTIONS_START]) in get_tag_name()796 ret = tango_tag_info[section - TANGO_SECTIONS_START][tag_index].tag_name; in get_tag_name()837 else if (section >= TANGO_SECTIONS_START && section < TANGO_SECTIONS_END && in get_tag_type()838 tag < (uint32_t)tango_section_bounds[section - TANGO_SECTIONS_START]) in get_tag_type()[all …]
72 TANGO_SECTIONS_START = VENDOR_SECTION + TANGO_SECTION_OFFSET, enumerator73 TANGO_MODE_DATA = TANGO_SECTIONS_START,