Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlpbb.c139 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) | SCL_out)); in lpbb_reset_bus()
186 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) & ~SCL_out)); in lpbb_setscl()
188 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) | SCL_out)); in lpbb_setscl()
H A Dppi.c112 r = ppb_rctr(ppbus); in ppi_enable_intr()
124 r = ppb_rctr(ppbus); in ppi_disable_intr()
558 *val = ppb_rctr(ppbus); in ppiioctl()
H A Dppbio.h73 #define ppb_rctr(dev) \ macro
H A Dpps.c169 PRVERBOSE("CTR = %02x (%02x)\n", ppb_rctr(ppbus), i); in ppsattach()
181 PRVERBOSE("CTR = %02x (%02x)\n", ppb_rctr(ppbus), i); in ppsattach()
H A Dppb_1284.c409 r = ppb_rctr(bus); in byte_peripheral_write()