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

/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_wd80x3.c99 u_char iptr, isa16bit, sum, totalsum; local
149 isa16bit = 0;
166 isa16bit = 1;
171 isa16bit = 1;
175 isa16bit = 1;
184 isa16bit = 1;
189 isa16bit = 1;
194 isa16bit = 1;
227 isa16bit = 1;
233 isa16bit
[all...]
H A Dif_ed_novell.c132 sc->isa16bit = 0;
136 sc->isa16bit = 1;
154 sc->isa16bit = 0;
157 sc->isa16bit = 1;
178 memsize = 8192 + sc->isa16bit * 8192;
183 sc->mem_start = 8192 + sc->isa16bit * 8192;
313 sc->enaddr[n] = romdata[n * (sc->isa16bit + 1)];
H A Dif_ed_3c503.c76 u_char isa16bit; local
245 isa16bit = 1;
247 isa16bit = 0;
276 if (isa16bit) {
296 sc->isa16bit = isa16bit;
H A Dif_ed.c139 if (sc->isa16bit && sc->vendor == ED_VENDOR_WD_SMC) {
150 if (sc->isa16bit && sc->vendor == ED_VENDOR_WD_SMC) {
261 if (sc->isa16bit)
356 printf("%s", sc->isa16bit ? "(16 bit)" : "(8 bit)");
545 if (sc->isa16bit)
1421 if (sc->isa16bit)
1458 if (sc->isa16bit)
1495 if (sc->isa16bit && (dma_len & 1))
1525 if (!sc->isa16bit) {
1755 if (sc->isa16bit) {
[all...]
H A Dif_ed_sic.c123 sc->isa16bit = 0;
H A Dif_ed_cbus.c788 sc->enaddr[n] = romdata[n * (sc->isa16bit + 1)];
863 sc->isa16bit = 1;
1080 sc->isa16bit = 0;
1529 ed_pio_testmem(struct ed_softc *sc, int page_offset, int isa16bit, int flags) argument
1540 sc->isa16bit = isa16bit;
1543 memsize = (isa16bit ? 16384 : 8192);
1552 if (isa16bit)
H A Dif_edvar.h48 u_char isa16bit; /* width of access to card 0=8 or 1=16 */ member in struct:ed_softc
H A Dif_ed_hpp.c140 sc->isa16bit = 0; /* the 8390 core needs to be in byte mode */
H A Dif_ed_pccard.c693 sc->isa16bit = 1;
818 sc->isa16bit = 1;

Completed in 90 milliseconds