Searched refs:org_ctrl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dppc6lnx.c80 u8 org_ctrl; // original LPT control port contents member in struct:ppc_storage
133 ppc->org_ctrl = inb(ppc->lpt_addr + 2) & 0x5F; // readback ctrl
135 ppc->cur_ctrl = ppc->org_ctrl;
199 outb(ppc->org_ctrl, ppc->lpt_addr + 2);
219 outb((ppc->org_ctrl | port_sel), ppc->lpt_addr + 2);
221 outb(ppc->org_ctrl, ppc->lpt_addr + 2);

Completed in 103 milliseconds