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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c10 * and recalibrate. This makes some things easier (output_byte reset
566 * output_byte is automatically disabled when reset is set.
1166 static int output_byte(char byte) function
1191 #define LAST_OUT(x) if (output_byte(x)<0){ reset_fdc();return;}
1265 output_byte(FD_PERPENDICULAR);
1266 output_byte(perp_mode);
1279 output_byte(FD_CONFIGURE);
1282 output_byte(0);
1283 output_byte(0x10 | (no_fifo & 0x20) | (fifo_depth & 0xf));
1284 output_byte(
[all...]

Completed in 92 milliseconds