Searched refs:GET_PPTABLE_MEMBER (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu11/ |
H A D | sienna_cichlid_ppt.c | 76 #define GET_PPTABLE_MEMBER(field, member) do {\ macro 482 GET_PPTABLE_MEMBER(BoardReserved, &board_reserved); in sienna_cichlid_patch_pptable_quirk() 489 GET_PPTABLE_MEMBER(FreqTableGfx, &freq_table_gfx); in sienna_cichlid_patch_pptable_quirk() 944 GET_PPTABLE_MEMBER(DpmDescriptor, &table_member); in sienna_cichlid_set_default_dpm_table() 1234 GET_PPTABLE_MEMBER(DpmDescriptor, &table_member); in sienna_cichlid_is_support_fine_grained_dpm() 1339 GET_PPTABLE_MEMBER(LclkFreq, &table_member); in sienna_cichlid_print_clk_levels() 1597 GET_PPTABLE_MEMBER(FanMaximumRpm, &table_member); in sienna_cichlid_get_fan_parameters() 1889 GET_PPTABLE_MEMBER(FanMaximumRpm, &temp); in sienna_cichlid_read_sensor() 2008 GET_PPTABLE_MEMBER(DpmDescriptor, &table_member1); in sienna_cichlid_get_uclk_dpm_states() 2010 GET_PPTABLE_MEMBER(FreqTableUclk, &table_member2); in sienna_cichlid_get_uclk_dpm_states() [all …]
|