Lines Matching refs:ppstry
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()
183 ppstry(ppbus, 0x55, 0xff); in ppsattach()
184 ppstry(ppbus, 0xaa, 0xff); in ppsattach()
185 ppstry(ppbus, 0xff, 0xff); in ppsattach()