Home
last modified time | relevance | path

Searched refs:lptnotready (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dlptvar.h88 #define NOT_READY_ERR() lptnotready(bus_space_read_1(iot, ioh, lpt_status), sc)
90 int lptnotready(u_char, struct lpt_softc *);
Dlpt.c230 lptnotready(u_char status, struct lpt_softc *sc) in lptnotready() function