Home
last modified time | relevance | path

Searched refs:iobus (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/sys/dev/bhnd/
H A Dbhnd_erom.c508 bhnd_erom_iobus_init(struct bhnd_erom_iobus *iobus, bhnd_addr_t addr, in bhnd_erom_iobus_init() argument
511 iobus->eio.map = bhnd_erom_iobus_map; in bhnd_erom_iobus_init()
512 iobus->eio.tell = bhnd_erom_iobus_tell; in bhnd_erom_iobus_init()
513 iobus->eio.read = bhnd_erom_iobus_read; in bhnd_erom_iobus_init()
514 iobus->eio.fini = NULL; in bhnd_erom_iobus_init()
516 iobus->addr = addr; in bhnd_erom_iobus_init()
517 iobus->size = size; in bhnd_erom_iobus_init()
518 iobus->bst = bst; in bhnd_erom_iobus_init()
519 iobus->bsh = bsh; in bhnd_erom_iobus_init()
520 iobus->mapped = false; in bhnd_erom_iobus_init()
[all …]
H A Dbhnd_erom.h72 int bhnd_erom_iobus_init(struct bhnd_erom_iobus *iobus,
/freebsd-src/sys/powerpc/psim/
H A Dpsim-tree64 /iobus@0x90000000
65 ./name psim-iobus
71 /iobus@0x90000000/opic@0x90000000
78 /iobus/opic > intr0 int /cpus/cpu@0x0
83 #/iobus@0x90000000/ide@0x90052000
89 #/iobus@0x90000000/ide@0x90052000 > a irq12 /iobus/opic
H A Duart_iobus.c85 DRIVER_MODULE(uart, iobus, uart_iobus_driver, 0, 0);
H A Diobusvar.h45 __BUS_ACCESSOR(iobus, var, IOBUS, ivar, type)
H A Dopenpic_iobus.c89 DRIVER_MODULE(openpic, iobus, openpic_iobus_driver, 0, 0);
H A Data_iobus.c55 * Define the iobus ata bus attachment. This creates a pseudo-bus that
92 DRIVER_MODULE(ataiobus, iobus, ata_iobus_driver, NULL, NULL);
202 * Define the actual ATA device. This is a sub-bus to the ata-iobus layer
H A Diobus.c31 * PSIM 'iobus' local bus. Should be set up in the device tree like:
33 * /iobus@0x80000000/name psim-iobus
65 static MALLOC_DEFINE(M_IOBUS, "iobus", "iobus device information");
120 "iobus",
125 DRIVER_MODULE(iobus, ofwbus, iobus_driver, 0, 0);
132 if (strcmp(type, "psim-iobus") != 0) in iobus_probe()
168 * Scale the absolute addresses back to iobus in iobus_add_reg()
200 * Find the base addr/size of the iobus, an in iobus_attach()
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157c-lxa-tac-gen2.dts26 reg_iobus_12v: regulator-iobus-12v {
67 label = "tac:green:iobus";
H A Dstm32mp157c-lxa-tac-gen1.dts26 reg_iobus_12v: regulator-iobus-12v {
H A Dstm32mp15xc-lxa-tac.dtsi131 output-iobus-12v {
/freebsd-src/sys/conf/
H A Dfiles.powerpc420 powerpc/psim/iobus.c optional psim