Home
last modified time | relevance | path

Searched refs:simplebus (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/freebsd/sys/dev/virtio/mmio/
H A Dvirtio_mmio_fdt.c79 DRIVER_MODULE(virtio_mmio, simplebus, vtmmio_fdt_driver, 0, 0);
81 MODULE_DEPEND(virtio_mmio, simplebus, 1, 1, 1);
/freebsd/sys/dev/clk/allwinner/
H A Dccu_sun8i_r.c210 EARLY_DRIVER_MODULE(ccu_sun8i_r, simplebus, ccu_sun8i_r_driver, 0, 0,
255 EARLY_DRIVER_MODULE(ccu_a83t_r, simplebus, ccu_a83t_r_driver, 0, 0,
/freebsd/sys/dev/fdt/
H A Dsimplebus.c41 #include <dev/fdt/simplebus.h>
111 DEFINE_CLASS_0(simplebus, simplebus_driver, simplebus_methods,
114 EARLY_DRIVER_MODULE(simplebus, ofwbus, simplebus_driver, 0, 0, BUS_PASS_BUS);
115 EARLY_DRIVER_MODULE(simplebus, simplebus, simplebus_driver, 0, 0,
166 * In principle, simplebus could have an interrupt map, but ignore that in simplebus_attach_impl()
/freebsd/sys/dev/syscon/
H A Dsyscon_generic.h33 struct simplebus_softc simplebus; member
/freebsd/sys/arm/ti/am335x/
H A Dam335x_rtc.c205 DRIVER_MODULE(am335x_rtc, simplebus, am335x_rtc_driver, 0, 0);
207 MODULE_DEPEND(am335x_rtc, simplebus, 1, 1, 1);
/freebsd/sys/arm/mv/
H A Dmv_cp110_icu_bus.c72 EARLY_DRIVER_MODULE(mv_cp110_icu_bus, simplebus, mv_cp110_icu_bus_driver, 0, 0,
/freebsd/sys/riscv/riscv/
H A Driscv_syscon.c78 EARLY_DRIVER_MODULE(riscv_syscon, simplebus, riscv_syscon_driver, 0, 0,
/freebsd/sys/arm64/rockchip/
H A Drk_grf.c80 EARLY_DRIVER_MODULE(rk_grf, simplebus, rk_grf_driver, 0, 0,
H A Drk_pmu.c71 EARLY_DRIVER_MODULE(rk_pmu, simplebus, rk_pmu_driver, 0, 0,
/freebsd/sys/arm/allwinner/
H A Daw_syscon.c81 EARLY_DRIVER_MODULE(aw_syscon, simplebus, aw_syscon_driver, 0, 0,
/freebsd/sys/dev/cfi/
H A Dcfi_bus_fdt.c63 DRIVER_MODULE (cfi, simplebus, cfi_fdt_driver, 0, 0);
/freebsd/sys/dev/smc/
H A Dif_smc_fdt.c77 DRIVER_MODULE(smc, simplebus, smc_fdt_driver, 0, 0);
/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x_fdt.c88 EARLY_DRIVER_MODULE(etm, simplebus, etm_fdt_driver, 0, 0,
H A Dcoresight_replicator_fdt.c88 EARLY_DRIVER_MODULE(replicator, simplebus, replicator_fdt_driver, 0, 0,
H A Dcoresight_tmc_fdt.c88 EARLY_DRIVER_MODULE(tmc, simplebus, tmc_fdt_driver, 0, 0,
H A Dcoresight_funnel_fdt.c100 EARLY_DRIVER_MODULE(funnel, simplebus, funnel_fdt_driver, 0, 0,
/freebsd/sys/dev/usb/controller/
H A Ddwc_otg_hisi.c90 DRIVER_MODULE(hisi_dwcotg, simplebus, hisi_dwc_otg_driver, 0, 0);
/freebsd/sys/dev/dwc/
H A Dif_dwc_socfpga.c104 EARLY_DRIVER_MODULE(dwc_socfpga, simplebus, dwc_socfpga_driver, 0, 0,
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm283x_dwc_fdt.c98 DRIVER_MODULE(bcm283x_dwcotg, simplebus, bcm283x_dwc_otg_driver, 0, 0);
/freebsd/sys/dev/mmc/host/
H A Ddwmmc_hisi.c95 DRIVER_MODULE(hisi_dwmmc, simplebus, hisi_dwmmc_driver, 0, 0);
H A Ddwmmc_altera.c96 DRIVER_MODULE(altera_dwmmc, simplebus, altera_dwmmc_driver, 0, 0);
/freebsd/sys/dev/regulator/
H A Dregulator_bus.c82 EARLY_DRIVER_MODULE(ofw_regulator_bus, simplebus, ofw_regulator_bus_driver,
/freebsd/sys/dev/quicc/
H A Dquicc_bfe_fdt.c89 DRIVER_MODULE(quicc, simplebus, quicc_fdt_driver, 0, 0);
/freebsd/sys/dev/sdhci/
H A Dsdhci_fdt_xilinx.c115 DRIVER_MODULE(sdhci_xilinx, simplebus, sdhci_fdt_xilinx_driver, NULL, NULL);
/freebsd/sys/dev/ofw/
H A Dofw_pci.c66 MODULE_DEPEND(ofw_pci, simplebus, 1, 1, 1);

12345678910>>...17