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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dcs89x0.c197 unsigned int selfcontrol; local
201 selfcontrol = HCB1_ENBL; /* Enable the HCB1 bit as an output */
203 selfcontrol |= HCB1;
205 selfcontrol &= ~HCB1;
206 writereg(PP_SelfCTL, selfcontrol);

Completed in 43 milliseconds