Searched refs:ucClockInfoIndex (Results 1 – 5 of 5) sorted by relevance
561 …UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index t… member
1128 state_entry->ucClockInfoIndex & 0x3f; in r600_parse_extended_power_table()1130 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in r600_parse_extended_power_table()
602 …UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index t… member
591 state_entry->ucClockInfoIndex & 0x3f; in amdgpu_parse_extended_power_table()593 (state_entry->ucClockInfoIndex & 0xc0) >> 6; in amdgpu_parse_extended_power_table()
1578 unsigned long clockInfoIndex = record->ucClockInfoIndex & 0x3F; in get_vce_state_table_entry()1580 *flag = (record->ucClockInfoIndex >> NUM_BITS_CLOCK_INFO_ARRAY_INDEX); in get_vce_state_table_entry()