Searched refs:ctl1 (Results 1 – 2 of 2) sorted by relevance
242 u8 ctl1; in tfp410_dpms() local244 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_dpms()248 ctl1 |= TFP410_CTL_1_PD; in tfp410_dpms()250 ctl1 &= ~TFP410_CTL_1_PD; in tfp410_dpms()252 tfp410_writeb(dvo, TFP410_CTL_1, ctl1); in tfp410_dpms()257 u8 ctl1; in tfp410_get_hw_state() local259 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_get_hw_state()262 if (ctl1 & TFP410_CTL_1_PD) in tfp410_get_hw_state()
401 __le32 ctl1; member