Searched refs:ppb_wctr (Results 1 – 8 of 8) sorted by relevance
| /src/sys/dev/ppbus/ |
| H A D | ppb_1284.c | 225 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() 312 ppb_wctr(bus, (SELECTIN | nINIT) & ~(STROBE | AUTOFEED)); in ppb_peripheral_terminate() 356 ppb_wctr(bus, (AUTOFEED | STROBE) & ~(nINIT | SELECTIN)); in byte_peripheral_outbyte() 366 ppb_wctr(bus, (AUTOFEED) & ~(nINIT | STROBE | SELECTIN)); in byte_peripheral_outbyte() 368 ppb_wctr(bus, (nINIT) & ~(STROBE | SELECTIN | AUTOFEED)); in byte_peripheral_outbyte() [all …]
|
| H A D | pps.c | 157 ppb_wctr(ppbus, i); in ppsattach() 168 ppb_wctr(ppbus, i); in ppsattach() 180 ppb_wctr(ppbus, i); in ppsattach() 236 ppb_wctr(ppbus, i); in ppsopen() 266 ppb_wctr(ppbus, 0); in ppsclose() 311 ppb_wctr(sc->ppbus, IRQENABLE | AUTOFEED); in ppsintr() 314 ppb_wctr(sc->ppbus, IRQENABLE); in ppsintr()
|
| H A D | lpt.c | 325 ppb_wctr(ppbus, 0); in lpt_detect() 377 ppb_wctr(ppbus, LPC_NINIT); in lpt_attach() 531 ppb_wctr(ppbus, 0); in lptopen() 537 ppb_wctr(ppbus, LPC_SEL|LPC_NINIT); in lptopen() 572 ppb_wctr(ppbus, sc->sc_control); in lptopen() 627 ppb_wctr(ppbus, LPC_NINIT); in lptclose() 698 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lpt_pushbytes() 699 ppb_wctr(ppbus, sc->sc_control); in lpt_pushbytes() 884 ppb_wctr(ppbus, sc->sc_control|LPC_STB); in lptintr() 886 ppb_wctr(ppbus, sc->sc_control); in lptintr()
|
| H A D | lpbb.c | 139 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 D | ppi.c | 113 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 D | if_plip.c | 347 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 D | ppbio.h | 80 #define ppb_wctr(dev,byte) \ macro
|
| H A D | pcfclock.c | 80 ctr = (ctr & ~(AUTOFEED)) ^ (val); ppb_wctr(ppbus, ctr)
|