Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Ddvo_tfp410.c242 u8 ctl1; in tfp410_dpms() local
244 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() local
259 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()
/linux/drivers/net/ethernet/broadcom/
H A Dbgmac.h401 __le32 ctl1; member