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

/netbsd-current/sys/dev/ppbus/
H A Dif_plip.c165 #define txmitl (txmith+(1*LPIPTBLSIZE)) macro
324 txmitl[i] = ((i & 0x08) << 1) | (i & 0x07);
691 ppbus_wdtr(ppbus, txmitl[byte]);
899 ppbus_wdtr(ppbus, txmitl[*(--cp)] ^ 0x17);
901 ppbus_wdtr(ppbus, txmitl['\0'] ^ 0x17);

Completed in 127 milliseconds