/Linux-v5.10/arch/m68k/coldfire/ |
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 …]
|
D | sltimers.c | 81 #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()
|
D | timers.c | 32 #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/ |
D | pdc202xx_old.c | 32 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/ |
D | sysfs-bus-optee-devices | 7 matches Trusted Application (TA) driver and corresponding TA in secure OS. Drivers
|
D | sysfs-class-extcon | 47 TA=1 51 In this example, the extcon device has USB_OTG and TA
|
/Linux-v5.10/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 106 .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/ |
D | tee.rst | 238 * 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/ |
D | lib80211_crypt_tkip.c | 215 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/ |
D | rtllib_crypt_tkip.c | 195 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/ |
D | ieee80211_crypt_tkip.c | 195 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/ |
D | pcmplc.c | 248 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 …]
|
D | cfm.c | 69 TA,TB,TS,TB 114 case TA: in selection_criteria()
|
/Linux-v5.10/drivers/memory/ |
D | ti-aemif.c | 32 #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/ |
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
|
D | CREDITS | 44 - 3Com GmbH for donating a ISDN Pro TA and supporting me
|
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-v5.10/drivers/net/fddi/skfp/h/ |
D | smtstate.h | 43 #define TA 0 macro
|
D | cmtdef.h | 122 #define TA 0 /* A port */ macro
|
/Linux-v5.10/drivers/net/ethernet/cadence/ |
D | macb_ptp.c | 172 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/ |
D | rapidio.rst | 355 [2] Rapidio TA. Technology Comparisons.
|
/Linux-v5.10/drivers/usb/serial/ |
D | Kconfig | 577 Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
|
/Linux-v5.10/Documentation/networking/ |
D | arcnet-hardware.rst | 432 Topware TA-ARC/10 8 2102 8-bit card, TA-ARC/10
|