Searched refs:central_bus (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | central.c | 20 struct linux_central *central_bus = NULL; variable 23 #define IS_CENTRAL_FHC(__fhc) ((__fhc) == central_bus->child) 314 central_bus = (struct linux_central *) in central_probe() 316 if (central_bus == NULL) { in central_probe() 329 central_bus->child = fhc; in central_probe() 330 central_bus->prom_node = cnode; in central_probe() 333 strcpy(central_bus->prom_name, namebuf); in central_probe() 335 central_ranges_init(cnode, central_bus); in central_probe() 341 fhc->parent = central_bus; in central_probe() 358 apply_central_ranges(central_bus, &fpregs[0], 6); in central_probe() [all …]
|
D | time.c | 731 cbus = central_bus; in clock_probe() 733 busnd = central_bus->child->prom_node; in clock_probe() 813 apply_fhc_ranges(central_bus->child, clk_reg, 1); in clock_probe() 814 apply_central_ranges(central_bus, clk_reg, 1); in clock_probe()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | setup.c | 220 static struct resource central_bus = { variable 245 result = request_resource(&iomem_resource, ¢ral_bus); in parisc_init_resources() 249 __FILE__, central_bus.name); in parisc_init_resources()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | fhc.h | 122 extern struct linux_central *central_bus;
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | zs.c | 1992 if(central_bus) in get_zs() 1993 busnode = central_bus->child->prom_node; in get_zs() 2011 if(len == -1 || central_bus != NULL) { in get_zs() 2020 if (central_bus == NULL) { in get_zs() 2029 if (sdev == NULL && central_bus == NULL) in get_zs() 2031 if (central_bus == NULL) { in get_zs() 2046 apply_fhc_ranges(central_bus->child, &zsregs[0], 1); in get_zs() 2047 apply_central_ranges(central_bus, &zsregs[0], 1); in get_zs() 2064 if (central_bus) { in get_zs() 2067 iclr = central_bus->child->fhc_regs.uregs + FHC_UREGS_ICLR; in get_zs() [all …]
|