Symbol: SMU_MSG_MAX_COUNT
sys/dev/pci/drm/amd/pm/swsmu/smu11/arcturus_ppt.c
100
static const struct cmn2asic_msg_mapping arcturus_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c
69
static struct cmn2asic_msg_mapping cyan_skillfish_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu11/navi10_ppt.c
74
static struct cmn2asic_msg_mapping navi10_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
104
static struct cmn2asic_msg_mapping sienna_cichlid_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu11/vangogh_ppt.c
73
static struct cmn2asic_msg_mapping vangogh_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu12/renoir_ppt.c
53
static struct cmn2asic_msg_mapping renoir_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c
102
static const struct cmn2asic_msg_mapping aldebaran_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c
115
static struct cmn2asic_msg_mapping smu_v13_0_0_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
86
const struct cmn2asic_msg_mapping smu_v13_0_12_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c
74
static struct cmn2asic_msg_mapping smu_v13_0_4_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c
66
static struct cmn2asic_msg_mapping smu_v13_0_5_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
126
static const struct cmn2asic_msg_mapping smu_v13_0_6_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c
91
static struct cmn2asic_msg_mapping smu_v13_0_7_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c
70
static struct cmn2asic_msg_mapping yellow_carp_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
1214
enum smu_message_type msg_set_min = SMU_MSG_MAX_COUNT;
sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
1215
enum smu_message_type msg_set_max = SMU_MSG_MAX_COUNT;
sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
1255
if (min && msg_set_min != SMU_MSG_MAX_COUNT)
sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
1258
if (max && msg_set_max != SMU_MSG_MAX_COUNT)
sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c
95
static struct cmn2asic_msg_mapping smu_v14_0_0_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c
84
static struct cmn2asic_msg_mapping smu_v14_0_2_message_map[SMU_MSG_MAX_COUNT] = {
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
523
if (index >= SMU_MSG_MAX_COUNT ||
sys/dev/pci/drm/amd/pm/swsmu/smu_cmn.c
59
if (type >= SMU_MSG_MAX_COUNT)