Home
last modified time | relevance | path

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

/Linux-v5.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
91 __raw_writel(MCFSLT_SSR_BE | MCFSLT_SSR_TE, TA(MCFSLT_SSR)); in mcfslt_tick()
102 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk()
104 if (__raw_readl(TA(MCFSLT_SSR)) & MCFSLT_SSR_TE) { in mcfslt_read_clk()
106 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk()
133 __raw_writel(mcfslt_cycles_per_jiffy - 1, TA(MCFSLT_STCNT)); in hw_timer_init()
135 TA(MCFSLT_SCR)); in hw_timer_init()
Dtimers.c32 #define TA(a) (MCFTIMER_BASE1 + (a)) macro
77 __raw_writeb(MCFTIMER_TER_CAP | MCFTIMER_TER_REF, TA(MCFTIMER_TER)); in mcftmr_tick()
92 tcn = __raw_readw(TA(MCFTIMER_TCN)); in mcftmr_read_clk()
115 __raw_writew(MCFTIMER_TMR_DISABLE, TA(MCFTIMER_TMR)); in hw_timer_init()
123 __raw_writetrr(mcftmr_cycles_per_jiffy - 1, TA(MCFTIMER_TRR)); in hw_timer_init()
125 MCFTIMER_TMR_RESTART | MCFTIMER_TMR_ENABLE, TA(MCFTIMER_TMR)); in hw_timer_init()
/Linux-v5.10/drivers/ide/
Dpdc202xx_old.c32 u8 TA = 0, TB = 0, TC = 0; in pdc202xx_set_mode() local
48 case XFER_PIO_4: TA = 0x01; TB = 0x04; break; in pdc202xx_set_mode()
49 case XFER_PIO_3: TA = 0x02; TB = 0x06; break; in pdc202xx_set_mode()
50 case XFER_PIO_2: TA = 0x03; TB = 0x08; break; in pdc202xx_set_mode()
51 case XFER_PIO_1: TA = 0x05; TB = 0x0C; break; in pdc202xx_set_mode()
53 default: TA = 0x09; TB = 0x13; break; in pdc202xx_set_mode()
68 pci_write_config_byte(dev, drive_pci, AP | TA); in pdc202xx_set_mode()
/Linux-v5.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-v5.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-v5.10/Documentation/staging/
Dtee.rst238 * TEE_CMD_ID_LOAD_TA - loads a Trusted Application (TA) binary into
240 * TEE_CMD_ID_UNLOAD_TA - unloads TA binary from TEE environment.
241 * TEE_CMD_ID_OPEN_SESSION - opens a session with a loaded TA.
242 * TEE_CMD_ID_CLOSE_SESSION - closes session with loaded TA
243 * TEE_CMD_ID_INVOKE_CMD - invokes a command with loaded TA
255 * open_session - loads the TA binary and opens session with loaded TA.
256 * close_session - closes session with loaded TA and unloads it.
257 * invoke_func - invokes a command with loaded TA.
263 a session, invoking commands and clossing session with TA.
/Linux-v5.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-v5.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-v5.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-v5.10/drivers/net/fddi/skfp/
Dpcmplc.c248 mib->fddiPORTMy_Type = (np == PA) ? TA : in pcm_init()
266 mib->fddiPORTMy_Type = (np == PB) ? TB : TA ; in pcm_init()
321 case TA : in pcm_init()
1272 mib->fddiPORTNeighborType = TA ; in pc_rcode_actions()
1427 case TA : in pc_tcode_actions()
1429 ((policy & POLICY_AA) && ne == TA) || in pc_tcode_actions()
1437 ((policy & POLICY_BA) && ne == TA) || in pc_tcode_actions()
1445 ((policy & POLICY_SA) && ne == TA) || in pc_tcode_actions()
1453 ((policy & POLICY_MA) && ne == TA) || in pc_tcode_actions()
1464 if ( (type == TA && ne == TA ) || in pc_tcode_actions()
[all …]
Dcfm.c69 TA,TB,TS,TB
114 case TA: in selection_criteria()
/Linux-v5.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-v5.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-v5.10/drivers/net/fddi/skfp/h/
Dsmtstate.h43 #define TA 0 macro
Dcmtdef.h122 #define TA 0 /* A port */ macro
/Linux-v5.10/drivers/net/ethernet/cadence/
Dmacb_ptp.c172 gem_writel(bp, TA, adj); in gem_ptp_adjtime()
228 gem_writel(bp, TA, 0); in gem_ptp_init_tsu()
238 gem_writel(bp, TA, 0); in gem_ptp_clear_timer()
/Linux-v5.10/Documentation/driver-api/rapidio/
Drapidio.rst355 [2] Rapidio TA. Technology Comparisons.
/Linux-v5.10/drivers/usb/serial/
DKconfig577 Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
/Linux-v5.10/Documentation/networking/
Darcnet-hardware.rst432 Topware TA-ARC/10 8
2102 8-bit card, TA-ARC/10