Searched refs:ctl1 (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/i915/ |
D | dvo_tfp410.c | 90 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/ |
D | cafe_nand.c | 63 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/ |
D | dma.c | 165 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/ |
D | dma.c | 160 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()
|