HomeSort by: relevance | last modified time | path
    Searched refs:mad_read (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/isa/
wssvar.h 80 u_int mad_read(struct wss_softc *, int);
wss_isa.c 298 if ((tmp = mad_read(sc, MC1_PORT)) == 0xff) {
315 if ((tmp2 = mad_read(sc, MC1_PORT)) != (tmp ^ 0x80)) {
352 if ((mad_read(sc, MC3_PORT) & 0x03) == 0x03) {
364 printf("mad: port %03x = %02x\n", i, mad_read(sc, i));
wss.c 398 mad_read(struct wss_softc *sc, int port) function in typeref:typename:u_int
415 panic("mad_read: Bad chip type=%d", sc->mad_chip_type);
482 i, mad_read(sc, i)));

Completed in 12 milliseconds