cnfgA             166 drivers/parport/parport_ip32.c 	void __iomem *cnfgA;
cnfgA             346 drivers/parport/parport_ip32.c 		unsigned int oecr, cnfgA, cnfgB;
cnfgA             350 drivers/parport/parport_ip32.c 		cnfgA = readb(priv->regs.cnfgA);
cnfgA             354 drivers/parport/parport_ip32.c 		printk(KERN_DEBUG PPIP32 "    cnfgA=0x%02x", cnfgA);
cnfgA             355 drivers/parport/parport_ip32.c 		printk(" ISA-%s", (cnfgA & CNFGA_IRQ) ? "Level" : "Pulses");
cnfgA             356 drivers/parport/parport_ip32.c 		switch (cnfgA & CNFGA_ID_MASK) {
cnfgA             370 drivers/parport/parport_ip32.c 		if (!(cnfgA & CNFGA_nBYTEINTRANS))
cnfgA             372 drivers/parport/parport_ip32.c 		if ((cnfgA & CNFGA_ID_MASK) != CNFGA_ID_8)
cnfgA             373 drivers/parport/parport_ip32.c 			printk(",%d byte%s left", cnfgA & CNFGA_PWORDLEFT,
cnfgA             374 drivers/parport/parport_ip32.c 			       ((cnfgA & CNFGA_PWORDLEFT) > 1) ? "s" : "");
cnfgA            1593 drivers/parport/parport_ip32.c 	cnfga = readb(priv->regs.cnfgA);
cnfgA            1844 drivers/parport/parport_ip32.c 	configa = readb(priv->regs.cnfgA);
cnfgA            2009 drivers/parport/parport_ip32.c 		.cnfgA		= r_base_hi(0),