Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dpc300.h37 typedef unsigned short ucshort; /* 16 bits, unsigned */ typedef
100 #define cpc_writew(port,val) (*(volatile ucshort *)(port) = (ucshort)(val))
104 #define cpc_readw(port) (*(volatile ucshort *)(port))
182 ucshort pden; /* Pulse Density violation count */
183 ucshort los; /* Loss of Signal count */
184 ucshort losr; /* Loss of Signal recovery count */
185 ucshort lfa; /* Loss of frame alignment count */
186 ucshort farec; /* Frame Alignment Recovery count */
187 ucshort lmfa; /* Loss of multiframe alignment count */
188 ucshort ais; /* Remote Alarm indication Signal count */
[all …]
Dpc300_drv.c176 ucshort first_bd = card->chan[ch].tx_first_bd; in tx_dma_buf_check()
177 ucshort next_bd = card->chan[ch].tx_next_bd; in tx_dma_buf_check()
201 ucshort first_bd = card->chan[ch].tx_first_bd; in tx1_dma_buf_check()
202 ucshort next_bd = card->chan[ch].tx_next_bd; in tx1_dma_buf_check()
227 ucshort first_bd = card->chan[ch].rx_first_bd; in rx_dma_buf_check()
228 ucshort last_bd = card->chan[ch].rx_last_bd; in rx_dma_buf_check()
249 ucshort first_bd = card->chan[ch].rx_first_bd; in dma_get_rx_frame_size()
1212 ucshort counter; in falc_update_stats()
1538 ucshort falc_pattern_test_error(pc300_t * card, int ch) in falc_pattern_test_error()
2673 ucshort encoding = chan->conf.proto_settings.encoding; in ch_config()
[all …]
/linux-2.4.37.9/include/linux/
Dcyclades.h154 typedef unsigned short ucshort; /* 16 bits, unsigned */ typedef