Searched refs:frob_econtrol (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/parport/
H A Dparport_pc.c85 #define ECR_WRITE(p, v) frob_econtrol((p), 0xff, (v))
112 static void frob_econtrol(struct parport *pb, unsigned char m, function
120 DPRINTK(KERN_DEBUG "frob_econtrol(%02x,%02x): %02x -> %02x\n",
128 frob_econtrol(p, ECR_MODE_MASK, mode << 5);
491 frob_econtrol(port, (1<<4) | (1<<2), (1<<4) | (1<<2));
606 frob_econtrol(port, (1<<4) | (1<<2), (1<<4) | (1<<2));
630 frob_econtrol(port, 1<<3, 1<<3);
633 frob_econtrol(port, 1<<2, 0);
691 frob_econtrol(port, 1<<3, 0);
1616 frob_econtrol(p
[all...]

Completed in 45 milliseconds