Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ppbus/
H A Dlpbb.c142 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) | SCL_out)); in lpbb_reset_bus()
189 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) & ~SCL_out)); in lpbb_setscl()
191 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) | SCL_out)); in lpbb_setscl()
H A Dppi.c115 r = ppb_rctr(ppbus); in ppi_enable_intr()
127 r = ppb_rctr(ppbus); in ppi_disable_intr()
568 *val = ppb_rctr(ppbus); in ppiioctl()
H A Dpps.c172 PRVERBOSE("CTR = %02x (%02x)\n", ppb_rctr(ppbus), i); in ppsattach()
184 PRVERBOSE("CTR = %02x (%02x)\n", ppb_rctr(ppbus), i); in ppsattach()
H A Dppbio.h75 #define ppb_rctr(dev) \ macro
H A Dppb_1284.c413 r = ppb_rctr(bus); in byte_peripheral_write()