Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-i2s-audio.c41 u8 conf0 = 0; in dw_hdmi_i2s_hw_params() local
53 conf0 = HDMI_AUD_CONF0_I2S_ALL_ENABLE; in dw_hdmi_i2s_hw_params()
68 hdmi_write(audio, conf0, HDMI_AUD_CONF0); in dw_hdmi_i2s_hw_params()
Ddw-hdmi-ahb-audio.c409 u8 threshold, conf0, conf1, layout, ca; in dw_hdmi_prepare() local
414 conf0 = HDMI_AHB_DMA_CONF0_BURST_MODE | in dw_hdmi_prepare()
422 conf0 = HDMI_AHB_DMA_CONF0_BURST_MODE | in dw_hdmi_prepare()
436 conf0 |= HDMI_AHB_DMA_CONF0_EN_HLOCK; in dw_hdmi_prepare()
450 writeb_relaxed(conf0, dw->data.base + HDMI_AHB_DMA_CONF0); in dw_hdmi_prepare()
/Linux-v4.19/arch/mips/include/asm/
Dmipsmtregs.h184 unsigned conf0; in core_nvpes() local
189 conf0 = read_c0_mvpconf0(); in core_nvpes()
190 return ((conf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT) + 1; in core_nvpes()
/Linux-v4.19/drivers/pinctrl/intel/
Dpinctrl-baytrail.c95 u32 conf0; member
1390 u32 conf0, val; in byt_gpio_dbg_show() local
1411 conf0 = readl(reg); in byt_gpio_dbg_show()
1433 switch (conf0 & BYT_PULL_ASSIGN_MASK) { in byt_gpio_dbg_show()
1442 switch (conf0 & BYT_PULL_STR_MASK) { in byt_gpio_dbg_show()
1465 conf0 & 0x7, in byt_gpio_dbg_show()
1466 conf0 & BYT_TRIG_NEG ? " fall" : " ", in byt_gpio_dbg_show()
1467 conf0 & BYT_TRIG_POS ? " rise" : " ", in byt_gpio_dbg_show()
1468 conf0 & BYT_TRIG_LVL ? " level" : " "); in byt_gpio_dbg_show()
1475 if (conf0 & BYT_IODEN) in byt_gpio_dbg_show()
[all …]
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_eeprom.c643 u16 conf0 = mt76x2_eeprom_get(dev, MT_EE_NIC_CONF_0); in mt76x2_ext_pa_enabled() local
646 return !(conf0 & MT_EE_NIC_CONF_0_PA_INT_5G); in mt76x2_ext_pa_enabled()
648 return !(conf0 & MT_EE_NIC_CONF_0_PA_INT_2G); in mt76x2_ext_pa_enabled()
/Linux-v4.19/arch/arm/boot/dts/
Dgemini-nas4220b.dts136 conf0 {
Dgemini-dlink-dns-313.dts227 conf0 {
Dgemini-sl93512r.dts212 conf0 {
Dgemini-sq201.dts208 conf0 {
Dgemini-dlink-dir-685.dts354 conf0 {
/Linux-v4.19/drivers/iio/adc/
Dxilinx-xadc-core.c1155 unsigned int conf0; in xadc_probe() local
1195 ret = xadc_parse_dt(indio_dev, pdev->dev.of_node, &conf0); in xadc_probe()
1242 ret = xadc_write_adc_reg(xadc, XADC_REG_CONF0, conf0); in xadc_probe()