Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ppbus/
HDpps.c88 ppstry(device_t ppbus, int send, int expect) in ppstry() function
161 if (ppstry(ppbus, 0x00, 0x00)) in ppsattach()
163 if (ppstry(ppbus, 0x55, 0x55)) in ppsattach()
165 if (ppstry(ppbus, 0xaa, 0xaa)) in ppsattach()
167 if (ppstry(ppbus, 0xff, 0xff)) in ppsattach()
173 if (ppstry(ppbus, 0x00, 0x00)) in ppsattach()
175 if (ppstry(ppbus, 0x55, 0x00)) in ppsattach()
177 if (ppstry(ppbus, 0xaa, 0x00)) in ppsattach()
179 if (ppstry(ppbus, 0xff, 0x00)) in ppsattach()
185 ppstry(ppbus, 0x00, 0xff); in ppsattach()
[all …]