Searched refs:ppstry (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/ppbus/ |
| H A D | pps.c | 85 ppstry(device_t ppbus, int send, int expect) in ppstry() function 158 if (ppstry(ppbus, 0x00, 0x00)) in ppsattach() 160 if (ppstry(ppbus, 0x55, 0x55)) in ppsattach() 162 if (ppstry(ppbus, 0xaa, 0xaa)) in ppsattach() 164 if (ppstry(ppbus, 0xff, 0xff)) in ppsattach() 170 if (ppstry(ppbus, 0x00, 0x00)) in ppsattach() 172 if (ppstry(ppbus, 0x55, 0x00)) in ppsattach() 174 if (ppstry(ppbus, 0xaa, 0x00)) in ppsattach() 176 if (ppstry(ppbus, 0xff, 0x00)) in ppsattach() 182 ppstry(ppbus, 0x00, 0xff); in ppsattach() [all …]
|