Home
last modified time | relevance | path

Searched refs:ppb_wctr (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/dev/ppbus/
H A Dppb_1284.c225 ppb_wctr(bus, (STROBE | nINIT) & ~(SELECTIN)); in ppb_peripheral_negociate()
229 ppb_wctr(bus, (nINIT) & ~(SELECTIN | STROBE)); in ppb_peripheral_negociate()
254 ppb_wctr(bus, SELECTIN); in ppb_peripheral_negociate()
258 ppb_wctr(bus, (SELECTIN) & ~(STROBE | nINIT)); in ppb_peripheral_negociate()
300 ppb_wctr(bus, (nINIT | STROBE) & ~(AUTOFEED | SELECTIN)); in ppb_peripheral_terminate()
309 ppb_wctr(bus, (SELECTIN | nINIT | STROBE) & ~(AUTOFEED)); in ppb_peripheral_terminate()
410 ppb_wctr(bus, r & ~nINIT); in byte_peripheral_write()
503 ppb_wctr(bus, nINIT & ~(AUTOFEED | STROBE | SELECTIN)); in nibble_1284_inbyte()
725 ppb_wctr(bus, (nINIT | STROBE | AUTOFEED) & ~SELECTIN); in ppb_1284_negociate()
729 ppb_wctr(bus, nINIT & ~(SELECTIN | AUTOFEED | STROBE)); in ppb_1284_negociate()
[all …]
H A Dpps.c158 ppb_wctr(ppbus, i); in ppsattach()
169 ppb_wctr(ppbus, i); in ppsattach()
181 ppb_wctr(ppbus, i); in ppsattach()
237 ppb_wctr(ppbus, i); in ppsopen()
267 ppb_wctr(ppbus, 0); in ppsclose()
312 ppb_wctr(sc->ppbus, IRQENABLE | AUTOFEED); in ppsintr()
315 ppb_wctr(sc->ppbus, IRQENABLE); in ppsintr()
H A Dlpt.c326 ppb_wctr(ppbus, 0); in lpt_detect()
378 ppb_wctr(ppbus, LPC_NINIT); in lpt_attach()
532 ppb_wctr(ppbus, 0); in lptopen()
538 ppb_wctr(ppbus, LPC_SEL|LPC_NINIT); in lptopen()
575 ppb_wctr(ppbus, sc->sc_control); in lptopen()
632 ppb_wctr(ppbus, LPC_NINIT); in lptclose()
703 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lpt_pushbytes()
704 ppb_wctr(ppbus, sc->sc_control); in lpt_pushbytes()
889 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lptintr()
891 ppb_wctr(ppbus, sc->sc_control); in lptintr()
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.c113 ppb_wctr(ppbus, r | IRQENABLE); in ppi_enable_intr()
125 ppb_wctr(ppbus, r & ~IRQENABLE); in ppi_disable_intr()
249 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()
576 ppb_wctr(ppbus, *val); in ppiioctl()
H A Dif_plip.c347 ppb_wctr(ppbus, 0x00); in lpstop()
384 ppb_wctr(ppbus, IRQENABLE); in lpinit_locked()
651 ppb_wctr(ppbus, 0x00); in lp_intr()
694 ppb_wctr(ppbus, IRQENABLE); in lpoutput()
H A Dppbio.h80 #define ppb_wctr(dev,byte) \ macro
H A Dpcfclock.c80 ctr = (ctr & ~(AUTOFEED)) ^ (val); ppb_wctr(ppbus, ctr)