Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/chrp/
H A Dnvram.c56 if ((rtas_call(rtas_function_token(RTAS_FN_NVRAM_STORE), 3, 2, &done, addr, in chrp_nvram_write_val()
/linux/arch/powerpc/platforms/pseries/
H A Dnvram.c231 nvram_store = rtas_function_token(RTAS_FN_NVRAM_STORE); in pSeries_nvram_init()
/linux/arch/powerpc/include/asm/
H A Drtas.h183 #define RTAS_FN_NVRAM_STORE rtas_fn_handle(RTAS_FNIDX__NVRAM_STORE) macro