Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/52xx/
H A Defika.c44 rval = rtas_call(rtas_function_token(RTAS_FN_READ_PCI_CONFIG), 2, 2, &ret, addr, len); in rtas_read_config()
/linux/arch/powerpc/kernel/
H A Drtas_pci.c194 read_pci_config = rtas_function_token(RTAS_FN_READ_PCI_CONFIG); in init_pci_config_tokens()
/linux/arch/powerpc/platforms/chrp/
H A Dpci.c107 rval = rtas_call(rtas_function_token(RTAS_FN_READ_PCI_CONFIG), 2, 2, &ret, addr, len); in rtas_read_config()
/linux/arch/powerpc/include/asm/
H A Drtas.h187 #define RTAS_FN_READ_PCI_CONFIG rtas_fn_handle(RTAS_FNIDX__READ_PCI_CONFIG) macro