Home
last modified time | relevance | path

Searched refs:tregs (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.c337 void __iomem *tregs, in put_tcvr_byte() argument
365 idle_transceiver(tregs); in bigmac_tcvr_write()
371 put_tcvr_byte(bp, tregs, in bigmac_tcvr_write()
404 idle_transceiver(tregs); in bigmac_tcvr_read()
410 put_tcvr_byte(bp, tregs, in bigmac_tcvr_read()
456 void __iomem *tregs = bp->tregs; in bigmac_tcvr_init() local
459 idle_transceiver(tregs); in bigmac_tcvr_init()
530 void __iomem *tregs = bp->tregs; in bigmac_timer() local
585 void __iomem *tregs = bp->tregs; in bigmac_begin_auto_negotiation() local
1153 if (!bp->tregs) { in bigmac_ether_init()
[all …]
H A Dsunhme.c315 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read()
318 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read()
319 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read()
320 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read()
321 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read()
364 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_write()
365 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write()
366 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_write()
367 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write()
380 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write()
[all …]
H A Dsunbmac.h293 void __iomem *tregs; /* BigMAC Transceiver */ member
/openbmc/linux/arch/m68k/kernel/
H A Dsignal.c93 struct pt_regs *tregs; in fixup_exception() local
104 tregs->format = FORMAT; in fixup_exception()
105 tregs->pc = fixup->fixup; in fixup_exception()
106 tregs->sr = regs->sr; in fixup_exception()
822 sc->sc_sr = tregs->sr; in setup_sigcontext()
824 sc->sc_formatvec = tregs->format << 12 | tregs->vector; in setup_sigcontext()
885 tregs->format); in setup_frame()
931 tregs->vector = 0; in setup_frame()
932 tregs->format = 0; in setup_frame()
1011 tregs->vector = 0; in setup_rt_frame()
[all …]
/openbmc/linux/drivers/iio/magnetometer/
H A Dbmc150_magn.c366 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_x()
379 (((s16)tregs->x1) << 3); in bmc150_magn_compensate_x()
388 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_y()
401 (((s16)tregs->y1) << 3); in bmc150_magn_compensate_y()
410 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_z()
411 u16 z1 = le16_to_cpu(tregs->z1); in bmc150_magn_compensate_z()
412 s16 z2 = le16_to_cpu(tregs->z2); in bmc150_magn_compensate_z()
413 s16 z3 = le16_to_cpu(tregs->z3); in bmc150_magn_compensate_z()
414 s16 z4 = le16_to_cpu(tregs->z4); in bmc150_magn_compensate_z()
432 struct bmc150_magn_trim_regs tregs; in bmc150_magn_read_xyz() local
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dstarfire.c40 unsigned long tregs[32]; member
67 p->tregs[i] = treg_base + (i * 0x10UL); in starfire_hookup()
69 if (upa_readl(p->tregs[i]) != 0) in starfire_hookup()
109 upa_writel(upaid, p->tregs[i]); in starfire_translate()
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddebug.c86 X86EMU_sysEnv tregs; in disassemble_forward() local
113 tregs = M; in disassemble_forward()
114 tregs.x86.R_IP = off; in disassemble_forward()
115 tregs.x86.R_CS = seg; in disassemble_forward()
118 tregs.x86.enc_str_pos = 0; in disassemble_forward()
119 tregs.x86.enc_pos = 0; in disassemble_forward()
122 tregs.x86.debug |= DEBUG_DISASSEMBLE_F; in disassemble_forward()
/openbmc/linux/arch/sh/include/asm/
H A Dptrace.h59 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch143 - X86EMU_sysEnv tregs;
146 + X86EMU_sysEnv tregs;
157 - tregs = M;
158 + tregs = M;
159 tregs.x86.R_IP = off;
160 tregs.x86.R_CS = seg;
164 tregs.x86.enc_str_pos = 0;
165 tregs.x86.enc_pos = 0;
169 tregs.x86.debug |= DEBUG_DISASSEMBLE_F;