Searched refs:TCR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/smc/ |
| H A D | if_smc.c | 890 tcr = smc_read_2(sc, TCR); in smc_task_intr() 892 smc_write_2(sc, TCR, tcr); in smc_task_intr() 1050 tcr = smc_read_2(sc, TCR); in smc_miibus_statchg() 1057 smc_write_2(sc, TCR, tcr); in smc_miibus_statchg() 1160 smc_write_2(sc, TCR, 0); in smc_reset() 1197 smc_write_2(sc, TCR, TCR_TXENA | TCR_PAD_EN); in smc_enable() 1236 smc_write_2(sc, TCR, 0); in smc_stop()
|
| H A D | if_smcreg.h | 38 #define TCR 0x0 macro
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 45 static bool isValidCast(TryCastResult TCR) { in isValidCast() argument 46 return TCR == TC_Success || TCR == TC_Extension; in isValidCast() 974 auto TCR = TryConstCast(Self, SrcExpr, DestType, /*CStyle*/ false, msg); in CheckConstCast() local 975 if (TCR != TC_Success && msg != 0) { in CheckConstCast() 979 if (!isValidCast(TCR)) in CheckConstCast() 985 auto TCR = in CheckAddrspaceCast() local 987 if (TCR != TC_Success && msg != 0) { in CheckAddrspaceCast() 991 if (!isValidCast(TCR)) in CheckAddrspaceCast()
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm_hyp.c | 268 hypctx->tcr_el1 = READ_SPECIALREG(EL1_REG(TCR)); in vmm_hyp_reg_store() 343 WRITE_SPECIALREG(EL1_REG(TCR), hypctx->tcr_el1); in vmm_hyp_reg_restore()
|