HomeSort by relevance Sort by last modified time
    Searched refs:Val32 (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/
I2CHw.h 88 UINT32 Val32;
102 UINT32 Val32;
114 UINT32 Val32;
125 UINT32 Val32;
136 UINT32 Val32;
147 UINT32 Val32;
158 UINT32 Val32;
180 UINT32 Val32;
191 UINT32 Val32;
202 UINT32 Val32;
    [all...]
I2CLib.c 49 I2C_REG_READ((Base + I2C_STATUS_OFFSET), I2cStatusReg.Val32);
56 I2C_REG_READ(Base + I2C_STATUS_OFFSET, I2cStatusReg.Val32);
64 I2C_REG_READ(Base + I2C_ENABLE_OFFSET, I2cEnableReg.Val32);
66 I2C_REG_WRITE(Base + I2C_ENABLE_OFFSET,I2cEnableReg.Val32);
68 I2C_REG_READ(Base + I2C_ENABLE_OFFSET,I2cEnableStatusReg.Val32);
90 I2C_REG_READ(Base + I2C_ENABLE_OFFSET, I2cEnableReg.Val32);
92 I2C_REG_WRITE(Base + I2C_ENABLE_OFFSET, I2cEnableReg.Val32);
95 I2C_REG_READ(Base + I2C_ENABLE_STATUS_OFFSET, I2cEnableStatusReg.Val32);
112 I2C_REG_READ(Base + I2C_TAR_OFFSET, I2cTargetReg.Val32);
114 I2C_REG_WRITE(Base + I2C_TAR_OFFSET, I2cTargetReg.Val32);
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_state.h 149 typedef std::pair<bool, size_t> Val32;
150 static Val32 NoVal32() { return Val32(false, ~size_t(0)); }
344 Val32 declareVariable(const RSExportVar *EV);
742 Val32 getRecordPostPadding() const {
745 return Val32(true, mRecord->mPostPadding);
748 Val32 getRecordAllocSize() const {
751 return Val32(true, mRecord->mAllocSize);
754 std::pair<Val32, Val32> getFieldPreAndPostPadding(unsigned idx) const
    [all...]
slang_rs_reflection.h 226 void genConstantArrayTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
227 void genRecordTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
231 ReflectionState::Val32 AllocSize32 = ReflectionState::NoVal32());
283 ReflectionState::Val32 AllocSize32);
304 size_t Val, ReflectionState::Val32 Val32);
slang_rs_reflection.cpp 99 void genAddPadding(int PaddingSize, ReflectionState::Val32 Field32PaddingSize);
404 size_t Val, ReflectionState::Val32 Val32) {
405 if (Prefix.empty() || (Val != 0) || (Val32.first && (Val32.second != 0 ))) {
408 if (!Val32.first || (Val == Val32.second)) {
418 mOut << " ? " << Val << " : " << Val32.second;
863 const ReflectionState::Val32
    [all...]
slang_rs_reflection_state.cpp     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
Isp1761UsbDxe.c 118 UINT32 Val32;
147 Val32 = READ_REG32 (ISP1761_DATA_PORT);
150 ((UINT8 *) Buffer)[NumBytesRead + Index] = Val32 >> (Index * 8);

Completed in 241 milliseconds