Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DMIIBus.h88 enum PHYIndex { enum
119 uint8 PHYID(PHYIndex phyIndex = CurrentPHY);
120 uint8 PHYType(PHYIndex phyIndex = CurrentPHY);
121 PHYIndex ActivePHY() { return fSelectedPHY; } in ActivePHY()
124 PHYIndex phyIndex = CurrentPHY);
126 PHYIndex phyIndex = CurrentPHY);
129 PHYIndex phyIndex = CurrentPHY);
136 PHYIndex fSelectedPHY;
H A DMIIBus.cpp143 MIIBus::PHYID(PHYIndex phyIndex /*= CurrentPHY*/) in PHYID()
155 MIIBus::PHYType(PHYIndex phyIndex /*= CurrentPHY*/) in PHYType()
167 MIIBus::Read(uint16 miiRegister, uint16 *value, PHYIndex phyIndex /*= CurrPHY*/) in Read()
221 MIIBus::Write(uint16 miiRegister, uint16 value, PHYIndex phyIndex /*= CurrPHY*/) in Write()
276 MIIBus::Status(uint16 *status, PHYIndex phyIndex /*= CurrentPHY*/) in Status()