Searched refs:u16Cnt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevE1000Phy.cpp494 Assert(pPhy->u16Cnt == 1);
497 pPhy->u16Cnt = 16;
503 if (--pPhy->u16Cnt == 0)
526 pPhy->u16Cnt = 12; /* OP + PHYADR + REGADR */
531 Assert(pPhy->u16Cnt);
532 /* Shift in 'u16Cnt' bits into accumulator */
536 if (--pPhy->u16Cnt == 0)
545 pPhy->u16Cnt = 1;
550 pPhy->u16Cnt = 2;
560 Assert(pPhy->u16Cnt <
[all...]
H A DDevE1000Phy.h85 uint16_t u16Cnt; member in struct:Phy::Phy_st

Completed in 42 milliseconds