Searched refs:iobus (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/bhnd/ |
H A D | bhnd_erom.c | 508 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 D | bhnd_erom.h | 72 int bhnd_erom_iobus_init(struct bhnd_erom_iobus *iobus,
|
/freebsd/sys/powerpc/psim/ |
H A D | psim-tree | 64 /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 D | uart_iobus.c | 85 DRIVER_MODULE(uart, iobus, uart_iobus_driver, 0, 0);
|
H A D | iobusvar.h | 45 __BUS_ACCESSOR(iobus, var, IOBUS, ivar, type)
|
H A D | openpic_iobus.c | 89 DRIVER_MODULE(openpic, iobus, openpic_iobus_driver, 0, 0);
|
H A D | ata_iobus.c | 92 DRIVER_MODULE(ataiobus, iobus, ata_iobus_driver, NULL, NULL);
|
H A D | iobus.c | 125 DRIVER_MODULE(iobus, ofwbus, iobus_driver, 0, 0);
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp157c-lxa-tac-gen2.dts | 26 reg_iobus_12v: regulator-iobus-12v { 67 label = "tac:green:iobus";
|
H A D | stm32mp15xc-lxa-tac.dtsi | 131 output-iobus-12v {
|
/freebsd/sys/conf/ |
H A D | files.powerpc | 420 powerpc/psim/iobus.c optional psim
|