| /trueos/sys/dev/ofw/ |
| HD | ofwbus.c | 93 DEFINE_CLASS_1(ofwbus, ofwbus_driver, ofwbus_methods, 96 EARLY_DRIVER_MODULE(ofwbus, nexus, ofwbus_driver, ofwbus_devclass, 0, 0, 98 MODULE_VERSION(ofwbus, 1); 235 device_t ofwbus; in ofwbus_adjust_resource() local 237 ofwbus = bus; in ofwbus_adjust_resource() 238 while (strcmp(device_get_name(device_get_parent(ofwbus)), "root") != 0) in ofwbus_adjust_resource() 239 ofwbus = device_get_parent(ofwbus); in ofwbus_adjust_resource() 240 sc = device_get_softc(ofwbus); in ofwbus_adjust_resource()
|
| HD | ofw_cpu.c | 77 DRIVER_MODULE(ofw_cpulist, ofwbus, ofw_cpulist_driver, ofw_cpulist_devclass,
|
| /trueos/sys/powerpc/pseries/ |
| HD | xics.c | 125 EARLY_DRIVER_MODULE(xicp, ofwbus, xicp_driver, xicp_devclass, 0, 0, 127 EARLY_DRIVER_MODULE(xics, ofwbus, xics_driver, xics_devclass, 0, 0,
|
| HD | rtas_dev.c | 76 DRIVER_MODULE(rtasdev, ofwbus, rtasdev_driver, rtasdev_devclass, 0, 0);
|
| HD | rtas_pci.c | 102 DRIVER_MODULE(rtaspci, ofwbus, rtaspci_driver, rtaspci_devclass, 0, 0);
|
| HD | vdevice.c | 106 DRIVER_MODULE(vdevice, ofwbus, vdevice_driver, vdevice_devclass, 0, 0);
|
| /trueos/sys/powerpc/mambo/ |
| HD | mambo.c | 78 DRIVER_MODULE(mambo, ofwbus, mambobus_driver, mambobus_devclass, 0, 0);
|
| /trueos/sys/dev/uart/ |
| HD | uart_bus_fdt.c | 133 DRIVER_MODULE(uart, ofwbus, uart_fdt_driver, uart_devclass, 0, 0);
|
| /trueos/sys/powerpc/ofw/ |
| HD | openpic_ofw.c | 93 DRIVER_MODULE(openpic, ofwbus, openpic_ofw_driver, openpic_devclass, 0, 0);
|
| /trueos/sys/arm/freescale/imx/ |
| HD | tzic.c | 151 EARLY_DRIVER_MODULE(tzic, ofwbus, tzic_driver, tzic_devclass, 0, 0,
|
| HD | imx6_anatop.c | 808 EARLY_DRIVER_MODULE(imx6_anatop, ofwbus, imx6_anatop_driver,
|
| /trueos/sys/powerpc/powermac/ |
| HD | uninorthpci.c | 101 DRIVER_MODULE(uninorth, ofwbus, uninorth_driver, uninorth_devclass, 0, 0);
|
| HD | grackle.c | 105 DRIVER_MODULE(grackle, ofwbus, grackle_driver, grackle_devclass, 0, 0);
|
| HD | uninorth.c | 146 DRIVER_MODULE(unin, ofwbus, unin_chip_driver, unin_chip_devclass, 0, 0);
|
| HD | cpcht.c | 137 DRIVER_MODULE(cpcht, ofwbus, cpcht_driver, cpcht_devclass, 0, 0);
|
| /trueos/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_fbd.c | 310 DRIVER_MODULE(bcm2835fb, ofwbus, bcm_fb_driver, bcm_fb_devclass, 0, 0);
|
| /trueos/sys/arm/arm/ |
| HD | generic_timer.c | 348 EARLY_DRIVER_MODULE(timer, ofwbus, arm_tmr_driver, arm_tmr_devclass, 0, 0,
|
| HD | gic.c | 328 EARLY_DRIVER_MODULE(gic, ofwbus, arm_gic_driver, arm_gic_devclass, 0, 0,
|
| HD | mpcore_timer.c | 455 EARLY_DRIVER_MODULE(mp_tmr, ofwbus, arm_tmr_driver, arm_tmr_devclass, 0, 0,
|
| /trueos/sys/powerpc/psim/ |
| HD | iobus.c | 119 DRIVER_MODULE(iobus, ofwbus, iobus_driver, iobus_devclass, 0, 0);
|
| /trueos/sys/conf/ |
| HD | files.powerpc | 32 # ofwbus depends on simplebus. 54 dev/ofw/ofwbus.c optional aim | fdt
|
| /trueos/sys/mips/beri/ |
| HD | beri_simplebus.c | 139 DRIVER_MODULE(simplebus, ofwbus, simplebus_driver, simplebus_devclass, 0, 0);
|
| /trueos/sys/dev/powermac_nvram/ |
| HD | powermac_nvram.c | 87 DRIVER_MODULE(powermac_nvram, ofwbus, powermac_nvram_driver, powermac_nvram_devclass, 0, 0);
|
| /trueos/sys/arm/mv/ |
| HD | mv_localbus.c | 159 DRIVER_MODULE(localbus, ofwbus, localbus_driver, localbus_devclass, 0, 0);
|
| /trueos/sys/dev/fdt/ |
| HD | simplebus.c | 114 EARLY_DRIVER_MODULE(simplebus, ofwbus, simplebus_driver, simplebus_devclass,
|