OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_BASE
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
3c509.c
311
for (i = 0; is_eeprom_busy(
IS_BASE
) && i < MAX_EEPROMBUSY; i++);
329
outw(EEPROM_CMD_RD | offset,
IS_BASE
+ EP_W0_EEPROM_COMMAND);
332
return (inw(
IS_BASE
+ EP_W0_EEPROM_DATA));
557
i = inw(
IS_BASE
+ EP_W0_CONFIG_CTRL);
558
j = (inw(
IS_BASE
+ EP_W0_ADDRESS_CFG) >> 14) & 0x3;
3c509.h
57
#define
IS_BASE
(eth_nic_base)
Completed in 165 milliseconds