OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lance_reset
(Results
1 - 1
of
1
) sorted by null
/external/grub/netboot/
lance.c
29
#define
LANCE_RESET
0x14
37
#define
LANCE_RESET
0x4
212
static void
lance_reset
(struct nic *nic)
function
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)
[
all
...]
Completed in 1449 milliseconds