Searched refs:tt (Results 1 – 13 of 13) sorted by relevance
/u-boot/arch/powerpc/lib/ |
A D | kgdb.c | 49 unsigned int tt; /* Trap type code for powerpc */ member 69 computeSignal(unsigned int tt) in computeSignal() argument 73 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal() 74 if (ht->tt == tt) in computeSignal()
|
/u-boot/doc/sphinx-static/ |
A D | theme_overrides.css | 78 code, .rst-content tt, .rst-content code { 86 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
/u-boot/common/ |
A D | usb_hub.c | 712 hub->tt.multi = true; in usb_hub_configure() 730 hub->tt.think_time = 666; in usb_hub_configure() 732 8, hub->tt.think_time); in usb_hub_configure() 736 hub->tt.think_time = 666 * 2; in usb_hub_configure() 738 16, hub->tt.think_time); in usb_hub_configure() 741 hub->tt.think_time = 666 * 3; in usb_hub_configure() 743 24, hub->tt.think_time); in usb_hub_configure() 746 hub->tt.think_time = 666 * 4; in usb_hub_configure() 748 32, hub->tt.think_time); in usb_hub_configure()
|
/u-boot/lib/bzip2/ |
A D | bzlib_decompress.c | 261 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress() 262 if (s->tt == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress() 451 s->tt[nblock] = (UInt32)uc; in BZ2_decompress() 522 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress() 590 uc = (UChar)(s->tt[i] & 0xff); in BZ2_decompress() 591 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress() 595 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
|
A D | bzlib_private.h | 409 UInt32 *tt; member 472 s->tPos = s->tt[s->tPos]; \
|
A D | bzlib.c | 575 s->tt = NULL; in BZ_API() 643 UInt32* c_tt = s->tt; in unRLE_obuf_to_output_FAST() 716 s->tt = c_tt; in unRLE_obuf_to_output_FAST() 900 if (s->tt != NULL) BZFREE(s->tt); in BZ_API()
|
/u-boot/drivers/usb/gadget/ |
A D | designware_udc.c | 600 char *tt; in udc_setup_ep() local 606 tt = env_get("usbtty"); in udc_setup_ep() 607 if (!tt) in udc_setup_ep() 608 tt = "generic"; in udc_setup_ep() 672 if (!strcmp(tt, "cdc_acm")) { in udc_setup_ep() 701 if (!strcmp(tt, "cdc_acm")) { in udc_setup_ep()
|
/u-boot/drivers/serial/ |
A D | usbtty.c | 526 char * tt; in drv_usbtty_init() local 544 tt = env_get("usbtty"); in drv_usbtty_init() 545 if (!tt) in drv_usbtty_init() 546 tt = "generic"; in drv_usbtty_init() 547 usbtty_init_terminal_type(strcmp(tt,"cdc_acm")); in drv_usbtty_init()
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_host.c | 2065 if (urb->dev->tt) { 2067 if (urb->dev->tt->hub) 2069 (u8) urb->dev->tt->hub->devnum; 2070 if (urb->dev->tt->multi)
|
/u-boot/include/ |
A D | usb.h | 595 struct usb_tt tt; /* Transaction Translator */ member
|
/u-boot/drivers/usb/host/ |
A D | xhci.c | 1487 if (hub->tt.multi) in xhci_update_hub_device() 1501 think_time = hub->tt.think_time; in xhci_update_hub_device()
|
A D | xhci-mem.c | 811 if (hub->tt.multi) in xhci_setup_addressable_virt_dev()
|
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
A D | csrs-nix.h | 1463 u64 tt : 2; member 1688 u64 tt : 2; member 3002 u64 tt : 2; member
|
Completed in 62 milliseconds