Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 13 of 13) sorted by relevance

/u-boot/arch/powerpc/lib/
A Dkgdb.c49 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 Dtheme_overrides.css78 code, .rst-content tt, .rst-content code {
86 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/u-boot/common/
A Dusb_hub.c712 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 Dbzlib_decompress.c261 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 Dbzlib_private.h409 UInt32 *tt; member
472 s->tPos = s->tt[s->tPos]; \
A Dbzlib.c575 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 Ddesignware_udc.c600 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 Dusbtty.c526 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 Dmusb_host.c2065 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 Dusb.h595 struct usb_tt tt; /* Transaction Translator */ member
/u-boot/drivers/usb/host/
A Dxhci.c1487 if (hub->tt.multi) in xhci_update_hub_device()
1501 think_time = hub->tt.think_time; in xhci_update_hub_device()
A Dxhci-mem.c811 if (hub->tt.multi) in xhci_setup_addressable_virt_dev()
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
A Dcsrs-nix.h1463 u64 tt : 2; member
1688 u64 tt : 2; member
3002 u64 tt : 2; member

Completed in 62 milliseconds