Searched refs:dcr_resource_start (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/arch/powerpc/sysdev/ | 
| D | dcr.c | 115 unsigned int dcr_resource_start(const struct device_node *np,  in dcr_resource_start()  function126 EXPORT_SYMBOL_GPL(dcr_resource_start);
 
 | 
| D | mpic.c | 326 	phys_addr_t phys_addr = dcr_resource_start(mpic->node, 0);  in _mpic_map_dcr()
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | dcr.h | 58 extern unsigned int dcr_resource_start(const struct device_node *np,
 | 
| /Linux-v5.4/arch/powerpc/platforms/4xx/ | 
| D | cpm.c | 263 	dcr_base = dcr_resource_start(np, 0);  in cpm_init()
 | 
| D | pci.c | 2150 	dcrs = dcr_resource_start(np, 0);  in ppc4xx_probe_pciex_bridge()
 | 
| /Linux-v5.4/arch/powerpc/platforms/cell/ | 
| D | axon_msi.c | 348 	dcr_base = dcr_resource_start(dn, 0);  in axon_msi_probe()
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | xilinxfb.c | 444 		start = dcr_resource_start(pdev->dev.of_node, 0);  in xilinxfb_of_probe()
 | 
| /Linux-v5.4/drivers/edac/ | 
| D | ppc4xx_edac.c | 1183 	dcr_base = dcr_resource_start(np, 0);  in ppc4xx_edac_map_dcrs()
 | 
| /Linux-v5.4/drivers/net/ethernet/ibm/emac/ | 
| D | mal.c | 555 	dcr_base = dcr_resource_start(ofdev->dev.of_node, 0);  in mal_probe()
 | 
| /Linux-v5.4/drivers/net/ethernet/xilinx/ | 
| D | ll_temac_main.c | 266 	dcrs = dcr_resource_start(np, 0);  in temac_dcr_setup()
 | 
| /Linux-v5.4/drivers/dma/ppc4xx/ | 
| D | adma.c | 4433 	dcr_base = dcr_resource_start(np, 0);  in ppc440spe_configure_raid_devices()4502 	dcr_base = dcr_resource_start(np, 0);  in ppc440spe_configure_raid_devices()
 
 |