Lines Matching refs:conf0
97 u32 conf0;
1233 u32 conf0, val;
1249 "Could not retrieve pin %i conf0 reg\n",
1254 conf0 = readl(reg);
1276 switch (conf0 & BYT_PULL_ASSIGN_MASK) {
1285 switch (conf0 & BYT_PULL_STR_MASK) {
1308 conf0 & 0x7,
1309 conf0 & BYT_TRIG_NEG ? " fall" : " ",
1310 conf0 & BYT_TRIG_POS ? " rise" : " ",
1311 conf0 & BYT_TRIG_LVL ? " level" : " ");
1318 if (conf0 & BYT_IODEN)
1491 "Pin %i: could not retrieve conf0 register\n",
1702 "Pin %i: could not retrieve conf0 register\n",
1707 vg->context.pads[i].conf0 = value;
1734 "Pin %i: could not retrieve conf0 register\n",
1740 vg->context.pads[i].conf0) {
1742 value |= vg->context.pads[i].conf0;
1744 dev_info(dev, "restored pin %d conf0 %#08x", i, value);