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

/freebsd-10-stable/sys/dev/ppbus/
H A Dpps.c88 ppstry(device_t ppbus, int send, int expect) function
159 if (ppstry(ppbus, 0x00, 0x00))
161 if (ppstry(ppbus, 0x55, 0x55))
163 if (ppstry(ppbus, 0xaa, 0xaa))
165 if (ppstry(ppbus, 0xff, 0xff))
171 if (ppstry(ppbus, 0x00, 0x00))
173 if (ppstry(ppbus, 0x55, 0x00))
175 if (ppstry(ppbus, 0xaa, 0x00))
177 if (ppstry(ppbus, 0xff, 0x00))
183 ppstry(ppbu
[all...]

Completed in 51 milliseconds