Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dcs89x0.c908 unsigned int selfcontrol; in control_dc_dc() local
914 selfcontrol = HCB1_ENBL; /* Enable the HCB1 bit as an output */ in control_dc_dc()
916 selfcontrol |= HCB1; in control_dc_dc()
918 selfcontrol &= ~HCB1; in control_dc_dc()
919 writereg(dev, PP_SelfCTL, selfcontrol); in control_dc_dc()