Home
last modified time | relevance | path

Searched refs:reg23 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dcx22702.c447 u8 reg23; in cx22702_read_status() local
452 reg23 = cx22702_readreg(state, 0x23); in cx22702_read_status()
455 , __func__, reg0A, reg23); in cx22702_read_status()
466 if (reg23 < 0xf0) in cx22702_read_status()
493 u8 reg23; in cx22702_read_signal_strength() local
505 reg23 = cx22702_readreg(state, 0x23); in cx22702_read_signal_strength()
506 if (reg23 & 0x80) { in cx22702_read_signal_strength()
509 reg23 = ~reg23 & 0x7f; in cx22702_read_signal_strength()
511 *signal_strength = (reg23 << 9) | (reg23 << 2) | (reg23 >> 5); in cx22702_read_signal_strength()
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h113 unsigned long reg23, reg24, reg25, reg26; /* s0-s3 */ member
155 .reg23 = 0, \
/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h232 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23; member
310 .reg23 = 0, \
/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h69 unsigned long reg17, reg18, reg19, reg20, reg21, reg22, reg23; member
/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.h35 REG(reg23);
/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c166 p->thread.reg23 = (unsigned long)args->fn; in copy_thread()
H A Dasm-offsets.c101 OFFSET(THREAD_REG23, task_struct, thread.reg23); in output_thread_defines()
H A Dkgdb.c206 gdb_regs[DBG_LOONGARCH_S0] = p->thread.reg23; in sleeping_thread_to_gdb_regs()
/openbmc/linux/arch/mips/kernel/
H A Dkgdb.c245 *(ptr++) = p->thread.reg23; in sleeping_thread_to_gdb_regs()
H A Dasm-offsets.c123 OFFSET(THREAD_REG23, task_struct, thread.reg23); in output_thread_defines()