Home
last modified time | relevance | path

Searched refs:lance_regs (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/
Da2065.c117 volatile struct lance_regs *ll;
155 volatile struct lance_regs *ll = lp->ll; in load_csrs()
255 volatile struct lance_regs *ll = lp->ll; in init_restart_lance()
280 volatile struct lance_regs *ll = lp->ll; in lance_rx()
358 volatile struct lance_regs *ll = lp->ll; in lance_tx()
441 volatile struct lance_regs *ll; in lance_interrupt()
495 volatile struct lance_regs *ll = lp->ll; in lance_open()
520 volatile struct lance_regs *ll = lp->ll; in lance_close()
536 volatile struct lance_regs *ll = lp->ll; in lance_reset()
559 volatile struct lance_regs *ll = lp->ll; in lance_tx_timeout()
[all …]
Ddeclance.c247 volatile struct lance_regs *ll;
280 struct lance_regs { struct
299 volatile struct lance_regs *ll = lp->ll; in load_csrs() argument
506 volatile struct lance_regs *ll = lp->ll; in init_restart_lance()
622 volatile struct lance_regs *ll = lp->ll; in lance_tx()
712 volatile struct lance_regs *ll = lp->ll; in lance_interrupt()
759 volatile struct lance_regs *ll = lp->ll; in lance_open()
825 volatile struct lance_regs *ll = lp->ll; in lance_close()
859 volatile struct lance_regs *ll = lp->ll; in lance_reset()
876 volatile struct lance_regs *ll = lp->ll; in lance_tx_timeout()
[all …]
D7990.h17 struct lance_regs struct
107 volatile struct lance_regs *ll;
Da2065.h40 struct lance_regs { struct
Dmvme147.c130 lp->lance.ll = (struct lance_regs *)(dev->base_addr); in mvme147lance_probe()
Dhplance.c147 lp->lance.ll = (struct lance_regs *)(va + HPLANCE_REGOFF); in hplance_init()