Searched refs:DCR_STROBE (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.c201 #define DCR_STROBE (1U << 0) /* PARPORT_CONTROL_STROBE */ macro
411 if (!(dcr & DCR_STROBE))
939 * The return value is masked so as to only return the value of %DCR_STROBE,
945 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT;
954 * The value is masked so as to only change the value of %DCR_STROBE,
961 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT;
973 * change the value of %DCR_STROBE, %DCR_AUTOFD, %DCR_nINIT, and %DCR_SELECT.
980 DCR_STROBE | DCR_AUTOFD | DCR_nINIT | DCR_SELECT;
1551 * Microsoft's document instructs to drive DCR_STROBE to 0,
1561 parport_ip32_frob_control(p, DCR_STROBE,
[all...]

Completed in 163 milliseconds