Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ppbus/
HDppb_1284.c227 ppb_wctr(bus, (STROBE | nINIT) & ~(SELECTIN)); in ppb_peripheral_negociate()
231 ppb_wctr(bus, (nINIT) & ~(SELECTIN | STROBE)); in ppb_peripheral_negociate()
256 ppb_wctr(bus, SELECTIN); in ppb_peripheral_negociate()
260 ppb_wctr(bus, (SELECTIN) & ~(STROBE | nINIT)); in ppb_peripheral_negociate()
302 ppb_wctr(bus, (nINIT | STROBE) & ~(AUTOFEED | SELECTIN)); in ppb_peripheral_terminate()
311 ppb_wctr(bus, (SELECTIN | nINIT | STROBE) & ~(AUTOFEED)); in ppb_peripheral_terminate()
314 ppb_wctr(bus, (SELECTIN | nINIT) & ~(STROBE | AUTOFEED)); in ppb_peripheral_terminate()
358 ppb_wctr(bus, (AUTOFEED | STROBE) & ~(nINIT | SELECTIN)); in byte_peripheral_outbyte()
368 ppb_wctr(bus, (AUTOFEED) & ~(nINIT | STROBE | SELECTIN)); in byte_peripheral_outbyte()
370 ppb_wctr(bus, (nINIT) & ~(STROBE | SELECTIN | AUTOFEED)); in byte_peripheral_outbyte()
[all …]
HDpps.c158 ppb_wctr(ppbus, i); in ppsattach()
169 ppb_wctr(ppbus, i); in ppsattach()
181 ppb_wctr(ppbus, i); in ppsattach()
235 ppb_wctr(ppbus, i); in ppsopen()
265 ppb_wctr(ppbus, 0); in ppsclose()
310 ppb_wctr(sc->ppbus, IRQENABLE | AUTOFEED); in ppsintr()
313 ppb_wctr(sc->ppbus, IRQENABLE); in ppsintr()
HDlpt.c330 ppb_wctr(ppbus, 0); in lpt_detect()
382 ppb_wctr(ppbus, LPC_NINIT); in lpt_attach()
536 ppb_wctr(ppbus, 0); in lptopen()
542 ppb_wctr(ppbus, LPC_SEL|LPC_NINIT); in lptopen()
579 ppb_wctr(ppbus, sc->sc_control); in lptopen()
636 ppb_wctr(ppbus, LPC_NINIT); in lptclose()
707 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lpt_pushbytes()
708 ppb_wctr(ppbus, sc->sc_control); in lpt_pushbytes()
894 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lptintr()
896 ppb_wctr(ppbus, sc->sc_control); in lptintr()
HDlpbb.c140 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) | SCL_out)); in lpbb_reset_bus()
187 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) & ~SCL_out)); in lpbb_setscl()
189 ppb_wctr(ppbus, (u_char)(ppb_rctr(ppbus) | SCL_out)); in lpbb_setscl()
HDppi.c114 ppb_wctr(ppbus, r | IRQENABLE); in ppi_enable_intr()
126 ppb_wctr(ppbus, r & ~IRQENABLE); in ppi_disable_intr()
255 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()
584 ppb_wctr(ppbus, *val); in ppiioctl()
HDif_plip.c355 ppb_wctr(ppbus, 0x00); in lpstop()
392 ppb_wctr(ppbus, IRQENABLE); in lpinit_locked()
663 ppb_wctr(ppbus, 0x00); in lp_intr()
706 ppb_wctr(ppbus, IRQENABLE); in lpoutput()
HDppbio.h80 #define ppb_wctr(dev,byte) \ macro
HDpcfclock.c82 ctr = (ctr & ~(AUTOFEED)) ^ (val); ppb_wctr(ppbus, ctr)
HDvpoio.c712 ppb_wctr(ppbus, H_AUTO | H_nSELIN | H_INIT | H_STROBE); in vpoio_do_scsi()