Home
last modified time | relevance | path

Searched full:sa0 (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/iio/imu/
H A Dfxos8700_i2c.c5 * 7-bit I2C slave address determined by SA1 and SA0 logic level
7 * SA1 | SA0 | Slave Address
/openbmc/linux/arch/hexagon/kernel/
H A Dptrace.c50 membuf_store(&to, regs->sa0); in genregs_get()
95 INEXT(&regs->sa0, sa0); in genregs_set()
H A Dsignal.c43 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 Dvm_events.c29 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 Dkgdb.c57 { "sa0", GDB_SIZEOF_REG, offsetof(struct pt_regs, sa0)},
H A Dvm_entry.S54 R14 = sa0; } \
143 sa0 = R14; } \
/openbmc/qemu/tests/tcg/hexagon/
H A Dunaligned_pc.c28 "sa0 = r0\n" in test_endloop()
32 : "r0", "sa0", "lc0", "usr"); in test_endloop()
H A Doverflow.c126 : "r2", "usr", "p3", "sa0", "lc0"); in test_packet()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c489 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()
/openbmc/linux/arch/hexagon/include/asm/
H A Delf.h134 DEST.sa0 = REGS->sa0; \
H A Dkgdb.h21 * 32 gpr + sa0/1 + lc0/1 + m0/1 + gp + ugp + pred + pc = 42 total.
H A Dpage.h110 : "lc0", "sa0", "memory" in clear_page()
/openbmc/linux/drivers/iio/magnetometer/
H A Drm3100-i2c.c7 * i2c slave address: 0x20 + SA1 << 1 + SA0.
/openbmc/qemu/linux-user/hexagon/
H A Dsignal.c35 target_ulong sa0; member
111 __put_user(env->gpr[HEX_REG_SA0], &sc->sa0); in setup_sigcontext()
227 __get_user(env->gpr[HEX_REG_SA0], &sc->sa0); in restore_sigcontext()
/openbmc/linux/arch/hexagon/include/uapi/asm/
H A Duser.h46 unsigned long sa0; member
H A Dregisters.h52 unsigned long sa0; member
/openbmc/linux/Documentation/devicetree/bindings/iio/imu/
H A Dst,lsm6dsx.yaml85 connected through a pull-up with other chip lines (e.g. SDO/SA0).
/openbmc/u-boot/drivers/net/
H A Dlpc32xx_eth.c94 u32 sa0; /* Station address register 0 */ member
437 (dev->enetaddr[5] << 8)), &regs->sa0); in lpc32xx_eth_write_hwaddr()
488 (dev->enetaddr[5] << 8)), &regs->sa0); in lpc32xx_eth_init()
H A Dpic32_eth.h52 struct pic32_reg_atomic sa0; /* 0x300 */ member
/openbmc/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc100 #define fWRITE_LOOP_REGS0(START, COUNT) SA0 = START; (LC0 = COUNT)
/openbmc/qemu/target/hexagon/
H A Dattribs_def.h.inc108 DEF_ATTRIB(IMPLICIT_WRITES_SA0, "Writes start addr for loop 0", "", "UREG.SA0")
H A Dcpu.c64 "sa0", "lc0", "sa1", "lc1", "p3_0", "c5", "m0", "m1",
/openbmc/u-boot/arch/arm/include/asm/
H A Dmacro.h268 * CP15BEN,SA0,SA,C,A,M to 0
/openbmc/qemu/gdb-xml/
H A Dhexagon-core.xml51 …<reg name="sa0" bitsize="32" offset="128" encoding="uint" format="hex" group="Thread …
/openbmc/linux/drivers/net/wan/
H A Dhd64570.h64 #define SA0 0x12 /* Sync/Address 0 */ macro

12