Lines Matching refs:cnfgA
151 * @cnfgA: Configuration Register A
166 void __iomem *cnfgA;
346 unsigned int oecr, cnfgA, cnfgB;
350 cnfgA = readb(priv->regs.cnfgA);
354 printk(KERN_DEBUG PPIP32 " cnfgA=0x%02x", cnfgA);
355 pr_cont(" ISA-%s", (cnfgA & CNFGA_IRQ) ? "Level" : "Pulses");
356 switch (cnfgA & CNFGA_ID_MASK) {
370 if (!(cnfgA & CNFGA_nBYTEINTRANS))
372 if ((cnfgA & CNFGA_ID_MASK) != CNFGA_ID_8)
374 cnfgA & CNFGA_PWORDLEFT,
375 ((cnfgA & CNFGA_PWORDLEFT) > 1) ? "s" : "");
1593 cnfga = readb(priv->regs.cnfgA);
1595 pr_debug1(PPIP32 "%s: cnfgA contains 0x%02x\n",
1844 configa = readb(priv->regs.cnfgA);
2009 .cnfgA = r_base_hi(0),