Searched refs:ta2 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/kernel/ |
H A D | cps-vec.S | 284 has_vp ta2, 1f 294 has_mt ta2, 1f 326 lw ta2, COREBOOTCFG_VPEMASK(a0) 343 PTR_S ta2, CPC_CL_VC_RUN_OFS(t1) 346 not ta2 347 PTR_S ta2, CPC_CL_VC_STOP_OFS(t1) 371 move t8, ta2 375 1: andi t0, ta2, 1 452 2: srl ta2, ta2, 1 454 bnez ta2, 1b
|
/linux/arch/mips/include/asm/ |
H A D | regdef.h | 129 #define ta2 $14 168 #define ta2 $10
|
/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 6013 u8 t, ta1, ta2, ver = 0; in thermal_read_mode_check() local 6043 ta1 = ta2 = 0; in thermal_read_mode_check() 6053 ta2 |= t; in thermal_read_mode_check() 6076 return (ta2 != 0) ? TPACPI_THERMAL_TPEC_16 : TPACPI_THERMAL_TPEC_8; in thermal_read_mode_check()
|