Home
last modified time | relevance | path

Searched refs:spec1 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfd.h40 spec1, /* stepping rate, head unload time */ member
256 int spec1; /* spec1 value last used */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfd.h40 spec1, /* stepping rate, head unload time */ member
256 int spec1; /* spec1 value last used */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfd.h40 spec1, /* stepping rate, head unload time */ member
259 int spec1; /* spec1 value last used */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfd.h18 unsigned char spec1; member
/OK3568_Linux_fs/u-boot/cmd/
H A Dfdc.c132 unsigned char spec1; /* stepping rate, head unload time */ member
294 pCMD->cmd[SPEC_HUTSRT]=pFG->spec1; in fdc_issue_cmd()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c843 fdc_state[fdc].spec1 = fdc_state[fdc].spec2 = -1; in reset_fdc_info()
1281 unsigned char spec1; in fdc_specify() local
1347 spec1 = (srt << 4) | hut; in fdc_specify()
1351 if (fdc_state[fdc].spec1 != spec1 || in fdc_specify()
1355 output_byte(fdc, fdc_state[fdc].spec1 = spec1); in fdc_specify()
3715 compat_int_t spec1; member
3916 v32.spec1 = v.spec1; in compat_getfdcstat()