Lines Matching refs:conf0
97 u32 conf0; member
1233 u32 conf0, val; in byt_gpio_dbg_show() local
1254 conf0 = readl(reg); in byt_gpio_dbg_show()
1276 switch (conf0 & BYT_PULL_ASSIGN_MASK) { in byt_gpio_dbg_show()
1285 switch (conf0 & BYT_PULL_STR_MASK) { in byt_gpio_dbg_show()
1308 conf0 & 0x7, in byt_gpio_dbg_show()
1309 conf0 & BYT_TRIG_NEG ? " fall" : " ", in byt_gpio_dbg_show()
1310 conf0 & BYT_TRIG_POS ? " rise" : " ", in byt_gpio_dbg_show()
1311 conf0 & BYT_TRIG_LVL ? " level" : " "); in byt_gpio_dbg_show()
1318 if (conf0 & BYT_IODEN) in byt_gpio_dbg_show()
1707 vg->context.pads[i].conf0 = value; in byt_gpio_suspend()
1740 vg->context.pads[i].conf0) { in byt_gpio_resume()
1742 value |= vg->context.pads[i].conf0; in byt_gpio_resume()