Searched refs:fifo (Results 1 - 25 of 54) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dst5481.h64 #define IN_D_COUNTER 0x36 /* D receive channel fifo counter */
65 #define OUT_D_COUNTER 0x37 /* D transmit channel fifo counter */
66 #define IN_B1_COUNTER 0x38 /* B1 receive channel fifo counter */
67 #define OUT_B1_COUNTER 0x39 /* B1 transmit channel fifo counter */
68 #define IN_B2_COUNTER 0x3a /* B2 receive channel fifo counter */
69 #define OUT_B2_COUNTER 0x3b /* B2 transmit channel fifo counter */
70 #define FFCTRL_IN_D 0x3C /* D receive channel fifo threshold low */
71 #define FFCTRH_IN_D 0x3D /* D receive channel fifo threshold high */
72 #define FFCTRL_OUT_D 0x3E /* D transmit channel fifo threshold low */
73 #define FFCTRH_OUT_D 0x3F /* D transmit channel fifo threshol
240 struct fifo { struct
248 fifo_init(struct fifo *fifo, int size) argument
258 fifo_add(struct fifo *fifo) argument
283 fifo_remove(struct fifo *fifo) argument
[all...]
H A Dhfc_sx.c89 /* select a fifo and remember which one for reuse */
92 fifo_select(struct IsdnCardState *cs, u_char fifo) argument
95 if (fifo == cs->hw.hfcsx.last_fifo)
101 byteout(cs->hw.hfcsx.base, fifo);
104 byteout(cs->hw.hfcsx.base, fifo);
110 /* reset the specified fifo to defaults. */
111 /* If its a send fifo init needed markers */
114 reset_fifo(struct IsdnCardState *cs, u_char fifo) argument
119 fifo_select(cs, fifo); /* first select the fifo */
134 write_fifo(struct IsdnCardState *cs, struct sk_buff *skb, u_char fifo, int trans_max) argument
223 read_fifo(struct IsdnCardState *cs, u_char fifo, int trans_max) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dfplustm.c181 smc->hw.fp.fifo.rbc_ram_start = 0 ;
182 smc->hw.fp.fifo.rbc_ram_end =
183 smc->hw.fp.fifo.rbc_ram_start + RBC_MEM_SIZE ;
185 MARW(smc->hw.fp.fifo.rbc_ram_start) ;
186 for (i = smc->hw.fp.fifo.rbc_ram_start;
187 i < (u_short) (smc->hw.fp.fifo.rbc_ram_end-1); i++)
202 outpw(FM_A(FM_RPR1),smc->hw.fp.fifo.rx1_fifo_start) ; /* RPR1 */
203 outpw(FM_A(FM_SWPR1),smc->hw.fp.fifo.rx1_fifo_start) ; /* SWPR1 */
204 outpw(FM_A(FM_WPR1),smc->hw.fp.fifo.rx1_fifo_start) ; /* WPR1 */
205 outpw(FM_A(FM_EARV1),smc->hw.fp.fifo
[all...]
H A Dess.c720 if (smc->hw.fp.fifo.fifo_config_mode & SYNC_TRAFFIC_ON &&
721 (smc->hw.fp.fifo.fifo_config_mode&SEND_ASYNC_AS_SYNC) ==
727 if (!(smc->hw.fp.fifo.fifo_config_mode & SYNC_TRAFFIC_ON)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/radio/
H A Dradio-cadet.c127 unsigned fifo=0; local
142 fifo=(fifo<<1)|((inb(io+1)>>7)&0x01);
156 return fifo;
164 unsigned freq=0,test,fifo=0; local
169 fifo=cadet_gettune();
177 if((fifo&0x01)!=0) {
181 fifo=fifo>>1;
187 freq=((fifo
195 cadet_settune(unsigned fifo) argument
226 unsigned fifo; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dmsgqueue.h18 int fifo; member in struct:message
H A Dmsgqueue.c133 mq->msg.fifo = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dio_edgeport.c334 unsigned char *fifo; /* allocated Buffer */ member in struct:TxFifo
342 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */
1088 edge_port->txfifo.fifo = kmalloc (edge_port->maxTxCredits, GFP_KERNEL);
1090 if (!edge_port->txfifo.fifo) {
1105 dbg("%s(%d) - Initialize TX fifo to %d bytes", __FUNCTION__, port->number, edge_port->maxTxCredits);
1176 struct TxFifo *fifo = &edge_port->txfifo; local
1183 lastCount = fifo->count;
1196 if (lastCount == fifo->count) {
1275 if (edge_port->txfifo.fifo) {
1276 kfree(edge_port->txfifo.fifo);
1292 struct TxFifo *fifo; local
1388 struct TxFifo *fifo = &edge_port->txfifo; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsun3_scsi.c446 /* reset fifo */
456 /* byte count for fifo */
461 /* reset fifo */
539 unsigned short fifo; local
543 // check to empty the fifo on a read
579 fifo = dregs->fifo_count;
580 last_residual = fifo;
582 /* empty bytes from the fifo which didn't make it */
583 if((!write_flag) && (count - fifo) == 2) {
590 vaddr += (sun3_dma_orig_count - fifo);
[all...]
H A Dmesh.h44 unsigned char fifo; member in struct:mesh_regs
H A Din2000.c24 * (and still mysterious) workings of the IN2000's fifo. It also
45 * which of course is the size of the card's fifo.
610 * need to pre-fill the fifo; if there's room for the 32 flush bytes,
611 * put them in there too - that'll avoid a fifo interrupt. Reads are
613 * KLUDGE NOTE: It seems that you can't completely fill the fifo here:
617 * fifo. Or maybe it's seen as a permanent fifo interrupt condition.
618 * Regardless, we fix this by temporarily pretending that the fifo
629 write1_io(0, IO_FIFO_WRITE); /* clear fifo counter, write mode */
632 hostdata->fifo
[all...]
H A Dmac53c94.h43 unsigned char fifo; member in struct:mac53c94_regs
H A Dmac53c94.c269 regs->fifo = cmd->cmnd[i];
420 cmd->SCp.Status = regs->fifo; eieio();
421 cmd->SCp.Message = regs->fifo; eieio();
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dalim15x3.c41 char *fifo[4] = { variable
83 fifo[3] = " ??? ";
184 fifo[((reg5xh & 0x0c) >> 2)],
185 fifo[((reg5xh & 0xc0) >> 6)],
186 fifo[((reg5yh & 0x0c) >> 2)],
187 fifo[((reg5yh & 0xc0) >> 6)] );
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dns16550.h23 #define FIFO IIR /* 16550 fifo control (W) */
45 #define fifo iir /* 16550 fifo control (W) */ macro
74 /* fifo control register */
75 #define FIFO_ENABLE 0x01 /* enable fifo */
76 #define FIFO_RCV_RST 0x02 /* reset receive fifo */
77 #define FIFO_XMT_RST 0x04 /* reset transmit fifo */
106 #define LSR_RCV_FIFO 0x80 /* error in receive fifo */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Driva_hw.c639 nv4_fifo_info *fifo,
651 fifo->valid = 1;
691 fifo->valid = 1;
744 fifo->valid = 0;
753 fifo->valid = 0;
763 fifo->valid = 0;
774 fifo->graphics_lwm = data;
775 fifo->graphics_burst_size = 128;
777 fifo->video_lwm = data;
778 fifo
637 nv4CalcArbitration( nv4_fifo_info *fifo, nv4_sim_state *arb ) argument
821 nv10CalcArbitration( nv10_fifo_info *fifo, nv10_sim_state *arb ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbroadcom.c162 FILE *fifo = NULL; local
177 !(fifo = fopen(upload_fifo, "w"))) {
219 safe_fwrite(buf, 1, count, fifo);
222 fclose(fifo);
223 fifo = NULL;
239 if (fifo)
240 fclose(fifo);
H A Dweb_ex.c6884 FILE *fifo = NULL; local
6943 if (!(fifo = fopen(upload_fifo, "a+"))){
6987 fwrite(buf, 1, count, fifo);
7010 fwrite(&ch, 1, 1, fifo);
7022 fseek(fifo, -MAX_VERSION_LEN, SEEK_END);
7023 fread(version, 1, MAX_VERSION_LEN, fifo);
7036 fseek(fifo, 0, SEEK_END);
7037 fclose(fifo);
7038 fifo = NULL;
7042 if (fifo)
7098 FILE *fifo = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A DMakefile15 fcntl.o ioctl.o readdir.o select.o fifo.o locks.o \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dfdc-io.h102 __u16 fifo; /* Data register / Fifo on 8207x */ member in struct:__anon1205
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dni52.h223 unsigned char fifo; /* fifo/recv monitor */ member in struct:configure_cmd_struct
H A Dsun3_82586.h231 unsigned char fifo; /* fifo/recv monitor */ member in struct:configure_cmd_struct
H A D3c523.h202 unsigned char fifo; /* fifo/recv monitor */ member in struct:configure_cmd_struct
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dsgi.h78 struct fifo_type fifo; member in union:devfs_entry::__anon8046
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dsgi.h78 struct fifo_type fifo; member in union:devfs_entry::__anon3630

Completed in 167 milliseconds

123