Home
last modified time | relevance | path

Searched full:ctl2 (Results 1 – 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_panel.c1022 u32 ctl, ctl2, freq; in i965_enable_backlight() local
1024 ctl2 = intel_de_read(dev_priv, BLC_PWM_CTL2); in i965_enable_backlight()
1025 if (ctl2 & BLM_PWM_ENABLE) { in i965_enable_backlight()
1027 ctl2 &= ~BLM_PWM_ENABLE; in i965_enable_backlight()
1028 intel_de_write(dev_priv, BLC_PWM_CTL2, ctl2); in i965_enable_backlight()
1038 ctl2 = BLM_PIPE(pipe); in i965_enable_backlight()
1040 ctl2 |= BLM_COMBINATION_MODE; in i965_enable_backlight()
1042 ctl2 |= BLM_POLARITY_I965; in i965_enable_backlight()
1043 intel_de_write(dev_priv, BLC_PWM_CTL2, ctl2); in i965_enable_backlight()
1045 intel_de_write(dev_priv, BLC_PWM_CTL2, ctl2 | BLM_PWM_ENABLE); in i965_enable_backlight()
[all …]
Ddvo_tfp410.c207 u8 ctl2; in tfp410_detect() local
209 if (tfp410_readb(dvo, TFP410_CTL_2, &ctl2)) { in tfp410_detect()
210 if (ctl2 & TFP410_CTL_2_RSEN) in tfp410_detect()
Dintel_ddi.c1774 u32 ctl2 = 0; in intel_ddi_enable_transcoder_func() local
1780 ctl2 |= PORT_SYNC_MODE_ENABLE | in intel_ddi_enable_transcoder_func()
1785 TRANS_DDI_FUNC_CTL2(cpu_transcoder), ctl2); in intel_ddi_enable_transcoder_func()
4258 u32 ctl2 = intel_de_read(dev_priv, TRANS_DDI_FUNC_CTL2(cpu_transcoder)); in bdw_transcoder_master_readout() local
4260 if ((ctl2 & PORT_SYNC_MODE_ENABLE) == 0) in bdw_transcoder_master_readout()
4263 master_select = REG_FIELD_GET(PORT_SYNC_MODE_MASTER_SELECT_MASK, ctl2); in bdw_transcoder_master_readout()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dcafe_nand.c66 uint32_t ctl2; member
174 cafe_writel(cafe, cafe->ctl2 | 0x100 | command, NAND_CTRL2); in cafe_nand_cmdfunc()
176 cafe->ctl2 &= ~(1<<30); in cafe_nand_cmdfunc()
243 cafe_writel(cafe, cafe->ctl2 | 0x100 | NAND_CMD_RNDOUTSTART, NAND_CTRL2); in cafe_nand_cmdfunc()
245 cafe_writel(cafe, cafe->ctl2 | 0x100 | NAND_CMD_READSTART, NAND_CTRL2); in cafe_nand_cmdfunc()
248 cafe_dev_dbg(&cafe->pdev->dev, "dlen %x, ctl1 %x, ctl2 %x\n", in cafe_nand_cmdfunc()
298 WARN_ON(cafe->ctl2 & (1<<30)); in cafe_nand_cmdfunc()
310 cafe_writel(cafe, cafe->ctl2, NAND_CTRL2); in cafe_nand_cmdfunc()
314 cafe_writel(cafe, cafe->ctl2, NAND_CTRL2); in cafe_nand_cmdfunc()
544 cafe->ctl2 |= (1<<30); in cafe_nand_write_page_lowlevel()
[all …]
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-rs5c348.c79 txbuf[0] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */ in rs5c348_rtc_set_time()
81 txbuf[2] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */ in rs5c348_rtc_set_time()
124 txbuf[0] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */ in rs5c348_rtc_read_time()
126 txbuf[2] = RS5C348_CMD_R(RS5C348_REG_CTL2); /* cmd, ctl2 */ in rs5c348_rtc_read_time()
/kernel/linux/linux-5.10/drivers/hwmon/
Dlm93.c291 * The two PWM CTL2 registers can read something other than what was
1752 u8 ctl2, ctl4; in pwm_show() local
1755 ctl2 = data->block9[nr][LM93_PWM_CTL2]; in pwm_show()
1757 if (ctl2 & 0x01) /* show user commanded value if enabled */ in pwm_show()
1760 rc = LM93_PWM_FROM_REG(ctl2 >> 4, (ctl4 & 0x07) ? in pwm_show()
1771 u8 ctl2, ctl4; in pwm_store() local
1780 ctl2 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2)); in pwm_store()
1782 ctl2 = (ctl2 & 0x0f) | LM93_PWM_TO_REG(val, (ctl4 & 0x07) ? in pwm_store()
1785 data->pwm_override[nr] = LM93_PWM_FROM_REG(ctl2 >> 4, in pwm_store()
1788 lm93_write_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL2), ctl2); in pwm_store()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Darcfb.c426 unsigned char ctl2; in arcfb_ioctl() local
428 ctl2 = ks108_readb_ctl2(info->par); in arcfb_ioctl()
429 if (copy_to_user(argp, &ctl2, sizeof(ctl2))) in arcfb_ioctl()
/kernel/linux/linux-5.10/drivers/pci/pcie/
Daspm.c458 u32 ctl1 = 0, ctl2 = 0; in aspm_calc_l1ss_info() local
478 ctl2 |= scale1 | (val1 << 3); in aspm_calc_l1ss_info()
481 ctl2 |= scale2 | (val2 << 3); in aspm_calc_l1ss_info()
505 ctl2 == pctl2 && ctl2 == cctl2) in aspm_calc_l1ss_info()
520 pci_write_config_dword(parent, parent->l1ss + PCI_L1SS_CTL2, ctl2); in aspm_calc_l1ss_info()
521 pci_write_config_dword(child, child->l1ss + PCI_L1SS_CTL2, ctl2); in aspm_calc_l1ss_info()
/kernel/linux/linux-5.10/drivers/net/
Dsungem_phy.c799 u16 ctl, ctl2; in marvell_setup_forced() local
829 ctl2 = sungem_phy_read(phy, MII_M1011_PHY_SPEC_CONTROL); in marvell_setup_forced()
830 ctl2 &= ~(MII_M1011_PHY_SPEC_CONTROL_MANUAL_MDIX | in marvell_setup_forced()
835 ctl2 |= (fd == DUPLEX_FULL) ? in marvell_setup_forced()
838 sungem_phy_write(phy, MII_1000BASETCONTROL, ctl2); in marvell_setup_forced()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c455 txd->ctl2 = 0; in hw_atl_a0_hw_ring_tx_xmit()
465 txd->ctl2 |= (buff->mss << 16) | in hw_atl_a0_hw_ring_tx_xmit()
484 txd->ctl2 |= HW_ATL_A0_TXD_CTL2_LEN & (pkt_len << 14); in hw_atl_a0_hw_ring_tx_xmit()
488 txd->ctl2 |= HW_ATL_A0_TXD_CTL2_CTX_EN; in hw_atl_a0_hw_ring_tx_xmit()
Dhw_atl_b0.c679 txd->ctl2 = 0; in hw_atl_b0_hw_ring_tx_xmit()
690 txd->ctl2 |= (buff->mss << 16); in hw_atl_b0_hw_ring_tx_xmit()
698 txd->ctl2 |= (buff->len_l4 << 8) | in hw_atl_b0_hw_ring_tx_xmit()
715 txd->ctl2 |= HW_ATL_B0_TXD_CTL2_LEN & (pkt_len << 14); in hw_atl_b0_hw_ring_tx_xmit()
719 txd->ctl2 |= HW_ATL_B0_TXD_CTL2_CTX_EN; in hw_atl_b0_hw_ring_tx_xmit()
Dhw_atl_utils.h21 u32 ctl2; /* 63..46 - payload length, 45 - ctx enable, 44 - ctx index */ member
/kernel/linux/linux-5.10/drivers/dma/
Dpch_dma.c188 val = dma_readl(pd, CTL2); in pdc_enable_irq()
195 dma_writel(pd, CTL2, val); in pdc_enable_irq()
746 pd->regs.dma_ctl2 = dma_readl(pd, CTL2); in pch_dma_save_regs()
769 dma_writel(pd, CTL2, pd->regs.dma_ctl2); in pch_dma_restore_regs()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dlvds.yaml90 CTL2: Data Enable
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmt76x02_mac.h145 u8 ctl2; member
Dmt76x02_mac.c395 txwi->ctl2 = FIELD_PREP(MT_TX_PWR_ADJ, txpwr_adj); in mt76x02_mac_write_txwi()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dmac.h279 u32 ctl2; member
317 #define ds_ctl2 u.tx.ctl2
Deeprom_4k.c124 PR_EEP("Ant. Diversity ctl2", modal_hdr->antdiv_ctl2); in ath9k_dump_4k_modal_eeprom()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dcs35l33.h25 #define CS35L33_BST_CTL2 0x0C /* Boost Converter CTL2 */
Dcs35l35.h28 #define CS35L35_SP_FMT_CTL2 0x0E /* Serial Port Format CTL2 */
/kernel/linux/linux-5.10/sound/mips/
Dhal2.h141 /* Bits in CTL2 register */
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/
Daspeed-smc.c301 u32 ctl2 = ctl | CONTROL_COMMAND_MODE_USER | in aspeed_smc_stop_user() local
304 writel(ctl2, chip->ctl); /* stop user CE control */ in aspeed_smc_stop_user()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dmce.h90 /* CTL2 register defines */
/kernel/linux/linux-5.10/drivers/spi/
Dspi-sprd.c83 /* Bits & mask definition for register CTL2 */
/kernel/linux/linux-5.10/drivers/pci/
Dpci.c3672 u32 cap, ctl2; in pci_enable_atomic_ops_to_root() local
3716 &ctl2); in pci_enable_atomic_ops_to_root()
3717 if (ctl2 & PCI_EXP_DEVCTL2_ATOMIC_EGRESS_BLOCK) in pci_enable_atomic_ops_to_root()

12