Home
last modified time | relevance | path

Searched refs:RCV (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4412-n710x.dts85 "RCV", "HPOUT2N",
86 "RCV", "HPOUT2P",
H A Dexynos4412-galaxy-s3.dtsi184 "RCV", "HPOUT2N",
185 "RCV", "HPOUT2P",
H A Ds5pv210-galaxys.dts110 "RCV", "HPOUT2N",
111 "RCV", "HPOUT2P",
H A Ds5pv210-fascinate4g.dts83 "RCV", "HPOUT2N",
84 "RCV", "HPOUT2P",
H A Dexynos4212-tab3.dtsi317 "RCV", "HPOUT2N",
318 "RCV", "HPOUT2P",
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tm2-common.dtsi137 "RCV", "HPOUT3L",
138 "RCV", "HPOUT3R";
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp207 const BitValue &RCV = RC[i]; in meet() local
208 Changed |= Bits[i].meet(RCV, BitRef(SelfR, i)); in meet()