Home
last modified time | relevance | path

Searched refs:TA (Results 1 – 22 of 22) sorted by relevance

/linux-5.19.10/arch/m68k/coldfire/
Dpit.c35 #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 …]
Dsltimers.c81 #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()
Dtimers.c32 #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-5.19.10/Documentation/ABI/testing/
Dsysfs-bus-optee-devices7 matches Trusted Application (TA) driver and corresponding TA in secure OS. Drivers
Dsysfs-class-extcon47 TA=1
51 In this example, the extcon device has USB_OTG and TA
/linux-5.19.10/arch/x86/crypto/
Dsha1_avx2_x86_64_asm.S106 .set TA, REG_TA define
388 rorx $(32-5), A, TA /* T2 = A >>> 5 */
408 rorx $(32-5), A, TA /* T2 = A >>> 5 */
418 add TA, E /* E += A >>> 5 */
434 rorx $(32-5), A, TA /* T2 = A >>> 5 */
444 add TA, E /* E += A >>> 5 */
615 mov A, TA
620 mov TA, D
/linux-5.19.10/Documentation/staging/
Dtee.rst268 * TEE_CMD_ID_LOAD_TA - loads a Trusted Application (TA) binary into
270 * TEE_CMD_ID_UNLOAD_TA - unloads TA binary from TEE environment.
271 * TEE_CMD_ID_OPEN_SESSION - opens a session with a loaded TA.
272 * TEE_CMD_ID_CLOSE_SESSION - closes session with loaded TA
273 * TEE_CMD_ID_INVOKE_CMD - invokes a command with loaded TA
285 * open_session - loads the TA binary and opens session with loaded TA.
286 * close_session - closes session with loaded TA and unloads it.
287 * invoke_func - invokes a command with loaded TA.
293 a session, invoking commands and closing session with TA.
/linux-5.19.10/net/wireless/
Dlib80211_crypt_tkip.c215 static void tkip_mixing_phase1(u16 * TTAK, const u8 * TK, const u8 * TA, in tkip_mixing_phase1() argument
223 TTAK[2] = Mk16(TA[1], TA[0]); in tkip_mixing_phase1()
224 TTAK[3] = Mk16(TA[3], TA[2]); in tkip_mixing_phase1()
225 TTAK[4] = Mk16(TA[5], TA[4]); in tkip_mixing_phase1()
/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c195 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1() argument
202 TTAK[2] = Mk16(TA[1], TA[0]); in tkip_mixing_phase1()
203 TTAK[3] = Mk16(TA[3], TA[2]); in tkip_mixing_phase1()
204 TTAK[4] = Mk16(TA[5], TA[4]); in tkip_mixing_phase1()
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c195 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1() argument
202 TTAK[2] = Mk16(TA[1], TA[0]); in tkip_mixing_phase1()
203 TTAK[3] = Mk16(TA[3], TA[2]); in tkip_mixing_phase1()
204 TTAK[4] = Mk16(TA[5], TA[4]); in tkip_mixing_phase1()
/linux-5.19.10/drivers/net/fddi/skfp/
Dpcmplc.c244 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 …]
Dcfm.c69 TA,TB,TS,TB
114 case TA: in selection_criteria()
/linux-5.19.10/drivers/memory/
Dti-aemif.c32 #define TA(x) ((x) << TA_SHIFT) macro
54 #define TA_VAL(x) (((x) & TA(TA_MAX)) >> TA_SHIFT)
73 #define CONFIG_MASK (TA(TA_MAX) | \
200 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | in aemif_config_abus()
/linux-5.19.10/Documentation/usb/
Dacm.rst48 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
DCREDITS44 - 3Com GmbH for donating a ISDN Pro TA and supporting me
Dusb-serial.rst224 ZyXEL omni.net lcd plus ISDN TA
227 This is an ISDN TA. Please report both successes and troubles to
/linux-5.19.10/drivers/net/fddi/skfp/h/
Dsmtstate.h43 #define TA 0 macro
Dcmtdef.h122 #define TA 0 /* A port */ macro
/linux-5.19.10/drivers/net/ethernet/cadence/
Dmacb_ptp.c177 gem_writel(bp, TA, adj); in gem_ptp_adjtime()
233 gem_writel(bp, TA, 0); in gem_ptp_init_tsu()
243 gem_writel(bp, TA, 0); in gem_ptp_clear_timer()
/linux-5.19.10/Documentation/driver-api/rapidio/
Drapidio.rst355 [2] Rapidio TA. Technology Comparisons.
/linux-5.19.10/drivers/usb/serial/
DKconfig567 Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
/linux-5.19.10/Documentation/networking/
Darcnet-hardware.rst432 Topware TA-ARC/10 8
2102 8-bit card, TA-ARC/10