Home
last modified time | relevance | path

Searched refs:id_size (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/aic7xxx/
Dahc_isa.c65 u_int id_size; in ahc_isa_find_device() local
69 id_size = sizeof(id); in ahc_isa_find_device()
70 for (i = 0; i < id_size; i++) { in ahc_isa_find_device()
73 << ((id_size - i - 1) * CHAR_BIT); in ahc_isa_find_device()
/freebsd-9-stable/sys/dev/eisa/
Deisaconf.c209 int base, i, id_size; in eisa_probe_slot() local
212 id_size = sizeof(probe_id); in eisa_probe_slot()
215 for (i = 0; i < id_size; i++) in eisa_probe_slot()
216 probe_id |= inb(base + i) << ((id_size - i - 1) * CHAR_BIT); in eisa_probe_slot()