Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/intel/
Dpinctrl-baytrail.c142 u32 conf0; member
366 u32 conf0, val, offs; in byt_gpio_dbg_show() local
376 conf0 = readl(vg->reg_base + offs + BYT_CONF0_REG); in byt_gpio_dbg_show()
384 switch (conf0 & BYT_PULL_ASSIGN_MASK) { in byt_gpio_dbg_show()
393 switch (conf0 & BYT_PULL_STR_MASK) { in byt_gpio_dbg_show()
416 conf0 & 0x7, in byt_gpio_dbg_show()
417 conf0 & BYT_TRIG_NEG ? " fall" : " ", in byt_gpio_dbg_show()
418 conf0 & BYT_TRIG_POS ? " rise" : " ", in byt_gpio_dbg_show()
419 conf0 & BYT_TRIG_LVL ? " level" : " "); in byt_gpio_dbg_show()
426 if (conf0 & BYT_IODEN) in byt_gpio_dbg_show()
[all …]
/linux-4.1.27/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.1.27/drivers/iio/adc/
Dxilinx-xadc-core.c1154 unsigned int conf0; in xadc_probe() local
1193 ret = xadc_parse_dt(indio_dev, pdev->dev.of_node, &conf0); in xadc_probe()
1238 ret = xadc_write_adc_reg(xadc, XADC_REG_CONF0, conf0); in xadc_probe()