| /plan9/sys/src/9/pc/ |
| H A D | vganvidia.c | 263 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 D | uartox.c | 246 (*uart->phys->fifo)(uart, ~0); in oxenable() 260 (*uart->phys->fifo)(uart, 0); in oxdisable() 582 .fifo = oxfifo,
|
| H A D | uartisa.c | 97 .fifo = nil,
|
| H A D | uarti8250.c | 303 (*uart->phys->fifo)(uart, on); in i8250modemctl() 540 (*uart->phys->fifo)(uart, 0); in i8250disable() 681 .fifo = i8250fifo,
|
| H A D | vgas3.c | 347 ulong fifo; member 395 waitcount.fifo++; in waitforfifo()
|
| H A D | uartpci.c | 231 .fifo = nil,
|
| H A D | sd53c8xx.c | 1102 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 D | sd53c8xx.n | 356 // fifo. We need to be executing the 'jump when data_in' instruction before the target stops REQing
|
| H A D | uartaxp.c | 951 .fifo = axpfifo,
|
| /plan9/sys/src/9/mtx/ |
| H A D | uarti8250.c | 117 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 D | serial.h | 45 int fifo; member
|
| H A D | serial.c | 321 s = seprint(s, e, "i%d ", p->fifo); in serdumpst()
|
| /plan9/sys/src/9/kw/ |
| H A D | uartkw.c | 186 (*uart->phys->fifo)(uart, 0); in kw_disable() 318 .fifo = kw_fifo,
|
| /plan9/sys/src/9/rb/ |
| H A D | uarti8250.c | 305 (*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 D | uarti8250.c | 296 (*uart->phys->fifo)(uart, on); in i8250modemctl() 568 (*uart->phys->fifo)(uart, 0); in i8250disable() 753 .fifo = i8250fifo,
|
| H A D | devuart.c | 427 (*p->phys->fifo)(p, n); in uartctl()
|
| /plan9/sys/src/9/omap/ |
| H A D | uarti8250.c | 299 (*uart->phys->fifo)(uart, on); in i8250modemctl() 571 (*uart->phys->fifo)(uart, 0); in i8250disable() 756 .fifo = i8250fifo,
|
| H A D | devuart.c | 427 (*p->phys->fifo)(p, n); in uartctl()
|
| /plan9/sys/src/9/bcm/ |
| H A D | uartmini.c | 411 .fifo = donothing,
|
| /plan9/sys/src/9/ppc/ |
| H A D | uartsaturn.c | 397 .fifo = sufifo,
|
| H A D | uartsmc.c | 608 .fifo = smcfifo,
|
| /plan9/sys/src/cmd/aux/vga/ |
| H A D | nvidia.c | 66 ulong* fifo; member 165 nv->fifo = mmio+0x00800000/4; in snarf()
|
| /plan9/sys/src/9/port/ |
| H A D | devuart.c | 427 (*p->phys->fifo)(p, n); in uartctl()
|
| H A D | portdat.h | 901 void (*fifo)(Uart*, int); member
|
| /plan9/sys/src/cmd/unix/9pfreebsd/ |
| H A D | freebsd-3.2.il-kernel.patch | 3392 + * 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
|