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

/linux-master/include/linux/
H A Dfd.h18 unsigned char spec1; member in struct:compat_floppy_struct
/linux-master/include/uapi/linux/
H A Dfd.h40 spec1, /* stepping rate, head unload time */ member in struct:floppy_struct
259 int spec1; /* spec1 value last used */ member in struct:floppy_fdc_state
/linux-master/drivers/block/
H A Dfloppy.c842 fdc_state[fdc].spec1 = fdc_state[fdc].spec2 = -1;
1284 unsigned char spec1; local
1350 spec1 = (srt << 4) | hut;
1354 if (fdc_state[fdc].spec1 != spec1 ||
1356 /* Go ahead and set spec1 and spec2 */
1358 output_byte(fdc, fdc_state[fdc].spec1 = spec1);
3629 compat_int_t spec1; member in struct:compat_floppy_fdc_state
3830 v32.spec1
[all...]

Completed in 452 milliseconds