Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/sun/
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 …]
A Dsunhme.c318 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read()
321 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read()
322 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read()
323 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_read()
324 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_read()
367 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_write()
368 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write()
369 BB_PUT_BIT(hp, tregs, 0); in happy_meal_bb_write()
370 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write()
383 BB_PUT_BIT(hp, tregs, 1); in happy_meal_bb_write()
[all …]
A Dsunbmac.h293 void __iomem *tregs; /* BigMAC Transceiver */ member
/linux-6.3-rc2/arch/m68k/kernel/
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()
879 tregs->format); in setup_frame()
925 tregs->vector = 0; in setup_frame()
926 tregs->format = 0; in setup_frame()
1005 tregs->vector = 0; in setup_rt_frame()
[all …]
/linux-6.3-rc2/drivers/iio/magnetometer/
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 …]
/linux-6.3-rc2/arch/sparc/kernel/
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()
/linux-6.3-rc2/arch/sh/include/asm/
A Dptrace.h59 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}

Completed in 19 milliseconds