Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dnwpserial.c342 int dcr_base; in nwpserial_register_port() local
352 dcr_base = dcr_resource_start(dn, 0); in nwpserial_register_port()
356 if (nwpserial_ports[i].port.iobase == dcr_base) { in nwpserial_register_port()
392 if (up->port.iobase != dcr_base) { in nwpserial_register_port()
398 up->port.iobase = dcr_base; in nwpserial_register_port()
401 up->dcr_host = dcr_map(dn, dcr_base, dcr_len); in nwpserial_register_port()
437 int dcr_base; in nwpserial_console_init() local
464 dcr_base = dcr_resource_start(dn, 0); in nwpserial_console_init()
466 up->port.iobase = dcr_base; in nwpserial_console_init()
468 up->dcr_host = dcr_map(dn, dcr_base, dcr_len); in nwpserial_console_init()
/linux-4.1.27/arch/powerpc/sysdev/
Dppc4xx_cpm.c263 int dcr_base, dcr_len; in cpm_init() local
277 dcr_base = dcr_resource_start(np, 0); in cpm_init()
280 if (dcr_base == 0 || dcr_len == 0) { in cpm_init()
287 cpm.dcr_host = dcr_map(np, dcr_base, dcr_len); in cpm_init()
/linux-4.1.27/arch/powerpc/platforms/cell/
Daxon_msi.c340 int dcr_base, dcr_len; in axon_msi_probe() local
351 dcr_base = dcr_resource_start(dn, 0); in axon_msi_probe()
354 if (dcr_base == 0 || dcr_len == 0) { in axon_msi_probe()
361 msic->dcr_host = dcr_map(dn, dcr_base, dcr_len); in axon_msi_probe()
/linux-4.1.27/drivers/edac/
Dppc4xx_edac.c1183 unsigned int dcr_base, dcr_len; in ppc4xx_edac_map_dcrs() local
1190 dcr_base = dcr_resource_start(np, 0); in ppc4xx_edac_map_dcrs()
1193 if (dcr_base == 0 || dcr_len == 0) { in ppc4xx_edac_map_dcrs()
1208 *dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc4xx_edac_map_dcrs()
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Dmal.c525 unsigned int dcr_base; in mal_probe() local
561 dcr_base = dcr_resource_start(ofdev->dev.of_node, 0); in mal_probe()
562 if (dcr_base == 0) { in mal_probe()
568 mal->dcr_host = dcr_map(ofdev->dev.of_node, dcr_base, 0x100); in mal_probe()
/linux-4.1.27/drivers/dma/ppc4xx/
Dadma.c4430 unsigned int dcr_base, dcr_len; in ppc440spe_configure_raid_devices() local
4453 dcr_base = dcr_resource_start(np, 0); in ppc440spe_configure_raid_devices()
4455 if (!dcr_base && !dcr_len) { in ppc440spe_configure_raid_devices()
4463 i2o_dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc440spe_configure_raid_devices()
4523 dcr_base = dcr_resource_start(np, 0); in ppc440spe_configure_raid_devices()
4525 if (!dcr_base && !dcr_len) { in ppc440spe_configure_raid_devices()
4532 ppc440spe_mq_dcr_host = dcr_map(np, dcr_base, dcr_len); in ppc440spe_configure_raid_devices()