Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Ddvo_tfp410.c239 uint8_t ctl1; in tfp410_dpms() local
241 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_dpms()
245 ctl1 |= TFP410_CTL_1_PD; in tfp410_dpms()
247 ctl1 &= ~TFP410_CTL_1_PD; in tfp410_dpms()
249 tfp410_writeb(dvo, TFP410_CTL_1, ctl1); in tfp410_dpms()
254 uint8_t ctl1; in tfp410_get_hw_state() local
256 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_get_hw_state()
259 if (ctl1 & TFP410_CTL_1_PD) in tfp410_get_hw_state()
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c3039 uint32_t ctl0 = 0, ctl1 = 0; in bwn_dma_64_setdesc() local
3060 ctl1 |= bufsize & BWN_DMA64_DCTL1_BYTECNT; in bwn_dma_64_setdesc()
3061 ctl1 |= (addrext << BWN_DMA64_DCTL1_ADDREXT_SHIFT) in bwn_dma_64_setdesc()
3065 desc->dma.dma64.control1 = htole32(ctl1); in bwn_dma_64_setdesc()