Home
last modified time | relevance | path

Searched refs:__pdsm_cmd_descriptors (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c941 static const struct pdsm_cmd_desc __pdsm_cmd_descriptors[] = { variable
971 if (cmd >= 0 || cmd < ARRAY_SIZE(__pdsm_cmd_descriptors)) in pdsm_cmd_desc()
972 return &__pdsm_cmd_descriptors[cmd]; in pdsm_cmd_desc()