Searched refs:Regs (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | tda18271c2dd.c | 125 u8 SubAddr, u8 *Regs, u16 nRegs) in WriteRegs() argument 137 memcpy(data + 1, Regs, nRegs); in WriteRegs() 148 static int Read(struct tda_state *state, u8 * Regs) in Read() argument 150 return i2c_readn(state->i2c, state->adr, Regs, 16); in Read() 153 static int ReadExtented(struct tda_state *state, u8 * Regs) in ReadExtented() argument 155 return i2c_readn(state->i2c, state->adr, Regs, NUM_REGS); in ReadExtented() 258 u8 Regs[16]; in ThermometerRead() local 263 status = Read(state, Regs); in ThermometerRead() 266 if (((Regs[TM] & 0x0F) == 0 && (Regs[TM] & 0x20) == 0x20) || in ThermometerRead() 267 ((Regs[TM] & 0x0F) == 8 && (Regs[TM] & 0x20) == 0x00)) { in ThermometerRead() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | Add-riscv64-support.patch | 31 system/core/libunwindstack/Regs.cpp | 10 ++ 73 diff --git a/system/core/libunwindstack/Regs.cpp b/system/core/libunwindstack/Regs.cpp 75 --- a/system/core/libunwindstack/Regs.cpp 76 +++ b/system/core/libunwindstack/Regs.cpp 92 @@ -67,6 +69,8 @@ Regs* Regs::RemoteGet(pid_t pid) { 101 @@ -85,6 +89,8 @@ Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { 110 @@ -104,6 +110,8 @@ ArchEnum Regs::CurrentArch() { 119 @@ -123,6 +131,8 @@ Regs* Regs::CreateFromLocal() { 241 +Regs* RegsRiscv64::Read(void* remote_data) { 250 +Regs* RegsRiscv64::CreateFromUcontext(void* ucontext) { [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | Add-riscv64-support.patch | 31 system/core/libunwindstack/Regs.cpp | 10 ++ 73 diff --git a/system/core/libunwindstack/Regs.cpp b/system/core/libunwindstack/Regs.cpp 75 --- a/system/core/libunwindstack/Regs.cpp 76 +++ b/system/core/libunwindstack/Regs.cpp 92 @@ -67,6 +69,8 @@ Regs* Regs::RemoteGet(pid_t pid) { 101 @@ -85,6 +89,8 @@ Regs* Regs::CreateFromUcontext(ArchEnum arch, void* ucontext) { 110 @@ -104,6 +110,8 @@ ArchEnum Regs::CurrentArch() { 119 @@ -123,6 +131,8 @@ Regs* Regs::CreateFromLocal() { 241 +Regs* RegsRiscv64::Read(void* remote_data) { 250 +Regs* RegsRiscv64::CreateFromUcontext(void* ucontext) { [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/qlogic/ |
H A D | qlge.rst | 100 "Test Logic Regs": {
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | ll_char_wr.S | 13 @ Regs: [] = corruptible
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 341 /* Read and Write Implicit Regs */ 450 …r_error_exception(thread,PRECISE_CAUSE_PC_NOT_ALIGNED,thread->Regs[REG_BADVA0],thread->Regs[REG_BA… 1558 fEXTRACTU_BITS(thread->Regs[REG_##REG],
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 204 warn("aligning misaligned vector. PC=%08x EA=%08x",thread->Regs[REG_PC],(EA));
|