Searched refs:conf0 (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/tty/serial/ |
| H A D | esp32_uart.c | 176 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 D | dw-hdmi-i2s-audio.c | 43 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 D | dw-hdmi-qp.c | 345 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 D | dw-hdmi-ahb-audio.c | 428 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/arch/mips/include/asm/ |
| H A D | mipsmtregs.h | 183 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/arch/arm/boot/dts/gemini/ |
| H A D | gemini-nas4220b.dts | 109 conf0 {
|
| H A D | gemini-sq201.dts | 184 conf0 {
|
| H A D | gemini-sl93512r.dts | 188 conf0 {
|
| H A D | gemini-dlink-dns-313.dts | 238 conf0 {
|
| H A D | gemini-dlink-dir-685.dts | 400 conf0 {
|
| /linux/drivers/iio/adc/ |
| H A D | xilinx-xadc-core.c | 1319 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()
|