Searched refs:cnfga (Results 1 – 2 of 2) sorted by relevance
1547 unsigned int cnfga; in parport_ip32_get_fifo_residue() local1604 cnfga = readb(priv->regs.cnfgA); in parport_ip32_get_fifo_residue()1605 if (!(cnfga & CNFGA_nBYTEINTRANS)) { in parport_ip32_get_fifo_residue()1607 p->name, cnfga); in parport_ip32_get_fifo_residue()
207 int cnfga;227 cnfga = inb(CONFIGA(p));228 printk(KERN_DEBUG "%s: cnfgA contains 0x%02x\n", p->name, cnfga);230 if (!(cnfga & (1<<2))) {