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

/linux-master/drivers/net/hamradio/
H A Dyam.c256 static const unsigned char chktabh[256] = variable
561 yp->rx_crch = (chktabh[c] ^ rxb);
689 yp->tx_crch = chktabh[temp] ^ b;
696 yp->tx_crcl = chktabh[yp->tx_crcl] ^ chktabl[yp->tx_crch] ^ 0xff;
701 outb(chktabh[yp->tx_crch] ^ 0xFF, THR(dev->base_addr));

Completed in 71 milliseconds