Lines Matching refs:conf0
99 u32 conf0;
1172 u32 conf0, val;
1198 conf0 = readl(conf_reg);
1211 switch (conf0 & BYT_PULL_ASSIGN_MASK) {
1220 switch (conf0 & BYT_PULL_STR_MASK) {
1243 conf0 & 0x7,
1244 conf0 & BYT_TRIG_NEG ? " fall" : " ",
1245 conf0 & BYT_TRIG_POS ? " rise" : " ",
1246 conf0 & BYT_TRIG_LVL ? " level" : " ");
1253 if (conf0 & BYT_IODEN)
1416 static bool byt_direct_irq_sanity_check(struct intel_pinctrl *vg, int pin, u32 conf0)
1450 trig = conf0 & BYT_TRIG_MASK;
1455 pin, conf0);
1689 vg->context.pads[i].conf0 = value;
1724 vg->context.pads[i].conf0) {
1726 value |= vg->context.pads[i].conf0;