Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/smc/
Dif_smc.c879 tcr = smc_read_2(sc, TCR); in smc_task_intr()
881 smc_write_2(sc, TCR, tcr); in smc_task_intr()
1039 tcr = smc_read_2(sc, TCR); in smc_miibus_statchg()
1046 smc_write_2(sc, TCR, tcr); in smc_miibus_statchg()
1149 smc_write_2(sc, TCR, 0); in smc_reset()
1186 smc_write_2(sc, TCR, TCR_TXENA | TCR_PAD_EN); in smc_enable()
1225 smc_write_2(sc, TCR, 0); in smc_stop()
Dif_smcreg.h40 #define TCR 0x0 macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCast.cpp42 static bool isValidCast(TryCastResult TCR) { in isValidCast() argument
43 return TCR == TC_Success || TCR == TC_Extension; in isValidCast()
934 auto TCR = TryConstCast(Self, SrcExpr, DestType, /*CStyle*/ false, msg); in CheckConstCast() local
935 if (TCR != TC_Success && msg != 0) { in CheckConstCast()
939 if (!isValidCast(TCR)) in CheckConstCast()
945 auto TCR = in CheckAddrspaceCast() local
947 if (TCR != TC_Success && msg != 0) { in CheckAddrspaceCast()
951 if (!isValidCast(TCR)) in CheckAddrspaceCast()
/freebsd-12-stable/sys/dev/isp/
Dispreg.h709 #define TCR RISC_BLOCK+0x46 /* W : Test Control */ macro