Searched defs:RD1 (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/iicbus/pmic/ |
H A D | act8846.h | 47 #define RD1(sc, reg, val) act8846_read(sc, reg, val) macro
|
/freebsd/sys/dev/hdmi/ |
H A D | dwc_hdmi.h | 46 RD1(struct dwc_hdmi_softc *sc, bus_size_t off) in RD1() function
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_sid.c | 258 #define RD1(sc, reg) bus_read_1((sc)->res, (reg)) macro
|
/freebsd/sys/dev/iicbus/controller/cadence/ |
H A D | cdnc_i2c.c | 113 #define RD1(sc, off) (bus_read_1((sc)->mem_res, (off))) macro
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620.h | 224 #define RD1(sc, reg, val) max77620_read(sc, reg, val) macro
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_sdhost.c | 262 RD1(struct bcm_sdhost_softc *sc, bus_size_t off) in RD1() function
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722.h | 283 #define RD1(sc, reg, val) as3722_read(sc, reg, val) macro
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci.c | 81 #define RD1(slot, off) SDHCI_READ_1((slot)->bus, (slot), (off)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 3130 Register RD1 = RegInfo.createVirtualRegister(RC); in emitMSACBranchPseudo() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 13726 static bool isLayoutCompatibleStruct(const ASTContext &C, const RecordDecl *RD1, in isLayoutCompatibleStruct() 13744 static bool isLayoutCompatibleUnion(const ASTContext &C, const RecordDecl *RD1, in isLayoutCompatibleUnion() 13769 static bool isLayoutCompatible(const ASTContext &C, const RecordDecl *RD1, in isLayoutCompatible()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 4399 Register RD1 = MRI.createVirtualRegister(&LoongArch::GPRRegClass); in emitVecCondBranchPseudo() local
|