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

/netbsd-current/sys/dev/ppbus/
H A Dif_plip.c164 static u_char *txmith; variable
165 #define txmitl (txmith+(1*LPIPTBLSIZE))
166 #define trecvh (txmith+(2*LPIPTBLSIZE))
167 #define trecvl (txmith+(3*LPIPTBLSIZE))
309 if (!txmith)
310 txmith = malloc(4*LPIPTBLSIZE, M_DEVBUF, M_WAITOK);
323 txmith[i] = ((i & 0x80) >> 3) | ((i & 0x70) >> 4) | 0x08;
334 if (txmith)
335 free(txmith, M_DEVBUF);
338 txmith
[all...]

Completed in 139 milliseconds