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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300.h114 typedef __u16 ucshort; /* 16 bits, unsigned */ typedef
177 #define cpc_writew(port,val) (*(volatile ucshort *)(port) = (ucshort)(val))
181 #define cpc_readw(port) (*(volatile ucshort *)(port))
259 ucshort pden; /* Pulse Density violation count */
260 ucshort los; /* Loss of Signal count */
261 ucshort losr; /* Loss of Signal recovery count */
262 ucshort lfa; /* Loss of frame alignment count */
263 ucshort farec; /* Frame Alignment Recovery count */
264 ucshort lmf
[all...]
H A Dpc300_drv.c162 ucshort first_bd = card->chan[ch].tx_first_bd;
163 ucshort next_bd = card->chan[ch].tx_next_bd;
187 ucshort first_bd = card->chan[ch].tx_first_bd;
188 ucshort next_bd = card->chan[ch].tx_next_bd;
213 ucshort first_bd = card->chan[ch].rx_first_bd;
214 ucshort last_bd = card->chan[ch].rx_last_bd;
235 ucshort first_bd = card->chan[ch].rx_first_bd;
1198 ucshort counter;
1524 static ucshort falc_pattern_test_error(pc300_t * card, int ch)
2657 ucshort encodin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h160 typedef __u16 ucshort; /* 16 bits, unsigned */ typedef

Completed in 55 milliseconds