Searched refs:STROBE (Results 1 – 7 of 7) sorted by relevance
/freebsd/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() 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() 447 ppb_wctr(bus, (PCD | nINIT | AUTOFEED) & ~(STROBE | SELECTIN)); in byte_1284_inbyte() [all …]
|
H A D | ppb_1284.h | 38 #define nHostClk STROBE 39 #define Write STROBE
|
H A D | ppbconf.h | 37 #define STROBE 0x01 macro 44 #define nSTROBE n(STROBE)
|
H A D | pps.c | 167 i = IRQENABLE | PCD | STROBE | nINIT | SELECTIN; in ppsattach()
|
H A D | ppi.c | 249 ppb_wctr(ppbus, (PCD | STROBE | nINIT) & ~SELECTIN); in ppiintr()
|
/freebsd/share/examples/ppi/ |
H A D | ppilcd.c | 297 hd_sctrl(type | HD_WRITE | STROBE); /* set direction, address */ in hd44780_output() 300 hd_sctrl(type | HD_WRITE | STROBE); /* lower E */ in hd44780_output() 308 hd_sctrl(type | HD_READ | STROBE); /* set direction, address */ in hd44780_input() 311 hd_sctrl(type | HD_READ | STROBE); /* lower E */ in hd44780_input() 348 hd_cbits &= ~(STROBE | SELECTIN | AUTOFEED); /* set strobe, RS, R/W low */ in hd44780_prepare() 350 hd_sctrl(STROBE); in hd44780_prepare()
|
/freebsd/sys/contrib/device-tree/src/arm/renesas/ |
H A D | r8a73a4-ape6evm.dts | 92 label = "STROBE";
|