Searched refs:dcr_base (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/powerpc/platforms/4xx/ |
D | cpm.c | 249 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-5.19.10/arch/powerpc/platforms/cell/ |
D | axon_msi.c | 332 int dcr_base, dcr_len; in axon_msi_probe() local 343 dcr_base = dcr_resource_start(dn, 0); in axon_msi_probe() 346 if (dcr_base == 0 || dcr_len == 0) { in axon_msi_probe() 353 msic->dcr_host = dcr_map(dn, dcr_base, dcr_len); in axon_msi_probe()
|
/linux-5.19.10/drivers/edac/ |
D | ppc4xx_edac.c | 1176 unsigned int dcr_base, dcr_len; in ppc4xx_edac_map_dcrs() local 1183 dcr_base = dcr_resource_start(np, 0); in ppc4xx_edac_map_dcrs() 1186 if (dcr_base == 0 || dcr_len == 0) { in ppc4xx_edac_map_dcrs() 1201 *dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc4xx_edac_map_dcrs()
|
/linux-5.19.10/drivers/net/ethernet/ibm/emac/ |
D | mal.c | 519 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-5.19.10/drivers/dma/ppc4xx/ |
D | adma.c | 4412 unsigned int dcr_base, dcr_len; in ppc440spe_configure_raid_devices() local 4435 dcr_base = dcr_resource_start(np, 0); in ppc440spe_configure_raid_devices() 4437 if (!dcr_base && !dcr_len) { in ppc440spe_configure_raid_devices() 4444 i2o_dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc440spe_configure_raid_devices() 4504 dcr_base = dcr_resource_start(np, 0); in ppc440spe_configure_raid_devices() 4506 if (!dcr_base && !dcr_len) { in ppc440spe_configure_raid_devices() 4512 ppc440spe_mq_dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc440spe_configure_raid_devices()
|