HomeSort by relevance Sort by last modified time
    Searched defs:TX (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/usb/musb/
musb_udc.c 90 TX,
96 "TX",
357 SET_EP0_STATE(TX);
540 /* Check for pending tx */
621 if (TX == ep0_state)
715 * Use this in the future when handling epN tx
721 * / * handle tx for this endpoint * /
  /external/u-boot/drivers/net/
macb.c 22 * and one TX buffer, each of which can hold a ethernet packet of
272 #define TX 0
330 macb_flush_ring_desc(macb, TX);
341 macb_invalidate_ring_desc(macb, TX);
352 printf("%s: TX underrun\n", name);
354 printf("%s: TX buffers exhausted in mid frame\n", name);
356 printf("%s: TX timeout\n", name);
687 macb_flush_ring_desc(macb, TX);
702 /* Check the multi queue and initialize the queue for tx */
765 /* Enable TX and RX *
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h 767 int TX = ((t.code() & 0x20) >> 5) & 0x1;
770 (b.code() & 0x1F) * B11 | AX * B2 | BX * B1 | TX);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 293 milliseconds