Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/platforms/52xx/
Defika.c58 rval = rtas_call(rtas_function_token(RTAS_FN_WRITE_PCI_CONFIG), 3, 1, NULL, in rtas_write_config()
/linux-6.6.21/arch/powerpc/kernel/
Drtas_pci.c195 write_pci_config = rtas_function_token(RTAS_FN_WRITE_PCI_CONFIG); in init_pci_config_tokens()
/linux-6.6.21/arch/powerpc/platforms/chrp/
Dpci.c121 rval = rtas_call(rtas_function_token(RTAS_FN_WRITE_PCI_CONFIG), 3, 1, NULL, in rtas_write_config()
/linux-6.6.21/arch/powerpc/include/asm/
Drtas.h196 #define RTAS_FN_WRITE_PCI_CONFIG rtas_fn_handle(RTAS_FNIDX__WRITE_PCI_CONFIG) macro