Searched refs:SELECTIN (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/dev/ppbus/ |
| HD | ppb_1284.c | 227 ppb_wctr(bus, (STROBE | nINIT) & ~(SELECTIN)); in ppb_peripheral_negociate() 231 ppb_wctr(bus, (nINIT) & ~(SELECTIN | STROBE)); in ppb_peripheral_negociate() 256 ppb_wctr(bus, SELECTIN); in ppb_peripheral_negociate() 260 ppb_wctr(bus, (SELECTIN) & ~(STROBE | nINIT)); in ppb_peripheral_negociate() 302 ppb_wctr(bus, (nINIT | STROBE) & ~(AUTOFEED | SELECTIN)); in ppb_peripheral_terminate() 311 ppb_wctr(bus, (SELECTIN | nINIT | STROBE) & ~(AUTOFEED)); in ppb_peripheral_terminate() 314 ppb_wctr(bus, (SELECTIN | nINIT) & ~(STROBE | AUTOFEED)); in ppb_peripheral_terminate() 358 ppb_wctr(bus, (AUTOFEED | STROBE) & ~(nINIT | SELECTIN)); in byte_peripheral_outbyte() 368 ppb_wctr(bus, (AUTOFEED) & ~(nINIT | STROBE | SELECTIN)); in byte_peripheral_outbyte() 370 ppb_wctr(bus, (nINIT) & ~(STROBE | SELECTIN | AUTOFEED)); in byte_peripheral_outbyte() [all …]
|
| HD | ppb_1284.h | 47 #define nActive1284 SELECTIN 48 #define AStrb SELECTIN
|
| HD | ppbconf.h | 40 #define SELECTIN 0x08 macro 47 #define nSELECTIN n(SELECTIN)
|
| HD | pps.c | 168 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN; in ppsattach() 180 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsattach() 234 i = IRQENABLE | PCD | nINIT | SELECTIN; in ppsopen()
|
| HD | vpoio.c | 90 #define H_SELIN n(SELECTIN) 91 #define H_nSELIN SELECTIN
|
| HD | ppi.c | 255 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()
|
| /freebsd-11-stable/share/examples/ppi/ |
| HD | ppilcd.c | 283 #define HD_COMMAND SELECTIN 350 hd_cbits &= ~(STROBE | SELECTIN | AUTOFEED); /* set strobe, RS, R/W low */ in hd44780_prepare()
|