Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/52xx/
H A Defika.c59 rval = rtas_call(rtas_function_token(RTAS_FN_WRITE_PCI_CONFIG), 3, 1, NULL, in rtas_write_config()
/linux/arch/powerpc/platforms/chrp/
H A Dpci.c121 rval = rtas_call(rtas_function_token(RTAS_FN_WRITE_PCI_CONFIG), 3, 1, NULL, in rtas_write_config()
/linux/arch/powerpc/include/asm/
H A Drtas.h197 #define RTAS_FN_WRITE_PCI_CONFIG rtas_fn_handle(RTAS_FNIDX__WRITE_PCI_CONFIG) macro