HomeSort by: relevance | last modified time | path
    Searched defs:lptprobe (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/acorn32/mainbus/
lpt_pioc.c 56 static int lptprobe (bus_space_tag_t, u_int);
66 * Internal routine to lptprobe to do port tests of one byte value.
107 lptprobe(bus_space_tag_t iot, u_int iobase) function in typeref:typename:int
113 #define ABORT do {printf("lptprobe: mask %x data %x failed\n", mask, data); \
174 rv = lptprobe(pa->pa_iot, pa->pa_iobase + pa->pa_offset);

Completed in 33 milliseconds