Home
last modified time | relevance | path

Searched refs:cnfga (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/parport/
Dparport_ip32.c1547 unsigned int cnfga; in parport_ip32_get_fifo_residue() local
1604 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()
Dparport_pc.c207 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))) {