Searched refs:SELECTIN (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/ppbus/ |
| D | ppb_1284.c | 229 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 …]
|
| D | ppb_1284.h | 49 #define nActive1284 SELECTIN 50 #define AStrb SELECTIN
|
| D | ppbconf.h | 42 #define SELECTIN 0x08 macro 49 #define nSELECTIN n(SELECTIN)
|
| D | pps.c | 172 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN; in ppsattach() 184 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsattach() 240 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsopen()
|
| D | vpoio.c | 92 #define H_SELIN n(SELECTIN) 93 #define H_nSELIN SELECTIN
|
| D | ppi.c | 257 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()
|
| /freebsd-12-stable/share/examples/ppi/ |
| D | ppilcd.c | 283 #define HD_COMMAND SELECTIN 350 hd_cbits &= ~(STROBE | SELECTIN | AUTOFEED); /* set strobe, RS, R/W low */ in hd44780_prepare()
|