/linux-4.4.14/arch/m68k/coldfire/ |
D | pit.c | 34 #define TA(a) (MCFPIT_BASE1 + (a)) macro 47 __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); in cf_pit_set_periodic() 48 __raw_writew(PIT_CYCLES_PER_JIFFY, TA(MCFPIT_PMR)); in cf_pit_set_periodic() 51 MCFPIT_PCSR_CLK64, TA(MCFPIT_PCSR)); in cf_pit_set_periodic() 57 __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); in cf_pit_set_oneshot() 59 MCFPIT_PCSR_OVW | MCFPIT_PCSR_CLK64, TA(MCFPIT_PCSR)); in cf_pit_set_oneshot() 65 __raw_writew(MCFPIT_PCSR_DISABLE, TA(MCFPIT_PCSR)); in cf_pit_shutdown() 77 __raw_writew(delta, TA(MCFPIT_PMR)); in cf_pit_next_event() 103 pcsr = __raw_readw(TA(MCFPIT_PCSR)); in pit_tick() 104 __raw_writew(pcsr | MCFPIT_PCSR_PIF, TA(MCFPIT_PCSR)); in pit_tick() [all …]
|
D | sltimers.c | 79 #define TA(a) (MCFSLT_TIMER0 + (a)) macro 89 __raw_writel(MCFSLT_SSR_BE | MCFSLT_SSR_TE, TA(MCFSLT_SSR)); in mcfslt_tick() 106 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 108 if (__raw_readl(TA(MCFSLT_SSR)) & MCFSLT_SSR_TE) { in mcfslt_read_clk() 110 scnt = __raw_readl(TA(MCFSLT_SCNT)); in mcfslt_read_clk() 135 __raw_writel(mcfslt_cycles_per_jiffy - 1, TA(MCFSLT_STCNT)); in hw_timer_init() 137 TA(MCFSLT_SCR)); in hw_timer_init()
|
D | timers.c | 31 #define TA(a) (MCFTIMER_BASE1 + (a)) macro 76 __raw_writeb(MCFTIMER_TER_CAP | MCFTIMER_TER_REF, TA(MCFTIMER_TER)); in mcftmr_tick() 99 tcn = __raw_readw(TA(MCFTIMER_TCN)); in mcftmr_read_clk() 120 __raw_writew(MCFTIMER_TMR_DISABLE, TA(MCFTIMER_TMR)); in hw_timer_init() 128 __raw_writetrr(mcftmr_cycles_per_jiffy - 1, TA(MCFTIMER_TRR)); in hw_timer_init() 130 MCFTIMER_TMR_RESTART | MCFTIMER_TMR_ENABLE, TA(MCFTIMER_TMR)); in hw_timer_init()
|
/linux-4.4.14/drivers/ide/ |
D | pdc202xx_old.c | 31 u8 TA = 0, TB = 0, TC = 0; in pdc202xx_set_mode() local 47 case XFER_PIO_4: TA = 0x01; TB = 0x04; break; in pdc202xx_set_mode() 48 case XFER_PIO_3: TA = 0x02; TB = 0x06; break; in pdc202xx_set_mode() 49 case XFER_PIO_2: TA = 0x03; TB = 0x08; break; in pdc202xx_set_mode() 50 case XFER_PIO_1: TA = 0x05; TB = 0x0C; break; in pdc202xx_set_mode() 52 default: TA = 0x09; TB = 0x13; break; in pdc202xx_set_mode() 67 pci_write_config_byte(dev, drive_pci, AP | TA); in pdc202xx_set_mode()
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha1_avx2_x86_64_asm.S | 106 .set TA, REG_TA define 389 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 409 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 419 add TA, E /* E += A >>> 5 */ 435 rorx $(32-5), A, TA /* T2 = A >>> 5 */ 445 add TA, E /* E += A >>> 5 */ 603 mov A, TA 608 mov TA, D
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | aemif.c | 23 #define TA(x) ((x) << 2) macro 39 #define TIMING_MASK (TA(TA_MAX) | \ 129 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | in davinci_aemif_setup_timing()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_tkip.c | 234 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1() argument 241 TTAK[2] = Mk16(TA[1], TA[0]); in tkip_mixing_phase1() 242 TTAK[3] = Mk16(TA[3], TA[2]); in tkip_mixing_phase1() 243 TTAK[4] = Mk16(TA[5], TA[4]); in tkip_mixing_phase1()
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_tkip.c | 241 static void tkip_mixing_phase1(u16 * TTAK, const u8 * TK, const u8 * TA, in tkip_mixing_phase1() argument 249 TTAK[2] = Mk16(TA[1], TA[0]); in tkip_mixing_phase1() 250 TTAK[3] = Mk16(TA[3], TA[2]); in tkip_mixing_phase1() 251 TTAK[4] = Mk16(TA[5], TA[4]); in tkip_mixing_phase1()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 224 static void tkip_mixing_phase1(u16 *TTAK, const u8 *TK, const u8 *TA, u32 IV32) in tkip_mixing_phase1() argument 231 TTAK[2] = Mk16(TA[1], TA[0]); in tkip_mixing_phase1() 232 TTAK[3] = Mk16(TA[3], TA[2]); in tkip_mixing_phase1() 233 TTAK[4] = Mk16(TA[5], TA[4]); in tkip_mixing_phase1()
|
/linux-4.4.14/drivers/memory/ |
D | ti-aemif.c | 34 #define TA(x) ((x) << TA_SHIFT) macro 56 #define TA_VAL(x) (((x) & TA(TA_MAX)) >> TA_SHIFT) 75 #define CONFIG_MASK (TA(TA_MAX) | \ 202 set = TA(ta) | RHOLD(rhold) | RSTROBE(rstrobe) | RSETUP(rsetup) | in aemif_config_abus()
|
/linux-4.4.14/Documentation/usb/ |
D | acm.txt | 45 I know of one ISDN TA that does work with the acm driver: 47 3Com USR ISDN Pro TA 83 S: Product=3Com U.S. Robotics Pro ISDN TA 115 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.txt | 204 ZyXEL omni.net lcd plus ISDN TA 206 This is an ISDN TA. Please report both successes and troubles to
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | pcmplc.c | 255 mib->fddiPORTMy_Type = (np == PA) ? TA : in pcm_init() 273 mib->fddiPORTMy_Type = (np == PB) ? TB : TA ; in pcm_init() 328 case TA : in pcm_init() 1290 mib->fddiPORTNeighborType = TA ; in pc_rcode_actions() 1444 case TA : in pc_tcode_actions() 1446 ((policy & POLICY_AA) && ne == TA) || in pc_tcode_actions() 1454 ((policy & POLICY_BA) && ne == TA) || in pc_tcode_actions() 1462 ((policy & POLICY_SA) && ne == TA) || in pc_tcode_actions() 1470 ((policy & POLICY_MA) && ne == TA) || in pc_tcode_actions() 1481 if ( (type == TA && ne == TA ) || in pc_tcode_actions() [all …]
|
D | cfm.c | 79 TA,TB,TS,TB 124 case TA: in selection_criteria()
|
/linux-4.4.14/drivers/net/fddi/skfp/h/ |
D | smtstate.h | 47 #define TA 0 macro
|
D | cmtdef.h | 121 #define TA 0 /* A port */ macro
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 46 TA=1 49 In this example, the extcon device has USB_OTG and TA
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 74 cm-cable-name = "TA";
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbictx.S | 184 D SETD [A0.2++],TA 352 D GETD TA,[A0.2++]
|
/linux-4.4.14/Documentation/isdn/ |
D | README.sc | 188 This file is a script used to configure a BRI ISDN TA to establish a 213 This file is a script used to configure a BRI ISDN TA to establish a 238 This file is a script used to configure a BRI ISDN TA to accept a
|
D | README.HiSax | 55 USR Sportster internal TA (compatible Stollmann tina-pp V3) 56 USR internal TA PCI
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | Kconfig | 219 bool "USR Sportster internal TA" 222 This enables HiSax support for the USR Sportster internal TA card.
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 346 [2] Rapidio TA. Technology Comparisons.
|
/linux-4.4.14/drivers/usb/serial/ |
D | Kconfig | 645 Say Y here if you want to use a ZyXEL omni.net LCD ISDN TA.
|
/linux-4.4.14/Documentation/networking/ |
D | arcnet-hardware.txt | 400 Topware TA-ARC/10 8 2043 8-bit card, TA-ARC/10
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 381 * scsi.c: Test for Toshiba XM-3401TA and exclude from detection
|