Searched refs:RTAS_FN_READ_PCI_CONFIG (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 44 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 D | rtas_pci.c | 194 read_pci_config = rtas_function_token(RTAS_FN_READ_PCI_CONFIG); in init_pci_config_tokens()
|
/linux/arch/powerpc/platforms/chrp/ |
H A D | pci.c | 107 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 D | rtas.h | 187 #define RTAS_FN_READ_PCI_CONFIG rtas_fn_handle(RTAS_FNIDX__READ_PCI_CONFIG) macro
|