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

/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_cbus.c55 static int ed_pio_testmem(struct ed_softc *, int, int, int);
740 if (!ed_pio_testmem(sc, 8192, 0, flags) &&
741 !ed_pio_testmem(sc, 16384, 1, flags))
1197 if (!ed_pio_testmem(sc, ED_CNET98EL_PAGE_OFFSET, 1, flags))
1509 if (!ed_pio_testmem(sc, 16384, 1, flags))
1529 ed_pio_testmem(struct ed_softc *sc, int page_offset, int isa16bit, int flags) function
1559 printf("ed?: ed_pio_testmem: page start=%x, end=%lx",
1572 printf("ed?: ed_pio_testmem: bcmp(page %x) NG", page_offset);
1585 printf("ed?: ed_pio_testmem: bcmp(page %x) NG", page_end);

Completed in 175 milliseconds