Searched refs:ucClockInfoIndex (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/include/
H A Dpptable.h602 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary member in struct:_ATOM_PPLIB_VCE_State_Record
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dpptable.h561 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary member in struct:_ATOM_PPLIB_VCE_State_Record
H A Dr600_dpm.c1127 state_entry->ucClockInfoIndex & 0x3f;
1129 (state_entry->ucClockInfoIndex & 0xc0) >> 6;
/openbsd-current/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c460 state_entry->ucClockInfoIndex & 0x3f;
462 (state_entry->ucClockInfoIndex & 0xc0) >> 6;
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c1684 unsigned long clockInfoIndex = record->ucClockInfoIndex & 0x3F;
1686 *flag = (record->ucClockInfoIndex >> NUM_BITS_CLOCK_INFO_ARRAY_INDEX);

Completed in 200 milliseconds