Searched refs:ucClockInfoIndex (Results 1 – 4 of 4) sorted by relevance
561 …UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index t… member
1125 state_entry->ucClockInfoIndex & 0x3f; in r600_parse_extended_power_table()1127 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in r600_parse_extended_power_table()
460 state_entry->ucClockInfoIndex & 0x3f; in amdgpu_parse_extended_power_table()462 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in amdgpu_parse_extended_power_table()
1684 unsigned long clockInfoIndex = record->ucClockInfoIndex & 0x3F; in get_vce_state_table_entry()1686 *flag = (record->ucClockInfoIndex >> NUM_BITS_CLOCK_INFO_ARRAY_INDEX); in get_vce_state_table_entry()