Searched refs:obio (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/mips/conf/ |
| D | OCTEON1.hints | 7 hint.obio.0.at="ciu" 8 hint.obio.0.maddr="0x1" 9 hint.obio.0.msize="0x1" 10 hint.obio.0.flags="0x1" 11 hint.uart.0.at="obio"
|
| D | IDT.hints | 3 hint.obio.0.at="nexus0" 4 hint.obio.0.maddr=0x0 5 hint.obio.0.msize=0x1fffffff
|
| D | ADM5120.hints | 3 hint.obio.0.at="nexus0" 4 hint.obio.0.maddr=0x0 5 hint.obio.0.msize=0x1fffffff
|
| D | RT5350.hints | 3 hint.obio.0.at="nexus0" 4 hint.obio.0.maddr=0x10000000 5 hint.obio.0.msize=0x10000000
|
| D | RT305X.hints | 3 hint.obio.0.at="nexus0" 4 hint.obio.0.maddr=0x10000000 5 hint.obio.0.msize=0x10000000
|
| D | MT7620.hints | 3 hint.obio.0.at="nexus0" 4 hint.obio.0.maddr=0x10000000 5 hint.obio.0.msize=0x10000000
|
| /freebsd-12-stable/sys/mips/malta/ |
| D | uart_bus_maltausart.c | 93 DRIVER_MODULE(uart, obio, uart_malta_driver, uart_devclass, 0, 0);
|
| D | files.malta | 5 mips/malta/obio.c optional uart
|
| D | obio.c | 185 DRIVER_MODULE(obio, pci, obio_driver, obio_devclass, 0, 0);
|
| /freebsd-12-stable/sys/mips/cavium/ |
| D | uart_bus_octeonusart.c | 113 DRIVER_MODULE(uart, obio, uart_octeon_driver, uart_devclass, 0, 0);
|
| D | obio.c | 209 DRIVER_MODULE(obio, ciu, obio_driver, obio_devclass, 0, 0);
|
| D | files.octeon1 | 6 mips/cavium/obio.c optional uart
|
| /freebsd-12-stable/sys/cam/ctl/ |
| D | ctl.c | 11108 union ctl_io *bio, *obio; in ctl_try_unblock_io() local 11118 obio = bio = io->io_hdr.blocker; in ctl_try_unblock_io() 11124 if (bio != obio) { in ctl_try_unblock_io() 11125 TAILQ_REMOVE(&obio->io_hdr.blocked_queue, in ctl_try_unblock_io() 11135 TAILQ_REMOVE(&obio->io_hdr.blocked_queue, &io->io_hdr, blocked_links); in ctl_try_unblock_io()
|