Home
last modified time | relevance | path

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

/plan9/sys/src/9/pc/
H A Dvganvidia.c263 ulong *fifo; in writeput() local
268 fifo = (void*)((uchar*)scr->mmio + Fifo); in writeput()
269 fifo[0x10] = (data << 2); in writeput()
276 ulong *fifo; in readget() local
278 fifo = (void*)((uchar*)scr->mmio + Fifo); in readget()
279 return (fifo[0x0011] >> 2); in readget()
H A Duartox.c246 (*uart->phys->fifo)(uart, ~0); in oxenable()
260 (*uart->phys->fifo)(uart, 0); in oxdisable()
582 .fifo = oxfifo,
H A Duartisa.c97 .fifo = nil,
H A Duarti8250.c303 (*uart->phys->fifo)(uart, on); in i8250modemctl()
540 (*uart->phys->fifo)(uart, 0); in i8250disable()
681 .fifo = i8250fifo,
H A Dvgas3.c347 ulong fifo; member
395 waitcount.fifo++; in waitforfifo()
H A Duartpci.c231 .fifo = nil,
H A Dsd53c8xx.c1102 uchar fifo = n->sstat1 >> 4; in read_mismatch_recover() local
1104 fifo |= (n->sstat2 & (1 << 4)); in read_mismatch_recover()
1105 if (fifo) { in read_mismatch_recover()
1106 inchip += fifo; in read_mismatch_recover()
1108 dsa->target, dsa->lun, fifo); in read_mismatch_recover()
H A Dsd53c8xx.n356 // fifo. We need to be executing the 'jump when data_in' instruction before the target stops REQing
H A Duartaxp.c951 .fifo = axpfifo,
/plan9/sys/src/9/mtx/
H A Duarti8250.c117 int fifo; member
211 if(!ctlr->fifo){ in i8250fifo()
222 ctlr->fifo = 1; in i8250fifo()
283 (*uart->phys->fifo)(uart, on); in i8250modemctl()
517 (*uart->phys->fifo)(uart, 0); in i8250disable()
601 .fifo = i8250fifo,
/plan9/sys/src/cmd/usb/serial/
H A Dserial.h45 int fifo; member
H A Dserial.c321 s = seprint(s, e, "i%d ", p->fifo); in serdumpst()
/plan9/sys/src/9/kw/
H A Duartkw.c186 (*uart->phys->fifo)(uart, 0); in kw_disable()
318 .fifo = kw_fifo,
/plan9/sys/src/9/rb/
H A Duarti8250.c305 (*uart->phys->fifo)(uart, on); in i8250modemctl()
589 (*uart->phys->fifo)(uart, 0); in i8250disable()
777 .fifo = i8250fifo,
/plan9/sys/src/9/teg2/
H A Duarti8250.c296 (*uart->phys->fifo)(uart, on); in i8250modemctl()
568 (*uart->phys->fifo)(uart, 0); in i8250disable()
753 .fifo = i8250fifo,
H A Ddevuart.c427 (*p->phys->fifo)(p, n); in uartctl()
/plan9/sys/src/9/omap/
H A Duarti8250.c299 (*uart->phys->fifo)(uart, on); in i8250modemctl()
571 (*uart->phys->fifo)(uart, 0); in i8250disable()
756 .fifo = i8250fifo,
H A Ddevuart.c427 (*p->phys->fifo)(p, n); in uartctl()
/plan9/sys/src/9/bcm/
H A Duartmini.c411 .fifo = donothing,
/plan9/sys/src/9/ppc/
H A Duartsaturn.c397 .fifo = sufifo,
H A Duartsmc.c608 .fifo = smcfifo,
/plan9/sys/src/cmd/aux/vga/
H A Dnvidia.c66 ulong* fifo; member
165 nv->fifo = mmio+0x00800000/4; in snarf()
/plan9/sys/src/9/port/
H A Ddevuart.c427 (*p->phys->fifo)(p, n); in uartctl()
H A Dportdat.h901 void (*fifo)(Uart*, int); member
/plan9/sys/src/cmd/unix/9pfreebsd/
H A Dfreebsd-3.2.il-kernel.patch3392 + * unless the file is a socket, fifo, or a block or character
3463 + * unless the file is a socket, fifo, or a block or character