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

/vbox/src/VBox/Devices/Network/testcase/
H A DtstDevPhy.cpp61 void shiftOutBits(uint32_t data, uint16_t count);
103 * shiftOutBits - Shift data bits our to MDIO
105 void PhyTest::shiftOutBits(uint32_t data, uint16_t count) { function in class:PhyTest
132 shiftOutBits(PREAMBLE_VAL, PREAMBLE_BITS);
134 shiftOutBits(ST_VAL, ST_BITS);
135 shiftOutBits(READ_OP, OP_BITS);
136 shiftOutBits(PHYADR_VAL, PHYADR_BITS);
137 shiftOutBits(addr, REGADR_BITS);
147 shiftOutBits(PREAMBLE_VAL, PREAMBLE_BITS);
149 shiftOutBits(ST_VA
[all...]
H A DtstDevEEPROM.cpp82 void shiftOutBits(uint16_t data, uint16_t count);
90 void writeData(uint16_t value) { shiftOutBits(value, DATA_BITS); }
114 shiftOutBits(READ_OPCODE, READ_OPCODE_BITS);
115 shiftOutBits(wordAddr, READ_ADDR_BITS);
127 shiftOutBits(READ_OPCODE, READ_OPCODE_BITS);
128 shiftOutBits(0, READ_ADDR_BITS);
197 shiftOutBits(EWEN_OPCODE, EWEN_OPCODE_BITS);
198 shiftOutBits(0, EWEN_ADDR_BITS);
209 shiftOutBits(ERASE_OPCODE, ERASE_OPCODE_BITS);
210 shiftOutBits(add
326 void EEPROMTest::shiftOutBits(uint16_t data, uint16_t count) { function in class:EEPROMTest
[all...]

Completed in 43 milliseconds