Searched refs:TCR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/smc/
H A Dif_smc.c877 tcr = smc_read_2(sc, TCR);
879 smc_write_2(sc, TCR, tcr);
1037 tcr = smc_read_2(sc, TCR);
1044 smc_write_2(sc, TCR, tcr);
1147 smc_write_2(sc, TCR, 0);
1184 smc_write_2(sc, TCR, TCR_TXENA | TCR_PAD_EN);
1224 smc_write_2(sc, TCR, 0);
H A Dif_smcreg.h38 #define TCR 0x0 macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp41 static bool isValidCast(TryCastResult TCR) { argument
42 return TCR == TC_Success || TCR == TC_Extension;
872 auto TCR = TryConstCast(Self, SrcExpr, DestType, /*CStyle*/ false, msg); local
873 if (TCR != TC_Success && msg != 0) {
877 if (!isValidCast(TCR))
/freebsd-11-stable/sys/dev/isp/
H A Dispreg.h707 #define TCR RISC_BLOCK+0x46 /* W : Test Control */ macro

Completed in 127 milliseconds