Searched defs:readreg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dcs89x0.c109 static inline int readreg(int portno) function
133 while(readreg(PP_SelfST) & SI_BUSY) {
154 buffer[i] = readreg(PP_EEData);
235 if ((readreg(PP_LineST) & LINK_OK) == 0)
244 while (readreg(PP_AutoNegST) & AUTO_NEG_BUSY) {
251 if (readreg(PP_AutoNegST) & FDX_ACTIVE)
269 writereg(PP_LineCTL, readreg(PP_LineCTL) | SERIAL_TX_ON);
279 (readreg(PP_BusST) & READY_FOR_TX_NOW) == 0; )
291 if ((readreg(PP_TxEvent) & TX_SEND_OK_BITS) == TX_OK) {
335 writereg(PP_SelfCTL, readreg(PP_SelfCT
[all...]

Completed in 44 milliseconds