Searched refs:ucchar (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.h115 typedef __u8 ucchar; /* 8 bits, unsigned */ typedef
167 #define cpc_writeb(port,val) {writeb((ucchar)(val),(port)); mb();}
176 #define cpc_writeb(port,val) (*(volatile ucchar *)(port) = (ucchar)(val))
180 #define cpc_readb(port) (*(volatile ucchar *)(port))
246 ucchar sync; /* If true FALC is synchronized */
247 ucchar active; /* if TRUE then already active */
248 ucchar loop_active; /* if TRUE a line loopback UP was received */
249 ucchar loop_gen; /* if TRUE a line loopback UP was issued */
251 ucchar num_channel
[all...]
H A Dpc300_drv.c237 volatile ucchar status;
257 static int dma_buf_write(pc300_t * card, int ch, ucchar * ptdata, int len)
262 ucchar nbuf = ((len - 1) / BD_DEF_LEN) + 1;
304 volatile ucchar status;
358 ucchar drr_ena_bit = 1 << (5 + 2 * ch);
359 ucchar drr_rst_bit = 1 << (1 + 2 * ch);
369 ucchar drr_ena_bit = 1 << (4 + 2 * ch);
370 ucchar drr_rst_bit = 1 << (2 * ch);
402 static void falc_issue_cmd(pc300_t * card, int ch, ucchar cmd)
470 ucchar tsh
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h161 typedef __u8 ucchar; /* 8 bits, unsigned */ typedef

Completed in 95 milliseconds