Searched refs:DCR_STROBE (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.c200 #define DCR_STROBE (1U << 0) /* PARPORT_CONTROL_STROBE */ macro
410 if (!(dcr & DCR_STROBE))
936 * The return value is masked so as to only return the value of %DCR_STROBE,
942 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT;
951 * The value is masked so as to only change the value of %DCR_STROBE,
958 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT;
970 * change the value of %DCR_STROBE, %DCR_AUTOFD, %DCR_nINIT, and %DCR_SELECT.
977 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT;
1548 * Microsoft's document instructs to drive DCR_STROBE to 0,
1558 parport_ip32_frob_control(p, DCR_STROBE,
[all...]

Completed in 49 milliseconds