Searched refs:isa16bit (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/ed/
H A Dif_ed_wd80x3.c101 u_char iptr, isa16bit, sum, totalsum; local
151 isa16bit = 0;
168 isa16bit = 1;
173 isa16bit = 1;
177 isa16bit = 1;
186 isa16bit = 1;
191 isa16bit = 1;
196 isa16bit = 1;
229 isa16bit = 1;
235 isa16bit
[all...]
H A Dif_ed_novell.c134 sc->isa16bit = 0;
138 sc->isa16bit = 1;
156 sc->isa16bit = 0;
159 sc->isa16bit = 1;
180 memsize = 8192 + sc->isa16bit * 8192;
185 sc->mem_start = 8192 + sc->isa16bit * 8192;
315 sc->enaddr[n] = romdata[n * (sc->isa16bit + 1)];
H A Dif_ed_3c503.c78 u_char isa16bit; local
247 isa16bit = 1;
249 isa16bit = 0;
278 if (isa16bit) {
298 sc->isa16bit = isa16bit;
H A Dif_ed.c141 if (sc->isa16bit && sc->vendor == ED_VENDOR_WD_SMC) {
152 if (sc->isa16bit && sc->vendor == ED_VENDOR_WD_SMC) {
263 if (sc->isa16bit)
358 printf("%s", sc->isa16bit ? "(16 bit)" : "(8 bit)");
547 if (sc->isa16bit)
1423 if (sc->isa16bit)
1460 if (sc->isa16bit)
1497 if (sc->isa16bit && (dma_len & 1))
1527 if (!sc->isa16bit) {
1757 if (sc->isa16bit) {
[all...]
H A Dif_ed_sic.c125 sc->isa16bit = 0;
H A Dif_edvar.h50 u_char isa16bit; /* width of access to card 0=8 or 1=16 */ member in struct:ed_softc
H A Dif_ed_hpp.c142 sc->isa16bit = 0; /* the 8390 core needs to be in byte mode */
H A Dif_ed_pccard.c695 sc->isa16bit = 1;
820 sc->isa16bit = 1;

Completed in 116 milliseconds