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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhdreg.h447 unsigned short eide_pio_modes; /* bits 0:mode3 1:mode4 */ member in struct:hd_driveid
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dhdparm.c1167 if (id->eide_pio_modes & 1) printf("pio3 ");
1168 if (id->eide_pio_modes & 2) printf("pio4 ");
1169 if (id->eide_pio_modes &~3) printf("pio? ");

Completed in 105 milliseconds