Searched refs:nibble2char (Results 1 – 2 of 2) sorted by relevance
1160 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4) macro1232 *(pi1ppc->sc_inbstart) = ((nibble2char(nibble[1]) << 4) & 0xf0) | in pi1ppc_nibble_read()1233 (nibble2char(nibble[0]) & 0x0f); in pi1ppc_nibble_read()
1608 #define nibble2char(s) ((((s) & ~nACK) >> 3) | (~(s) & nBUSY) >> 4) macro1673 *(atppc->sc_inbstart) = ((nibble2char(nibble[1]) << 4) & 0xf0) | in atppc_nibble_read()1674 (nibble2char(nibble[0]) & 0x0f); in atppc_nibble_read()