/linux-4.1.27/sound/soc/codecs/ |
D | ssm2518.c | 409 unsigned int ctrl1 = 0, ctrl2 = 0; in ssm2518_set_dai_fmt() local 425 ctrl2 |= SSM2518_SAI_CTRL2_BCLK_INVERT; in ssm2518_set_dai_fmt() 432 ctrl2 |= SSM2518_SAI_CTRL2_BCLK_INVERT; in ssm2518_set_dai_fmt() 454 ctrl2 |= SSM2518_SAI_CTRL2_LRCLK_PULSE; in ssm2518_set_dai_fmt() 459 ctrl2 |= SSM2518_SAI_CTRL2_LRCLK_PULSE; in ssm2518_set_dai_fmt() 468 ctrl2 |= SSM2518_SAI_CTRL2_LRCLK_INVERT; in ssm2518_set_dai_fmt() 474 return regmap_write(ssm2518->regmap, SSM2518_REG_SAI_CTRL2, ctrl2); in ssm2518_set_dai_fmt() 533 unsigned int ctrl1, ctrl2; in ssm2518_set_tdm_slot() local 567 ctrl2 = SSM2518_SAI_CTRL2_SLOT_WIDTH_16; in ssm2518_set_tdm_slot() 570 ctrl2 = SSM2518_SAI_CTRL2_SLOT_WIDTH_24; in ssm2518_set_tdm_slot() [all …]
|
/linux-4.1.27/drivers/pci/ |
D | vc.c | 107 u32 ctrl, header, cap1, ctrl2; in pci_vc_enable() local 141 pci_read_config_dword(dev->bus->self, ctrl_pos2, &ctrl2); in pci_vc_enable() 142 if ((ctrl2 & PCI_VC_RES_CTRL_ID) == id) { in pci_vc_enable() 152 if (ctrl2 & PCI_VC_RES_CTRL_ENABLE) { in pci_vc_enable() 153 ctrl2 &= ~PCI_VC_RES_CTRL_ENABLE; in pci_vc_enable() 154 pci_write_config_dword(link, ctrl_pos2, ctrl2); in pci_vc_enable() 158 ctrl2 |= PCI_VC_RES_CTRL_ENABLE; in pci_vc_enable() 159 pci_write_config_dword(link, ctrl_pos2, ctrl2); in pci_vc_enable()
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_sru.c | 47 u32 ctrl2; member 62 .ctrl2 = VI6_SRU_CTRL2_PARAMS(24, 40, 255), 65 .ctrl2 = VI6_SRU_CTRL2_PARAMS(8, 16, 255), 68 .ctrl2 = VI6_SRU_CTRL2_PARAMS(36, 60, 255), 71 .ctrl2 = VI6_SRU_CTRL2_PARAMS(12, 27, 255), 74 .ctrl2 = VI6_SRU_CTRL2_PARAMS(48, 80, 255), 77 .ctrl2 = VI6_SRU_CTRL2_PARAMS(16, 36, 255), 98 vsp1_sru_write(sru, VI6_SRU_CTRL2, param->ctrl2); in sru_s_ctrl()
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-rx8025.c | 267 u8 ctrl[2], ctrl2; in rx8025_init_client() local 305 ctrl2 = ctrl[0]; in rx8025_init_client() 306 ctrl2 &= ~(RX8025_BIT_CTRL2_PON | RX8025_BIT_CTRL2_VDET | in rx8025_init_client() 309 ctrl2 |= RX8025_BIT_CTRL2_XST; in rx8025_init_client() 311 err = rx8025_write_reg(client, RX8025_REG_CTRL2, ctrl2); in rx8025_init_client() 322 u8 ctrl2, ald[2]; in rx8025_read_alarm() local 332 err = rx8025_read_reg(client, RX8025_REG_CTRL2, &ctrl2); in rx8025_read_alarm() 337 __func__, ald[0], ald[1], ctrl2); in rx8025_read_alarm() 358 t->pending = (ctrl2 & RX8025_BIT_CTRL2_DAFG) && t->enabled; in rx8025_read_alarm()
|
/linux-4.1.27/drivers/extcon/ |
D | extcon-max14577.c | 226 u8 ctrl1, ctrl2 = 0; in max14577_muic_set_path() local 251 ctrl2 |= CTRL2_CPEN_MASK; /* LowPwr=0, CPEn=1 */ in max14577_muic_set_path() 253 ctrl2 |= CTRL2_LOWPWR_MASK; /* LowPwr=1, CPEn=0 */ in max14577_muic_set_path() 257 CTRL2_LOWPWR_MASK | CTRL2_CPEN_MASK, ctrl2); in max14577_muic_set_path() 265 ctrl1, ctrl2, attached ? "attached" : "detached"); in max14577_muic_set_path()
|
D | extcon-max8997.c | 224 u8 ctrl1, ctrl2 = 0; in max8997_muic_set_path() local 239 ctrl2 |= CONTROL2_CPEN_MASK; /* LowPwr=0, CPEn=1 */ in max8997_muic_set_path() 241 ctrl2 |= CONTROL2_LOWPWR_MASK; /* LowPwr=1, CPEn=0 */ in max8997_muic_set_path() 244 MAX8997_MUIC_REG_CONTROL2, ctrl2, in max8997_muic_set_path() 253 ctrl1, ctrl2, attached ? "attached" : "detached"); in max8997_muic_set_path()
|
D | extcon-max77843.c | 223 unsigned int ctrl1, ctrl2; in max77843_muic_set_path() local 239 ctrl2 = MAX77843_MUIC_CONTROL2_CPEN_MASK; in max77843_muic_set_path() 241 ctrl2 = MAX77843_MUIC_CONTROL2_LOWPWR_MASK; in max77843_muic_set_path() 246 MAX77843_MUIC_CONTROL2_CPEN_MASK, ctrl2); in max77843_muic_set_path() 254 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77843_muic_set_path()
|
D | extcon-max77693.c | 293 unsigned int ctrl1, ctrl2 = 0; in max77693_muic_set_path() local 308 ctrl2 |= CONTROL2_CPEN_MASK; /* LowPwr=0, CPEn=1 */ in max77693_muic_set_path() 310 ctrl2 |= CONTROL2_LOWPWR_MASK; /* LowPwr=1, CPEn=0 */ in max77693_muic_set_path() 314 CONTROL2_LOWPWR_MASK | CONTROL2_CPEN_MASK, ctrl2); in max77693_muic_set_path() 322 ctrl1, ctrl2, attached ? "attached" : "detached"); in max77693_muic_set_path()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | dma.c | 202 __le32 ctrl2; /* buffer count and address extension */ member 303 return parity32(dd->addrlow ^ dd->addrhigh ^ dd->ctrl1 ^ dd->ctrl2); in dma64_dd_parity() 718 u32 ctrl2 = bufcount & D64_CTRL2_BC_MASK; in dma64_dd_upd() local 725 ddring[outidx].ctrl2 = cpu_to_le32(ctrl2); in dma64_dd_upd() 733 ctrl2 |= (ae << D64_CTRL2_AE_SHIFT) & D64_CTRL2_AE; in dma64_dd_upd() 737 ddring[outidx].ctrl2 = cpu_to_le32(ctrl2); in dma64_dd_upd() 741 ddring[outidx].ctrl2 = in dma64_dd_upd() 742 cpu_to_le32(ctrl2 | D64_CTRL2_PARITY); in dma64_dd_upd() 1516 (le32_to_cpu(di->txd64[i].ctrl2) & in dma_getnexttxp()
|
/linux-4.1.27/drivers/tty/serial/ |
D | mxs-auart.c | 661 u32 bm, ctrl, ctrl2, div; in mxs_auart_settermios() local 667 ctrl2 = readl(u->membase + AUART_CTRL2); in mxs_auart_settermios() 723 ctrl2 |= AUART_CTRL2_RXE; in mxs_auart_settermios() 725 ctrl2 &= ~AUART_CTRL2_RXE; in mxs_auart_settermios() 732 ctrl2 &= ~(AUART_CTRL2_CTSEN | AUART_CTRL2_RTSEN); in mxs_auart_settermios() 744 ctrl2 |= AUART_CTRL2_TXDMAE | AUART_CTRL2_RXDMAE in mxs_auart_settermios() 749 ctrl2 |= AUART_CTRL2_RTSEN; in mxs_auart_settermios() 751 ctrl2 |= AUART_CTRL2_CTSEN; in mxs_auart_settermios() 761 writel(ctrl2, u->membase + AUART_CTRL2); in mxs_auart_settermios()
|
D | sprd_serial.c | 109 u32 ctrl2; member
|
/linux-4.1.27/arch/mips/include/asm/sgi/ |
D | ioc.h | 30 volatile u8 ctrl2; member
|
/linux-4.1.27/drivers/usb/host/ |
D | sl811.h | 146 u8 ctrl1, ctrl2, irq_enable; member
|
D | sl811-hcd.c | 1176 u8 ctrl2 = SL811HS_CTL2_INIT; in sl811h_timer() local 1184 ctrl2 |= SL811HS_CTL2MASK_DSWAP; in sl811h_timer() 1190 sl811_write(sl811, SL811HS_CTLREG2, ctrl2); in sl811h_timer()
|
/linux-4.1.27/sound/pci/oxygen/ |
D | xonar_wm87x6.c | 902 u16 ctrl1, ctrl2; in wm8776_level_control_put() local 912 ctrl2 = data->wm8776_regs[WM8776_ALCCTRL2]; in wm8776_level_control_put() 916 ctrl2 & ~WM8776_LCEN); in wm8776_level_control_put() 923 ctrl2 | WM8776_LCEN); in wm8776_level_control_put() 931 ctrl2 | WM8776_LCEN); in wm8776_level_control_put()
|
/linux-4.1.27/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 897 int ctrl2 = p->hipass_ctrl; in lis3lv02d_8b_configure() local 922 ctrl2 ^= HP_FF_WU1; /* Xor to keep compatible with old pdata*/ in lis3lv02d_8b_configure() 930 ctrl2 ^= HP_FF_WU2; /* Xor to keep compatible with old pdata*/ in lis3lv02d_8b_configure() 933 lis3->write(lis3, CTRL_REG2, ctrl2); in lis3lv02d_8b_configure()
|
/linux-4.1.27/drivers/media/i2c/ |
D | ov2659.c | 206 u8 ctrl2; member 944 ov2659->pll.ctrl2 = ctrl2_reg; in ov2659_pll_calc_params() 957 {REG_SC_PLL_CTRL2, ov2659->pll.ctrl2}, in ov2659_set_pixel_clock()
|
/linux-4.1.27/arch/mips/include/asm/txx9/ |
D | tx4939.h | 179 __u32 ctrl2; member
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 383 pr_info("Integer value is '%s'\n", ctrl2->cur.val);
|