Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/44x/
H 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/drivers/net/ethernet/ibm/emac/
H A Dmal.c521 unsigned int dcr_base; in mal_probe() local
556 dcr_base = dcr_resource_start(ofdev->dev.of_node, 0); in mal_probe()
557 if (dcr_base == 0) { in mal_probe()
562 mal->dcr_host = dcr_map(ofdev->dev.of_node, dcr_base, 0x100); in mal_probe()
/linux/drivers/dma/ppc4xx/
H A Dadma.c4408 unsigned int dcr_base, dcr_len; in ppc440spe_configure_raid_devices() local
4431 dcr_base = dcr_resource_start(np, 0); in ppc440spe_configure_raid_devices()
4433 if (!dcr_base && !dcr_len) { in ppc440spe_configure_raid_devices()
4440 i2o_dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc440spe_configure_raid_devices()
4500 dcr_base = dcr_resource_start(np, 0); in ppc440spe_configure_raid_devices()
4502 if (!dcr_base && !dcr_len) { in ppc440spe_configure_raid_devices()
4508 ppc440spe_mq_dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc440spe_configure_raid_devices()