Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ppbus/
H A Dppb_1284.c229 ppb_wctr(bus, (STROBE | nINIT) & ~(SELECTIN)); in ppb_peripheral_negociate()
233 ppb_wctr(bus, (nINIT) & ~(SELECTIN | STROBE)); in ppb_peripheral_negociate()
258 ppb_wctr(bus, SELECTIN); in ppb_peripheral_negociate()
262 ppb_wctr(bus, (SELECTIN) & ~(STROBE | nINIT)); in ppb_peripheral_negociate()
304 ppb_wctr(bus, (nINIT | STROBE) & ~(AUTOFEED | SELECTIN)); in ppb_peripheral_terminate()
313 ppb_wctr(bus, (SELECTIN | nINIT | STROBE) & ~(AUTOFEED)); in ppb_peripheral_terminate()
414 ppb_wctr(bus, r & ~nINIT); in byte_peripheral_write()
508 ppb_wctr(bus, nINIT & ~(AUTOFEED | STROBE | SELECTIN)); in nibble_1284_inbyte()
731 ppb_wctr(bus, (nINIT | STROBE | AUTOFEED) & ~SELECTIN); in ppb_1284_negociate()
735 ppb_wctr(bus, nINIT & ~(SELECTIN | AUTOFEED | STROBE)); in ppb_1284_negociate()
[all …]
H A Dpps.c160 ppb_wctr(ppbus, i); in ppsattach()
171 ppb_wctr(ppbus, i); in ppsattach()
183 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.c332 ppb_wctr(ppbus, 0); in lpt_detect()
384 ppb_wctr(ppbus, LPC_NINIT); in lpt_attach()
538 ppb_wctr(ppbus, 0); in lptopen()
544 ppb_wctr(ppbus, LPC_SEL|LPC_NINIT); in lptopen()
581 ppb_wctr(ppbus, sc->sc_control); in lptopen()
638 ppb_wctr(ppbus, LPC_NINIT); in lptclose()
709 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lpt_pushbytes()
710 ppb_wctr(ppbus, sc->sc_control); in lpt_pushbytes()
896 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lptintr()
898 ppb_wctr(ppbus, sc->sc_control); in lptintr()
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.c116 ppb_wctr(ppbus, r | IRQENABLE); in ppi_enable_intr()
128 ppb_wctr(ppbus, r & ~IRQENABLE); in ppi_disable_intr()
257 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()
586 ppb_wctr(ppbus, *val); in ppiioctl()
H A Dif_plip.c357 ppb_wctr(ppbus, 0x00); in lpstop()
394 ppb_wctr(ppbus, IRQENABLE); in lpinit_locked()
665 ppb_wctr(ppbus, 0x00); in lp_intr()
708 ppb_wctr(ppbus, IRQENABLE); in lpoutput()
H A Dppbio.h82 #define ppb_wctr(dev,byte) \ macro
H A Dpcfclock.c84 ctr = (ctr & ~(AUTOFEED)) ^ (val); ppb_wctr(ppbus, ctr)
H A Dvpoio.c714 ppb_wctr(ppbus, H_AUTO | H_nSELIN | H_INIT | H_STROBE); in vpoio_do_scsi()