Home
last modified time | relevance | path

Searched refs:ADD_PORT (Results 1 – 2 of 2) sorted by relevance

/external/grub/netboot/
Dcs89x0.c85 outw(portno, eth_nic_base + ADD_PORT); in readreg()
91 outw(portno, eth_nic_base + ADD_PORT); in writereg()
318 outw(PP_CS8920_ISAINT, eth_nic_base + ADD_PORT); in cs89x0_reset()
323 outw(PP_CS8920_ISAMemB, eth_nic_base + ADD_PORT); in cs89x0_reset()
354 outw(PP_ChipID, eth_nic_base + ADD_PORT); in cs89x0_reset()
466 if ((inw(ioaddr + ADD_PORT) & ADD_MASK) != ADD_SIG) in cs89x0_probe()
468 outw(PP_ChipID, ioaddr + ADD_PORT); in cs89x0_probe()
489 outw(PP_ChipID, eth_nic_base + ADD_PORT); in cs89x0_probe()
494 outw(PP_ChipID, eth_nic_base + ADD_PORT); in cs89x0_probe()
499 outw(PP_ChipID, eth_nic_base + ADD_PORT); in cs89x0_probe()
[all …]
Dcs89x0.h325 #define ADD_PORT 0x000A macro