HomeSort by: relevance | last modified time | path
    Searched refs:TX (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/amiga/dev/
ite_rt.c 111 ip->cols = md->TX;
186 long toploc = top * (md->TX / 16);
192 long fromloc = (top+lines) * (md->TX / 16);
199 short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1;
241 f += (1 + bottom - lines) * md->TX * 2;
253 short x = (lines * (md->TX/16)) - 1;
256 p += (1 + bottom - lines) * (md->TX/4);
304 long toloc = (top + lines) * (md->TX / 16);
310 long fromloc = top * (md->TX / 16);
317 short x = (1 + bottom - (top + lines)) * (md->TX / 16) - 1
    [all...]
grf_rh.c 254 unsigned long dst = 8 * (xd + yd * md->TX);
256 unsigned long src = 8 * (xs + ys * md->TX);
266 src += 8 * (h - 1) * md->TX * 4;
267 dst += 8 * (h - 1) * md->TX * 4;
328 unsigned long dst = 8 * (gbb->dst_x + gbb->dst_y * md->TX);
332 8 * (gbb->src_x + gbb->src_y * md->TX);
342 src += 8 * (gbb->h - 1) * md->TX;
343 dst += 8 * (gbb->h - 1) * md->TX;
406 unsigned long dst = 8 * 2 * (gbb->dst_x + gbb->dst_y * md->TX);
410 8 * 2 * (gbb->src_x + gbb->src_y * md->TX);
    [all...]
grf_rtreg.h 113 unsigned short TX; /* Text-mode (DEP=4): */
115 /* currently, TX has to be a */
132 unsigned short XY; /* TX*TY (speeds up some calcs.) */
237 unsigned char * c = DispMem + x*4 + y*md->TX*4;
ite_rh.c 107 ip->cols = md->TX;
grf_rt.c 145 /* Depth, PAL, TX, TY, XY,FontX, FontY, FontData, FLo, Fhi */
490 WCrt (ba, CRT_ID_OFFSET, (md->TX / 8) & 0xff);
510 WCrt (ba, CRT_ID_EXT_START_ADDR, (((md->TX / 8) & 0x100)/0x100 * 16));
727 c += (md->TX-6)*2;
757 gi->gd_dwidth = md->TX * md->FX;
grf_rhreg.h 109 unsigned short TX; /* Text-mode (DEP=4): */
125 unsigned short XY; /* TX*TY (speeds up some calcs.) */
231 * unsigned char * c = DispMem + x*4 + y*md->TX*4;
  /src/sys/arch/hpc/conf/
platid.def 54 TX {
  /src/sys/dev/pci/igc/
if_igc.c 399 /* Allocate TX/RX queues */
649 /* Allocate the TX ring. */
657 /* Set up the TX queues. */
669 "unable to allocate TX descriptor\n");
809 * These parameters control the automatic generation (Tx) and
932 /* free space in tx packet buffer to wake from DMA coal */
1382 * Both TX and RX descriptors are 16-byte length, which is shorter
1687 DPRINTF(TX, "%s: begin: msix %d prod %d n2c %d free %d\n",
1774 DPRINTF(TX, "%s: done : msix %d prod %d n2c %d free %d\n",
1793 DPRINTF(TX, "false: msix %d cons %d prod %d\n"
    [all...]
  /src/sys/arch/hpcmips/tx/
txcom.c 57 #include <hpcmips/tx/tx39var.h>
58 #include <hpcmips/tx/tx39icureg.h>
59 #include <hpcmips/tx/tx39uartvar.h>
60 #include <hpcmips/tx/tx39uartreg.h>
62 #include <hpcmips/tx/tx39irvar.h>
64 #include <hpcmips/tx/tx39clockreg.h> /* XXX */
260 tx_intr_establish(tc, TXCOMINTR(TX, slot), IST_EDGE, IPL_TTY,
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 206 ; +6.b TX
220 ; +6.b TX
  /src/sys/dev/tc/
tfb.c 426 - clear the MSB of TX control register; &= ~0x80,
  /src/sys/dev/iscsi/
iscsi_text.c 218 #define TX(state, key) (state->kflags [key] & NS_SENT)

Completed in 35 milliseconds