Searched refs:tregs (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/sun/ |
| H A D | sunbmac.c | 337 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 D | sunhme.c | 315 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 D | sunbmac.h | 293 void __iomem *tregs; /* BigMAC Transceiver */ member
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | signal.c | 95 struct pt_regs *tregs; in fixup_exception() local 106 tregs->format = FORMAT; in fixup_exception() 107 tregs->pc = fixup->fixup; in fixup_exception() 108 tregs->sr = regs->sr; in fixup_exception() 824 sc->sc_sr = tregs->sr; in setup_sigcontext() 826 sc->sc_formatvec = tregs->format << 12 | tregs->vector; in setup_sigcontext() 887 tregs->format); in setup_frame() 933 tregs->vector = 0; in setup_frame() 934 tregs->format = 0; in setup_frame() 1013 tregs->vector = 0; in setup_rt_frame() [all …]
|
| /linux-6.15/drivers/iio/magnetometer/ |
| H A D | bmc150_magn.c | 365 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_x() 378 (((s16)tregs->x1) << 3); in bmc150_magn_compensate_x() 387 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_y() 400 (((s16)tregs->y1) << 3); in bmc150_magn_compensate_y() 409 u16 xyz1 = le16_to_cpu(tregs->xyz1); in bmc150_magn_compensate_z() 410 u16 z1 = le16_to_cpu(tregs->z1); in bmc150_magn_compensate_z() 411 s16 z2 = le16_to_cpu(tregs->z2); in bmc150_magn_compensate_z() 412 s16 z3 = le16_to_cpu(tregs->z3); in bmc150_magn_compensate_z() 413 s16 z4 = le16_to_cpu(tregs->z4); in bmc150_magn_compensate_z() 431 struct bmc150_magn_trim_regs tregs; in bmc150_magn_read_xyz() local [all …]
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | starfire.c | 40 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.15/arch/sh/include/asm/ |
| H A D | ptrace.h | 59 {.name = __stringify(tr##num), .offset = offsetof(struct pt_regs, tregs[num])}
|