Searched refs:conf0 (Results 1 – 3 of 3) sorted by relevance
142 u32 conf0; member366 u32 conf0, val, offs; in byt_gpio_dbg_show() local376 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 …]
183 unsigned conf0; in core_nvpes() local188 conf0 = read_c0_mvpconf0(); in core_nvpes()189 return ((conf0 & MVPCONF0_PVPE) >> MVPCONF0_PVPE_SHIFT) + 1; in core_nvpes()
1154 unsigned int conf0; in xadc_probe() local1193 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()