Home
last modified time | relevance | path

Searched refs:lregs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/amd/
H A Dsunlance.c237 void __iomem *lregs; /* Lance RAP/RDP regs. */ member
277 do { void __iomem *__base = (__lp)->lregs; \
304 sbus_writew(LE_CSR1, lp->lregs + RAP); in load_csrs()
305 sbus_writew(leptr & 0xffff, lp->lregs + RDP); in load_csrs()
306 sbus_writew(LE_CSR2, lp->lregs + RAP); in load_csrs()
307 sbus_writew(leptr >> 16, lp->lregs + RDP); in load_csrs()
308 sbus_writew(LE_CSR3, lp->lregs + RAP); in load_csrs()
309 sbus_writew(lp->busmaster_regval, lp->lregs + RDP); in load_csrs()
312 sbus_writew(LE_CSR0, lp->lregs + RAP); in load_csrs()
470 sbus_writew(LE_CSR0, lp->lregs + RAP); in init_restart_lance()
[all …]
/linux/arch/x86/hyperv/
H A Dhv_crash.c371 struct pt_regs lregs; in hv_crash_stop_other_cpus() local
402 crash_setup_regs(&lregs, NULL); in hv_crash_stop_other_cpus()
404 crash_nmi_callback(&lregs); in hv_crash_stop_other_cpus()