Lines Matching refs:ppstry
86 ppstry(device_t ppbus, int send, int expect) in ppstry() function
159 if (ppstry(ppbus, 0x00, 0x00)) in ppsattach()
161 if (ppstry(ppbus, 0x55, 0x55)) in ppsattach()
163 if (ppstry(ppbus, 0xaa, 0xaa)) in ppsattach()
165 if (ppstry(ppbus, 0xff, 0xff)) in ppsattach()
171 if (ppstry(ppbus, 0x00, 0x00)) in ppsattach()
173 if (ppstry(ppbus, 0x55, 0x00)) in ppsattach()
175 if (ppstry(ppbus, 0xaa, 0x00)) in ppsattach()
177 if (ppstry(ppbus, 0xff, 0x00)) in ppsattach()
183 ppstry(ppbus, 0x00, 0xff); in ppsattach()
184 ppstry(ppbus, 0x55, 0xff); in ppsattach()
185 ppstry(ppbus, 0xaa, 0xff); in ppsattach()
186 ppstry(ppbus, 0xff, 0xff); in ppsattach()