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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dyam.c139 int tx_crcl, tx_crch; member in struct:yam_port
646 yp->tx_crcl = 0x21;
654 temp = yp->tx_crcl;
655 yp->tx_crcl = chktabl[temp] ^ yp->tx_crch;
662 yp->tx_crch = chktabl[yp->tx_crcl] ^ yp->tx_crch;
663 yp->tx_crcl = chktabh[yp->tx_crcl] ^ chktabl[yp->tx_crch] ^ 0xff;
664 outb(yp->tx_crcl, THR(dev->base_addr));

Completed in 122 milliseconds