Searched refs:__parport_ip32_frob_control (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_ip32.c917 * __parport_ip32_frob_control - change bits from the DCR register
926 static inline void __parport_ip32_frob_control(struct parport *p, function
963 __parport_ip32_frob_control(p, wm, c & wm);
972 * This differs from __parport_ip32_frob_control() in that it only allows to
983 __parport_ip32_frob_control(p, mask & wm, val & wm);
993 __parport_ip32_frob_control(p, DCR_IRQ, 0);
1002 __parport_ip32_frob_control(p, DCR_IRQ, DCR_IRQ);
1013 __parport_ip32_frob_control(p, DCR_DIR, 0);
1025 __parport_ip32_frob_control(p, DCR_DIR, DCR_DIR);

Completed in 94 milliseconds