Searched refs:nACK (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sgimips/hpc/
H A Dpi1ppcreg.h56 #define nACK 0x40 macro
67 #define PTRCLK nACK
H A Dpi1ppc.c360 if (!(atppc->sc_str_intr & nACK)) {
1160 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4)
1400 /* If no intr, prepare to catch the rising edge of nACK */
1415 /* Wait for nACK for MAXBUSYWAIT */
/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dppbus_1284.h68 #define PtrClk nACK
69 #define PeriphClk nACK
70 #define Intr nACK
H A Dppbus_1284.c341 if ((error = do_peripheral_wait(bus, nACK | nBUSY, 0))) {
542 if (ppbus_poll_bus(bus, 40, nACK | SELECT | nFAULT,
550 if (do_1284_wait(bus, nACK | PERROR | SELECT | nFAULT,
566 if (do_1284_wait(bus, nACK, nACK)) {
572 /* Event 7 - quering result consider nACK not to misunderstand
582 if (do_1284_wait(bus, nACK | SELECT, nACK)) {
588 if (do_1284_wait(bus, nACK | SELECT, SELECT | nACK)) {
[all...]
H A Dppbus_base.h58 #define nACK 0x40 macro
65 #define PTRCLK nACK
74 #define PERICLK nACK
86 #define nACK nINTR
H A Dpps_ppbus.c164 if (!(ppbus_rstr(ppbus) & nACK)) {
H A Dppbus_base.c352 status->ack = !(r & nACK);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Datppcreg.h95 #define nACK 0x40 macro
106 #define PTRCLK nACK
115 #define PERICLK nACK
126 #define nINTR nACK
H A Datppc.c638 if (!(atppc->sc_str_intr & nACK)) {
1613 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4)
1999 /* Wait for nACK for MAXBUSYWAIT */
2008 atppc->sc_outerr = atppc_poll_str(atppc, 0, nACK);
2011 atppc->sc_outerr = atppc_poll_str(atppc, nACK, nACK);

Completed in 71 milliseconds