Home
last modified time | relevance | path

Searched refs:SELECTIN (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/bus/ppbus/
HDppb_1284.c219 ppb_wctr(bus, (STROBE | nINIT) & ~(SELECTIN)); in ppb_peripheral_negotiate()
223 ppb_wctr(bus, (nINIT) & ~(SELECTIN | STROBE)); in ppb_peripheral_negotiate()
248 ppb_wctr(bus, SELECTIN); in ppb_peripheral_negotiate()
252 ppb_wctr(bus, (SELECTIN) & ~(STROBE | nINIT)); in ppb_peripheral_negotiate()
294 ppb_wctr(bus, (nINIT | STROBE) & ~(AUTOFEED | SELECTIN)); in ppb_peripheral_terminate()
303 ppb_wctr(bus, (SELECTIN | nINIT | STROBE) & ~(AUTOFEED)); in ppb_peripheral_terminate()
306 ppb_wctr(bus, (SELECTIN | nINIT) & ~(STROBE | AUTOFEED)); in ppb_peripheral_terminate()
350 ppb_wctr(bus, (AUTOFEED | STROBE) & ~(nINIT | SELECTIN)); in byte_peripheral_outbyte()
360 ppb_wctr(bus, (AUTOFEED) & ~(nINIT | STROBE | SELECTIN)); in byte_peripheral_outbyte()
362 ppb_wctr(bus, (nINIT) & ~(STROBE | SELECTIN | AUTOFEED)); in byte_peripheral_outbyte()
[all …]
HDppb_1284.h47 #define nActive1284 SELECTIN
48 #define AStrb SELECTIN
HDppbconf.h66 #define SELECTIN 0x08 macro
73 #define nSELECTIN n(SELECTIN)
/dragonfly/share/examples/ppi/
HDppilcd.c284 #define HD_COMMAND SELECTIN
351 hd_cbits &= ~(STROBE | SELECTIN | AUTOFEED); /* set strobe, RS, R/W low */ in hd44780_prepare()
/dragonfly/sys/dev/disk/vpo/
HDvpoio.c91 #define H_SELIN n(SELECTIN)
92 #define H_nSELIN SELECTIN
/dragonfly/sys/dev/misc/ppi/
HDppi.c207 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()