Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ppbus/
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()
316 ppb_wctr(bus, (SELECTIN | nINIT) & ~(STROBE | AUTOFEED)); in ppb_peripheral_terminate()
360 ppb_wctr(bus, (AUTOFEED | STROBE) & ~(nINIT | SELECTIN)); in byte_peripheral_outbyte()
370 ppb_wctr(bus, (AUTOFEED) & ~(nINIT | STROBE | SELECTIN)); in byte_peripheral_outbyte()
372 ppb_wctr(bus, (nINIT) & ~(STROBE | SELECTIN | AUTOFEED)); in byte_peripheral_outbyte()
[all …]
Dppb_1284.h49 #define nActive1284 SELECTIN
50 #define AStrb SELECTIN
Dppbconf.h42 #define SELECTIN 0x08 macro
49 #define nSELECTIN n(SELECTIN)
Dpps.c172 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN; in ppsattach()
184 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsattach()
240 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsopen()
Dvpoio.c92 #define H_SELIN n(SELECTIN)
93 #define H_nSELIN SELECTIN
Dppi.c257 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()
/freebsd-12-stable/share/examples/ppi/
Dppilcd.c283 #define HD_COMMAND SELECTIN
350 hd_cbits &= ~(STROBE | SELECTIN | AUTOFEED); /* set strobe, RS, R/W low */ in hd44780_prepare()