Home
last modified time | relevance | path

Searched defs:RD1 (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/iicbus/pmic/
H A Dact8846.h47 #define RD1(sc, reg, val) act8846_read(sc, reg, val) macro
/freebsd/sys/dev/hdmi/
H A Ddwc_hdmi.h46 RD1(struct dwc_hdmi_softc *sc, bus_size_t off) in RD1() function
/freebsd/sys/arm/allwinner/
H A Daw_sid.c258 #define RD1(sc, reg) bus_read_1((sc)->res, (reg)) macro
/freebsd/sys/dev/iicbus/controller/cadence/
H A Dcdnc_i2c.c113 #define RD1(sc, off) (bus_read_1((sc)->mem_res, (off))) macro
/freebsd/sys/arm64/nvidia/tegra210/
H A Dmax77620.h224 #define RD1(sc, reg, val) max77620_read(sc, reg, val) macro
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c262 RD1(struct bcm_sdhost_softc *sc, bus_size_t off) in RD1() function
/freebsd/sys/arm/nvidia/
H A Das3722.h283 #define RD1(sc, reg, val) as3722_read(sc, reg, val) macro
/freebsd/sys/dev/sdhci/
H A Dsdhci.c81 #define RD1(slot, off) SDHCI_READ_1((slot)->bus, (slot), (off)) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3130 Register RD1 = RegInfo.createVirtualRegister(RC); in emitMSACBranchPseudo() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13726 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 DLoongArchISelLowering.cpp4399 Register RD1 = MRI.createVirtualRegister(&LoongArch::GPRRegClass); in emitVecCondBranchPseudo() local