| /linux/arch/m68k/coldfire/ |
| H A D | pit.c | 35 #define TA(a) (MCFPIT_BASE1 + (a)) macro 48 __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); in cf_pit_set_periodic() 49 __raw_writew(PIT_CYCLES_PER_JIFFY, TA(MCFPIT_PMR)); in cf_pit_set_periodic() 52 MCFPIT_PCSR_CLK64, TA(MCFPIT_PCSR)); in cf_pit_set_periodic() 58 __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); in cf_pit_set_oneshot() 60 MCFPIT_PCSR_OVW | MCFPIT_PCSR_CLK64, TA(MCFPIT_PCSR)); in cf_pit_set_oneshot() 66 __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); in cf_pit_shutdown() 78 __raw_writew(delta, TA(MCFPIT_PMR)); in cf_pit_next_event() 104 pcsr = __raw_readw(TA(MCFPIT_PCSR)); in pit_tick() 105 __raw_writew(pcsr | MCFPIT_PCSR_PIF, TA(MCFPIT_PCSR)); in pit_tick() [all …]
|
| H A D | sltimers.c | 81 #define TA(a) (MCFSLT_TIMER0 + (a)) macro 89 __raw_writel(MCFSLT_SSR_BE | MCFSLT_SSR_TE, TA(MCFSLT_SSR)); in mcfslt_tick() 101 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 103 if (__raw_readl(TA(MCFSLT_SSR)) & MCFSLT_SSR_TE) { in mcfslt_read_clk() 105 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 132 __raw_writel(mcfslt_cycles_per_jiffy - 1, TA(MCFSLT_STCNT)); in hw_timer_init() 134 TA(MCFSLT_SCR)); in hw_timer_init()
|
| H A D | timers.c | 32 #define TA(a) (MCFTIMER_BASE1 + (a)) macro 75 __raw_writeb(MCFTIMER_TER_CAP | MCFTIMER_TER_REF, TA(MCFTIMER_TER)); in mcftmr_tick() 91 tcn = __raw_readw(TA(MCFTIMER_TCN)); in mcftmr_read_clk() 114 __raw_writew(MCFTIMER_TMR_DISABLE, TA(MCFTIMER_TMR)); in hw_timer_init() 122 __raw_writetrr(mcftmr_cycles_per_jiffy - 1, TA(MCFTIMER_TRR)); in hw_timer_init() 124 MCFTIMER_TMR_RESTART | MCFTIMER_TMR_ENABLE, TA(MCFTIMER_TMR)); in hw_timer_init()
|
| /linux/Documentation/tee/ |
| H A D | amd-tee.rst | 55 * TEE_CMD_ID_LOAD_TA - loads a Trusted Application (TA) binary into 57 * TEE_CMD_ID_UNLOAD_TA - unloads TA binary from TEE environment. 58 * TEE_CMD_ID_OPEN_SESSION - opens a session with a loaded TA. 59 * TEE_CMD_ID_CLOSE_SESSION - closes session with loaded TA 60 * TEE_CMD_ID_INVOKE_CMD - invokes a command with loaded TA 72 * open_session - loads the TA binary and opens session with loaded TA. 73 * close_session - closes session with loaded TA and unloads it. 74 * invoke_func - invokes a command with loaded TA. 80 a session, invoking commands and closing session with TA.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-optee-devices | 7 matches Trusted Application (TA) driver and corresponding TA in secure OS. Drivers 15 Allows to distinguish whether an OP-TEE based TA/device requires user-space
|
| H A D | sysfs-class-extcon | 47 TA=1 51 In this example, the extcon device has USB_OTG and TA
|
| /linux/lib/crypto/x86/ |
| H A D | sha1-avx2-asm.S | 103 .set TA, REG_TA define 385 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 405 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 415 add TA, E /* E += A >>> 5 */ 431 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 441 add TA, E /* E += A >>> 5 */ 601 mov A, TA 606 mov TA, D
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto_tkip.c | 208 static void tkip_mixing_phase1(u16 * TTAK, const u8 * TK, const u8 * TA, in tkip_mixing_phase1() argument 216 TTAK[2] = Mk16(TA[1], TA[0]); in tkip_mixing_phase1() 217 TTAK[3] = Mk16(TA[3], TA[2]); in tkip_mixing_phase1() 218 TTAK[4] = Mk16(TA[5], TA[4]); in tkip_mixing_phase1()
|
| /linux/drivers/memory/ |
| H A D | ti-aemif.c | 33 #define TA(x) ((x) << TA_SHIFT) macro 55 #define TA_VAL(x) (((x) & TA(TA_MAX)) >> TA_SHIFT) 74 #define TIMINGS_MASK (TA(TA_MAX) | \ 178 set = TA(timings->ta) | RHOLD(timings->rhold) | RSTROBE(timings->rstrobe) | in aemif_set_cs_timings()
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | pcmplc.c | 244 mib->fddiPORTMy_Type = (np == PA) ? TA : in pcm_init() 262 mib->fddiPORTMy_Type = (np == PB) ? TB : TA ; in pcm_init() 317 case TA : in pcm_init() 1268 mib->fddiPORTNeighborType = TA ; in pc_rcode_actions() 1423 case TA : in pc_tcode_actions() 1425 ((policy & POLICY_AA) && ne == TA) || in pc_tcode_actions() 1433 ((policy & POLICY_BA) && ne == TA) || in pc_tcode_actions() 1441 ((policy & POLICY_SA) && ne == TA) || in pc_tcode_actions() 1449 ((policy & POLICY_MA) && ne == TA) || in pc_tcode_actions() 1460 if ( (type == TA && ne == TA ) || in pc_tcode_actions() [all …]
|
| H A D | cfm.c | 69 TA,TB,TS,TB 114 case TA: in selection_criteria()
|
| /linux/Documentation/usb/ |
| H A D | acm.rst | 48 I know of one ISDN TA that does work with the acm driver: 50 - 3Com USR ISDN Pro TA 87 S: Product=3Com U.S. Robotics Pro ISDN TA 119 Product: 3Com U.S. Robotics Pro ISDN TA
|
| H A D | CREDITS | 44 - 3Com GmbH for donating a ISDN Pro TA and supporting me
|
| H A D | usb-serial.rst | 224 ZyXEL omni.net lcd plus ISDN TA 227 This is an ISDN TA. Please report both successes and troubles to
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_ptp.c | 179 gem_writel(bp, TA, adj); in gem_ptp_adjtime() 235 gem_writel(bp, TA, 0); in gem_ptp_init_tsu() 245 gem_writel(bp, TA, 0); in gem_ptp_clear_timer()
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | smtstate.h | 43 #define TA 0 macro
|
| H A D | cmtdef.h | 122 #define TA 0 /* A port */ macro
|
| /linux/drivers/tty/vt/ |
| H A D | ucs_fallback_table.h_shipped | 1088 { 0x24, 0x74 }, /* DEVANAGARI LETTER TA -> 't' */ 1142 { 0xA4, 0x74 }, /* BENGALI LETTER TA -> 't' */ 1180 { 0x24, 0x74 }, /* GURMUKHI LETTER TA -> 't' */ 1222 { 0xA4, 0x74 }, /* GUJARATI LETTER TA -> 't' */ 1265 { 0x24, 0x74 }, /* ORIYA LETTER TA -> 't' */ 1305 { 0xA4, 0x74 }, /* TAMIL LETTER TA -> 't' */ 1345 { 0x24, 0x74 }, /* TELUGU LETTER TA -> 't' */ 1387 { 0xA4, 0x74 }, /* KANNADA LETTER TA -> 't' */ 1430 { 0x24, 0x74 }, /* MALAYALAM LETTER TA -> 't' */ 1596 { 0x4F, 0x74 }, /* TIBETAN LETTER TA -> 't' */ [all …]
|
| /linux/Documentation/driver-api/rapidio/ |
| H A D | rapidio.rst | 355 [2] Rapidio TA. Technology Comparisons.
|
| /linux/drivers/usb/serial/ |
| H A D | Kconfig | 567 Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
|
| /linux/Documentation/networking/ |
| H A D | arcnet-hardware.rst | 433 Topware TA-ARC/10 8 2103 8-bit card, TA-ARC/10
|