Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/intel/
Dpinctrl-baytrail.c137 u32 conf0; member
361 u32 conf0, val, offs; in byt_gpio_dbg_show() local
371 conf0 = readl(vg->reg_base + offs + BYT_CONF0_REG); in byt_gpio_dbg_show()
379 switch (conf0 & BYT_PULL_ASSIGN_MASK) { in byt_gpio_dbg_show()
388 switch (conf0 & BYT_PULL_STR_MASK) { in byt_gpio_dbg_show()
411 conf0 & 0x7, in byt_gpio_dbg_show()
412 conf0 & BYT_TRIG_NEG ? " fall" : " ", in byt_gpio_dbg_show()
413 conf0 & BYT_TRIG_POS ? " rise" : " ", in byt_gpio_dbg_show()
414 conf0 & BYT_TRIG_LVL ? " level" : " "); in byt_gpio_dbg_show()
421 if (conf0 & BYT_IODEN) in byt_gpio_dbg_show()
[all …]
/linux-4.4.14/arch/mips/include/asm/
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-4.4.14/drivers/gpu/drm/bridge/
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-4.4.14/drivers/iio/adc/
Dxilinx-xadc-core.c1139 unsigned int conf0; in xadc_probe() local
1178 ret = xadc_parse_dt(indio_dev, pdev->dev.of_node, &conf0); in xadc_probe()
1222 ret = xadc_write_adc_reg(xadc, XADC_REG_CONF0, conf0); in xadc_probe()