Searched full:sa0 (Results 1 – 19 of 19) sorted by relevance
/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 489 FP_DECL_S(SA0); FP_DECL_S(SB0); FP_DECL_S(SR0); in do_spe_mathemu() 496 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu() 504 FP_UNPACK_SP(SA0, va.wp); in do_spe_mathemu() 509 pr_debug("SA0: %d %08x %d (%d)\n", in do_spe_mathemu() 535 FP_ADD_S(SR0, SA0, SB0); in do_spe_mathemu() 540 FP_SUB_S(SR0, SA0, SB0); in do_spe_mathemu() 545 FP_MUL_S(SR0, SA0, SB0); in do_spe_mathemu() 550 FP_DIV_S(SR0, SA0, SB0); in do_spe_mathemu() 641 FP_CMP_S(IR0, SA0, SB0, 3); in do_spe_mathemu() 643 if (IR0 == 3 && (FP_ISSIGNAN_S(SA0) || FP_ISSIGNAN_S(SB0))) in do_spe_mathemu()
|
/linux/arch/hexagon/kernel/ |
H A D | ptrace.c | 50 membuf_store(&to, regs->sa0); in genregs_get() 95 INEXT(®s->sa0, sa0); in genregs_set()
|
H A D | signal.c | 43 err |= __put_user(regs->sa0, &sc->sc_regs.sa0); in setup_sigcontext() 73 err |= __get_user(regs->sa0, &sc->sc_regs.sa0); in restore_sigcontext()
|
H A D | vm_events.c | 29 printk(KERN_EMERG "lc0: \t0x%08lx sa0: 0x%08lx m0: 0x%08lx\n", in show_regs() 30 regs->lc0, regs->sa0, regs->m0); in show_regs()
|
H A D | kgdb.c | 57 { "sa0", GDB_SIZEOF_REG, offsetof(struct pt_regs, sa0)},
|
H A D | vm_entry.S | 54 R14 = sa0; } \ 143 sa0 = R14; } \
|
/linux/drivers/iio/imu/ |
H A D | fxos8700_i2c.c | 5 * 7-bit I2C slave address determined by SA1 and SA0 logic level 7 * SA1 | SA0 | Slave Address
|
/linux/arch/hexagon/include/asm/ |
H A D | elf.h | 134 DEST.sa0 = REGS->sa0; \
|
H A D | kgdb.h | 21 * 32 gpr + sa0/1 + lc0/1 + m0/1 + gp + ugp + pred + pc = 42 total.
|
H A D | page.h | 109 : "lc0", "sa0", "memory" in clear_page()
|
/linux/arch/hexagon/include/uapi/asm/ |
H A D | user.h | 46 unsigned long sa0; member
|
H A D | registers.h | 52 unsigned long sa0; member
|
/linux/drivers/iio/magnetometer/ |
H A D | rm3100-i2c.c | 7 * i2c slave address: 0x20 + SA1 << 1 + SA0.
|
/linux/Documentation/devicetree/bindings/iio/imu/ |
H A D | st,lsm6dsx.yaml | 87 connected through a pull-up with other chip lines (e.g. SDO/SA0).
|
/linux/drivers/net/wan/ |
H A D | hd64570.h | 64 #define SA0 0x12 /* Sync/Address 0 */ macro
|
H A D | hd64572.h | 82 #define SA0 0x140 /* Syn Address reg 0 */ macro
|
/linux/arch/arm64/tools/ |
H A D | sysreg | 1935 Field 4 SA0
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | cnic_defs.h | 430 u8 sa0; member 438 u8 sa0; member
|
H A D | cnic.c | 3404 l4kwqe->sa0 = dev->mac_addr[0]; in cnic_cm_offload_pg()
|