Home
last modified time | relevance | path

Searched refs:conf0 (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/tty/serial/
H A Desp32_uart.c176 u32 conf0 = esp32_uart_read(port, UART_CONF0_REG); in esp32_uart_set_mctrl() local
178 conf0 &= ~(UART_LOOPBACK | in esp32_uart_set_mctrl()
183 conf0 |= UART_SW_RTS; in esp32_uart_set_mctrl()
185 conf0 |= UART_SW_DTR; in esp32_uart_set_mctrl()
187 conf0 |= UART_LOOPBACK; in esp32_uart_set_mctrl()
189 esp32_uart_write(port, UART_CONF0_REG, conf0); in esp32_uart_set_mctrl()
395 u32 conf0, conf1; in esp32_uart_set_termios() local
411 conf0 = esp32_uart_read(port, UART_CONF0_REG); in esp32_uart_set_termios()
412 conf0 &= ~(UART_PARITY_EN | UART_PARITY | UART_BIT_NUM | UART_STOP_BIT_NUM); in esp32_uart_set_termios()
418 conf0 |= UART_PARITY_EN; in esp32_uart_set_termios()
[all …]
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-i2s-audio.c43 u8 conf0 = 0; in dw_hdmi_i2s_hw_params() local
58 conf0 = (HDMI_AUD_CONF0_I2S_SELECT | HDMI_AUD_CONF0_I2S_EN0); in dw_hdmi_i2s_hw_params()
63 conf0 |= HDMI_AUD_CONF0_I2S_EN3; in dw_hdmi_i2s_hw_params()
66 conf0 |= HDMI_AUD_CONF0_I2S_EN2; in dw_hdmi_i2s_hw_params()
69 conf0 |= HDMI_AUD_CONF0_I2S_EN1; in dw_hdmi_i2s_hw_params()
110 hdmi_write(audio, conf0, HDMI_AUD_CONF0); in dw_hdmi_i2s_hw_params()
H A Ddw-hdmi-qp.c345 u32 conf0 = 0; in dw_hdmi_qp_set_audio_interface() local
364 conf0 |= I2S_LINES_EN(3); in dw_hdmi_qp_set_audio_interface()
367 conf0 |= I2S_LINES_EN(2); in dw_hdmi_qp_set_audio_interface()
370 conf0 |= I2S_LINES_EN(1); in dw_hdmi_qp_set_audio_interface()
373 conf0 |= I2S_LINES_EN(0); in dw_hdmi_qp_set_audio_interface()
377 dw_hdmi_qp_mod(hdmi, conf0, I2S_LINES_EN_MSK, AUDIO_INTERFACE_CONFIG0); in dw_hdmi_qp_set_audio_interface()
385 conf0 = (hparms->channels == 8) ? AUD_HBR : AUD_ASP; in dw_hdmi_qp_set_audio_interface()
386 conf0 |= I2S_BPCUV_RCV_EN; in dw_hdmi_qp_set_audio_interface()
389 conf0 = AUD_ASP | I2S_BPCUV_RCV_DIS; in dw_hdmi_qp_set_audio_interface()
393 dw_hdmi_qp_mod(hdmi, conf0, I2S_BPCUV_RCV_MSK | AUD_FORMAT_MSK, in dw_hdmi_qp_set_audio_interface()
H A Ddw-hdmi-ahb-audio.c428 u8 threshold, conf0, conf1, ca; in dw_hdmi_prepare() local
433 conf0 = HDMI_AHB_DMA_CONF0_BURST_MODE | in dw_hdmi_prepare()
441 conf0 = HDMI_AHB_DMA_CONF0_BURST_MODE | in dw_hdmi_prepare()
455 conf0 |= HDMI_AHB_DMA_CONF0_EN_HLOCK; in dw_hdmi_prepare()
460 writeb_relaxed(conf0, dw->data.base + HDMI_AHB_DMA_CONF0); in dw_hdmi_prepare()
/linux/drivers/pinctrl/intel/
H A Dpinctrl-baytrail.c100 u32 conf0; member
1157 u32 conf0, val; in byt_gpio_dbg_show() local
1181 conf0 = readl(conf_reg); in byt_gpio_dbg_show()
1195 switch (conf0 & BYT_PULL_ASSIGN_MASK) { in byt_gpio_dbg_show()
1204 switch (conf0 & BYT_PULL_STR_MASK) { in byt_gpio_dbg_show()
1227 conf0 & 0x7, in byt_gpio_dbg_show()
1228 conf0 & BYT_TRIG_NEG ? " fall" : " ", in byt_gpio_dbg_show()
1229 conf0 & BYT_TRIG_POS ? " rise" : " ", in byt_gpio_dbg_show()
1230 conf0 & BYT_TRIG_LVL ? " level" : " "); in byt_gpio_dbg_show()
1237 if (conf0 & BYT_IODEN) in byt_gpio_dbg_show()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_eeprom.c93 u16 conf0 = mt76x02_eeprom_get(dev, MT_EE_NIC_CONF_0); in mt76x02_ext_pa_enabled() local
96 return !(conf0 & MT_EE_NIC_CONF_0_PA_INT_5G); in mt76x02_ext_pa_enabled()
98 return !(conf0 & MT_EE_NIC_CONF_0_PA_INT_2G); in mt76x02_ext_pa_enabled()
/linux/arch/mips/include/asm/
H A Dmipsmtregs.h183 unsigned conf0; in core_nvpes() local
188 conf0 = read_c0_mvpconf0(); in core_nvpes()
189 return ((conf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT) + 1; in core_nvpes()
/linux/drivers/gpu/drm/mcde/
H A Dmcde_display.c755 u32 conf0; in mcde_configure_dsi_formatter() local
764 conf0 = MCDE_DSIVID0CONF0; in mcde_configure_dsi_formatter()
773 conf0 = MCDE_DSIVID1CONF0; in mcde_configure_dsi_formatter()
782 conf0 = MCDE_DSIVID2CONF0; in mcde_configure_dsi_formatter()
825 writel(val, mcde->regs + conf0); in mcde_configure_dsi_formatter()
/linux/arch/arm/boot/dts/gemini/
H A Dgemini-nas4220b.dts109 conf0 {
H A Dgemini-sq201.dts184 conf0 {
H A Dgemini-sl93512r.dts188 conf0 {
H A Dgemini-dlink-dns-313.dts238 conf0 {
H A Dgemini-dlink-dir-685.dts400 conf0 {
/linux/drivers/iio/adc/
H A Dxilinx-xadc-core.c1319 unsigned int conf0; in xadc_probe() local
1353 ret = xadc_parse_dt(indio_dev, &conf0, irq); in xadc_probe()
1417 ret = xadc_write_adc_reg(xadc, XADC_REG_CONF0, conf0); in xadc_probe()