Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Ddvo_tfp410.c90 uint8_t ctl1; member
246 uint8_t ctl1; in tfp410_dpms() local
248 if (!tfp410_readb(dvo, TFP410_CTL_1, &ctl1)) in tfp410_dpms()
252 ctl1 |= TFP410_CTL_1_PD; in tfp410_dpms()
254 ctl1 &= ~TFP410_CTL_1_PD; in tfp410_dpms()
256 tfp410_writeb(dvo, TFP410_CTL_1, ctl1); in tfp410_dpms()
297 if (!tfp410_readb(dvo, TFP410_CTL_1, &tfp->saved_reg.ctl1)) in tfp410_save()
309 tfp410_writeb(dvo, TFP410_CTL_1, tfp->saved_reg.ctl1 & ~0x1); in tfp410_restore()
312 tfp410_writeb(dvo, TFP410_CTL_1, tfp->saved_reg.ctl1); in tfp410_restore()
/drivers/mtd/nand/
Dcafe_nand.c63 uint32_t ctl1; member
164 uint32_t ctl1; in cafe_nand_cmdfunc() local
173 ctl1 = cafe->ctl1; in cafe_nand_cmdfunc()
176 cafe->ctl1, cafe->nr_data); in cafe_nand_cmdfunc()
210 ctl1 = 0x80000000 | command | (cafe->ctl1 & CTRL1_CHIPSELECT); in cafe_nand_cmdfunc()
214 ctl1 |= (1<<26); /* rd */ in cafe_nand_cmdfunc()
221 ctl1 |= 1<<26; /* rd */ in cafe_nand_cmdfunc()
225 ctl1 |= 1<<25; /* wr */ in cafe_nand_cmdfunc()
229 ctl1 |= ((adrbytes-1)|8) << 27; in cafe_nand_cmdfunc()
234 cafe->ctl1 = ctl1; in cafe_nand_cmdfunc()
[all …]
/drivers/net/wireless/b43legacy/
Ddma.c165 u32 ctl1 = 0; in op64_fill_descriptor() local
186 ctl1 |= (bufsize - ring->frameoffset) in op64_fill_descriptor()
188 ctl1 |= (addrext << B43legacy_DMA64_DCTL1_ADDREXT_SHIFT) in op64_fill_descriptor()
192 desc->dma64.control1 = cpu_to_le32(ctl1); in op64_fill_descriptor()
/drivers/net/wireless/b43/
Ddma.c160 u32 ctl0 = 0, ctl1 = 0; in op64_fill_descriptor() local
180 ctl1 |= (bufsize - ring->frameoffset) in op64_fill_descriptor()
182 ctl1 |= (addrext << B43_DMA64_DCTL1_ADDREXT_SHIFT) in op64_fill_descriptor()
186 desc->dma64.control1 = cpu_to_le32(ctl1); in op64_fill_descriptor()