Home
last modified time | relevance | path

Searched refs:BT_NUM_ISAPORTS (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/buslogic/
HDbt.c931 for (i = 0; i < BT_NUM_ISAPORTS; i++) { in bt_check_probed_iop()
955 for (i = 0; i < BT_NUM_ISAPORTS; i++) { in bt_mark_probed_iop()
969 for (i = 0;i < BT_NUM_ISAPORTS; i++) in bt_find_probe_range()
972 if ((i >= BT_NUM_ISAPORTS) in bt_find_probe_range()
979 (i < BT_NUM_ISAPORTS) in bt_find_probe_range()
981 : bt_isa_ports[BT_NUM_ISAPORTS - 1].addr); in bt_find_probe_range()
988 *max_port_index = BT_NUM_ISAPORTS - 1; in bt_find_probe_range()
995 if (bio_index < BT_NUM_ISAPORTS) in bt_iop_from_bio()
HDbt_isa.c134 max_port_index = BT_NUM_ISAPORTS - 1; in bt_isa_probe()
HDbtreg.h415 #define BT_NUM_ISAPORTS 6 macro