Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dcs89x0.c198 unsigned int selfcontrol; in control_dc_dc() local
202 selfcontrol = HCB1_ENBL; /* Enable the HCB1 bit as an output */ in control_dc_dc()
204 selfcontrol |= HCB1; in control_dc_dc()
206 selfcontrol &= ~HCB1; in control_dc_dc()
207 writereg(PP_SelfCTL, selfcontrol); in control_dc_dc()