Home
last modified time | relevance | path

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

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