Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 22 of 22) 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.c711 hub->tt.multi = true; in usb_hub_configure()
729 hub->tt.think_time = 666; in usb_hub_configure()
731 8, hub->tt.think_time); in usb_hub_configure()
735 hub->tt.think_time = 666 * 2; in usb_hub_configure()
737 16, hub->tt.think_time); in usb_hub_configure()
740 hub->tt.think_time = 666 * 3; in usb_hub_configure()
742 24, hub->tt.think_time); in usb_hub_configure()
745 hub->tt.think_time = 666 * 4; in usb_hub_configure()
747 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/serial/
A Dusbtty.c512 char * tt; in drv_usbtty_init() local
530 tt = env_get("usbtty"); in drv_usbtty_init()
531 if (!tt) in drv_usbtty_init()
532 tt = "generic"; in drv_usbtty_init()
533 usbtty_init_terminal_type(strcmp(tt,"cdc_acm")); in drv_usbtty_init()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-wqe.h806 static inline void cvmx_wqe_set_tt(cvmx_wqe_t *work, int tt) in cvmx_wqe_set_tt() argument
809 work->word1.cn78xx.tag_type = (cvmx_pow_tag_type_t)tt; in cvmx_wqe_set_tt()
811 work->word1.cn68xx.tag_type = (cvmx_pow_tag_type_t)tt; in cvmx_wqe_set_tt()
814 work->word1.cn38xx.tag_type = (cvmx_pow_tag_type_t)tt; in cvmx_wqe_set_tt()
A Dcvmx-pko3.h397 u64 tt : 2; member
1039 u8 node, uint8_t group, uint8_t tt, u32 tag);
A Dcvmx-sso-defs.h1370 u64 tt : 2; member
2295 u64 tt : 2; member
2306 u64 tt : 2; member
2373 u64 tt : 2; member
A Dcvmx-pow.h311 u64 tt : 2; member
443 u64 tt : 2; member
585 u64 tt : 2; member
926 result.tag_type = sl_ppx_tag.s.tt; in cvmx_pow_get_current_tag()
A Dcvmx-pki.h498 u64 tt : 2; /* INST_HDR[TT] => WQE[TT], if INST_HDR[UTT] = 1 */ member
A Dcvmx-pip.h1054 return bsel_tbl.s.tt; in cvmx_pip_get_bsel_tt()
A Dcvmx-pip-defs.h287 u64 tt : 2; member
301 u64 tt : 2; member
A Dcvmx-pki-defs.h725 u64 tt : 2; member
/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/drivers/usb/host/
A Dxhci.c1351 if (hub->tt.multi) in xhci_update_hub_device()
1365 think_time = hub->tt.think_time; in xhci_update_hub_device()
A Dxhci-mem.c831 if (hub->tt.multi) in xhci_setup_addressable_virt_dev()
/u-boot/include/
A Dusb.h599 struct usb_tt tt; /* Transaction Translator */ member
/u-boot/arch/mips/mach-octeon/
A Dcvmx-pko3-compat.c531 work_s.s.tt = wqe_p->tag_type; in cvmx_pko3_legacy_xmit()
A Dcvmx-pki.c596 style_cfg->parm_cfg.tag_type = style_alg.s.tt; in cvmx_pki_read_style_config()
678 style_alg.s.tt = style_cfg->parm_cfg.tag_type; in cvmx_pki_write_style_config()
/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 148 milliseconds