Searched refs:bt_isa_ports (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/buslogic/
H A Dbt.c174 struct bt_isa_port bt_isa_ports[] = variable in typeref:struct:bt_isa_port
932 if (bt_isa_ports[i].addr == ioport) {
933 if (bt_isa_ports[i].probed != 0)
956 if (ioport == bt_isa_ports[i].addr) {
957 bt_isa_ports[i].probed = 1;
970 if (ioport <= bt_isa_ports[i].addr)
973 || (ioport != bt_isa_ports[i].addr)) {
980 ? bt_isa_ports[i].addr
981 : bt_isa_ports[BT_NUM_ISAPORTS - 1].addr);
985 *port_index = *max_port_index = bt_isa_ports[
[all...]
H A Dbtreg.h413 extern struct bt_isa_port bt_isa_ports[];

Completed in 79 milliseconds