Searched refs:ECR_F_EMPTY (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.c237 #define ECR_F_EMPTY (1U << 0) macro
354 if (ecr & ECR_F_EMPTY)
1291 if (ecr & ECR_F_EMPTY) {
1340 if (!(ecr & ECR_F_EMPTY)) {
1346 if ((ecr & ECR_F_EMPTY) && !(ecr & ECR_SERVINTR)
1359 if (ecr & ECR_F_EMPTY) {
1506 if (parport_ip32_read_econtrol(p) & ECR_F_EMPTY)
1517 while (!(parport_ip32_read_econtrol(p) & ECR_F_EMPTY)) {
1527 return !!(parport_ip32_read_econtrol(p) & ECR_F_EMPTY);
1544 if (parport_ip32_read_econtrol(p) & ECR_F_EMPTY)
[all...]

Completed in 58 milliseconds