OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChipConfig
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
fa311.c
53
ChipCmd=0x00,
ChipConfig
=0x04, EECtrl=0x08, PCIBusCfg=0x0C,
181
if (readl(dev->ioaddr +
ChipConfig
) & 0x20000000)
194
duplex = readl(dev->ioaddr +
ChipConfig
) & 0x20000000 ? 1 : 0;
222
if ((readl(dev->ioaddr +
ChipConfig
) & 0xe000) != 0xe000)
224
chip_config = readl(dev->ioaddr +
ChipConfig
);
natsemi.c
110
ChipConfig
= 0x04,
298
u32 chip_config = inl(ioaddr +
ChipConfig
);
430
if (inl(ioaddr +
ChipConfig
) & 0x20000000) { /* Full duplex */
575
int duplex = inl(ioaddr +
ChipConfig
) & 0x20000000 ? 1 : 0;
Completed in 22 milliseconds