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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S127 hlt
H A Dhead.S271 1: hlt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfd.h127 unsigned long hlt; /* Head load/settle time, msec */ member in struct:floppy_drive_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dhead.S174 hlt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S235 hlt
761 hlt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dprocess.c60 __setup("hlt", hlt_setup);
62 static inline void hlt(void) function
81 hlt();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dhead.S449 hlt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c1306 * hlt: 2 to 254 milliseconds
1313 unsigned long srt, hlt, hut; local
1360 hlt = (DP->hlt * scale_dtr / 2 + NOMINAL_DTR - 1) / NOMINAL_DTR;
1361 if (hlt < 0x01)
1362 hlt = 0x01;
1363 else if (hlt > 0x7f)
1364 hlt = hlt_max_code;
1373 spec2 = (hlt << 1) | (use_virtual_dma & 1);
1972 fdc_specify(); /* must be done here because of hut, hlt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c1634 compat_ulong_t hlt; member in struct:floppy_drive_params32
1784 err |= __get_user(f->hlt, &uf->hlt);
1857 err |= __put_user(f->hlt, &uf->hlt);

Completed in 106 milliseconds