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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_ip32.c914 * __parport_ip32_frob_control - change bits from the DCR register
923 static inline void __parport_ip32_frob_control(struct parport *p, function
960 __parport_ip32_frob_control(p, wm, c & wm);
969 * This differs from __parport_ip32_frob_control() in that it only allows to
980 __parport_ip32_frob_control(p, mask & wm, val & wm);
990 __parport_ip32_frob_control(p, DCR_IRQ, 0);
999 __parport_ip32_frob_control(p, DCR_IRQ, DCR_IRQ);
1010 __parport_ip32_frob_control(p, DCR_DIR, 0);
1022 __parport_ip32_frob_control(p, DCR_DIR, DCR_DIR);

Completed in 80 milliseconds