Home | History | Annotate | Download | only in netboot

Lines Matching full:lance_reset

29 #define	LANCE_RESET	0x14
37 #define LANCE_RESET 0x4
212 static void lance_reset(struct nic *nic)
218 (void)inw(ioaddr+LANCE_RESET);
221 outw(0, ioaddr+LANCE_RESET);
385 (void)inw(ioaddr+LANCE_RESET);
387 outw(0, ioaddr+LANCE_RESET);
411 reset_val = inw(ioaddr+LANCE_RESET);
412 outw(reset_val, ioaddr+LANCE_RESET);
554 lance_reset(nic);
555 nic->reset = lance_reset;