Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dpapr-vpd.c79 fwrc = rtas_call(rtas_function_token(RTAS_FN_IBM_GET_VPD), 4, 3, in rtas_ibm_get_vpd()
533 if (!rtas_function_implemented(RTAS_FN_IBM_GET_VPD)) in papr_vpd_init()
/linux/arch/powerpc/include/asm/
H A Drtas.h143 #define RTAS_FN_IBM_GET_VPD rtas_fn_handle(RTAS_FNIDX__IBM_GET_VPD) macro