Home
last modified time | relevance | path

Searched refs:dcr_base (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/powerpc/platforms/4xx/
A Dcpm.c249 int dcr_base, dcr_len; in cpm_init() local
263 dcr_base = dcr_resource_start(np, 0); in cpm_init()
266 if (dcr_base == 0 || dcr_len == 0) { in cpm_init()
273 cpm.dcr_host = dcr_map(np, dcr_base, dcr_len); in cpm_init()
/linux-6.3-rc2/arch/powerpc/platforms/cell/
A Daxon_msi.c333 int dcr_base, dcr_len; in axon_msi_probe() local
344 dcr_base = dcr_resource_start(dn, 0); in axon_msi_probe()
347 if (dcr_base == 0 || dcr_len == 0) { in axon_msi_probe()
354 msic->dcr_host = dcr_map(dn, dcr_base, dcr_len); in axon_msi_probe()
/linux-6.3-rc2/drivers/edac/
A Dppc4xx_edac.c1163 unsigned int dcr_base, dcr_len; in ppc4xx_edac_map_dcrs() local
1170 dcr_base = dcr_resource_start(np, 0); in ppc4xx_edac_map_dcrs()
1173 if (dcr_base == 0 || dcr_len == 0) { in ppc4xx_edac_map_dcrs()
1188 *dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc4xx_edac_map_dcrs()
/linux-6.3-rc2/drivers/net/ethernet/ibm/emac/
A Dmal.c519 unsigned int dcr_base; in mal_probe() local
555 dcr_base = dcr_resource_start(ofdev->dev.of_node, 0); in mal_probe()
556 if (dcr_base == 0) { in mal_probe()
562 mal->dcr_host = dcr_map(ofdev->dev.of_node, dcr_base, 0x100); in mal_probe()
/linux-6.3-rc2/drivers/dma/ppc4xx/
A Dadma.c4410 unsigned int dcr_base, dcr_len; in ppc440spe_configure_raid_devices() local
4433 dcr_base = dcr_resource_start(np, 0); in ppc440spe_configure_raid_devices()
4435 if (!dcr_base && !dcr_len) { in ppc440spe_configure_raid_devices()
4442 i2o_dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc440spe_configure_raid_devices()
4502 dcr_base = dcr_resource_start(np, 0); in ppc440spe_configure_raid_devices()
4504 if (!dcr_base && !dcr_len) { in ppc440spe_configure_raid_devices()
4510 ppc440spe_mq_dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc440spe_configure_raid_devices()

Completed in 17 milliseconds