Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ppbus/
Dppbus_1284.c204 ppbus_wctr(dev, (STROBE | nINIT) & ~(SELECTIN)); in ppbus_peripheral_negotiate()
208 ppbus_wctr(dev, (nINIT) & ~(SELECTIN | STROBE)); in ppbus_peripheral_negotiate()
228 ppbus_wctr(dev, SELECTIN); in ppbus_peripheral_negotiate()
232 ppbus_wctr(dev, (SELECTIN) & ~(STROBE | nINIT)); in ppbus_peripheral_negotiate()
270 ppbus_wctr(dev, (nINIT | STROBE) & ~(AUTOFEED | SELECTIN)); in ppbus_peripheral_terminate()
279 ppbus_wctr(dev, (SELECTIN | nINIT | STROBE) & ~(AUTOFEED)); in ppbus_peripheral_terminate()
282 ppbus_wctr(dev, (SELECTIN | nINIT) & ~(STROBE | AUTOFEED)); in ppbus_peripheral_terminate()
324 ppbus_wctr(dev, (AUTOFEED | STROBE) & ~(nINIT | SELECTIN)); in byte_peripheral_outbyte()
334 ppbus_wctr(dev, (AUTOFEED) & ~(nINIT | STROBE | SELECTIN)); in byte_peripheral_outbyte()
336 ppbus_wctr(dev, (nINIT) & ~(STROBE | SELECTIN | AUTOFEED)); in byte_peripheral_outbyte()
[all …]
Dpps_ppbus.c133 ppbus_wctr(sc->ppbus, IRQENABLE | PCD | nINIT | SELECTIN); in ppsopen()
158 ppbus_wctr(ppbus, 0); in ppsclose()
179 ppbus_wctr(ppbus, IRQENABLE | AUTOFEED); in ppsintr()
182 ppbus_wctr(ppbus, IRQENABLE); in ppsintr()
Dif_plip.c269 ppbus_wctr(ppbus, 0x00); in lp_detach()
405 ppbus_wctr(ppbus, IRQENABLE); in lpioctl()
560 ppbus_wctr(ppbus, ~IRQENABLE); in lp_intr()
666 ppbus_wctr(ppbus, ~IRQENABLE); in lp_intr()
673 ppbus_wctr(ppbus, IRQENABLE); in lp_intr()
746 ppbus_wctr(ppbus, ~IRQENABLE); in lpoutput()
806 ppbus_wctr(ppbus, ~IRQENABLE); in lpstart()
815 ppbus_wctr(ppbus, ~IRQENABLE); in lpstart()
906 ppbus_wctr(ppbus, IRQENABLE); in lpstart()
919 ppbus_wctr(ppbus, ~IRQENABLE); in lpstart()
Dlpt.c369 ppbus_wctr(dev, (testbyte[i] & 0x14)); in lpt_detect()
384 ppbus_wctr(dev, ctr); in lpt_detect()
458 ppbus_wctr(ppbus, LPC_SEL | LPC_NINIT); in lptopen()
500 ppbus_wctr(ppbus, LPC_AUTOL); in lptopen()
502 ppbus_wctr(ppbus, 0); in lptopen()
Dppbus_io.h119 #define ppbus_wctr(dev,byte) \ macro