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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dxatonum.h11 #define DECLARE_STR_CONV(type, T, UT) \
13 unsigned type xstrto##UT##_range_sfx(const char *str, int b, unsigned type l, unsigned type u, const struct suffix_mult *sfx); \
14 unsigned type xstrto##UT##_range(const char *str, int b, unsigned type l, unsigned type u); \
15 unsigned type xstrto##UT##_sfx(const char *str, int b, const struct suffix_mult *sfx); \
16 unsigned type xstrto##UT(const char *str, int b); \
17 unsigned type xato##UT##_range_sfx(const char *str, unsigned type l, unsigned type u, const struct suffix_mult *sfx); \
18 unsigned type xato##UT##_range(const char *str, unsigned type l, unsigned type u); \
19 unsigned type xato##UT##_sfx(const char *str, const struct suffix_mult *sfx); \
20 unsigned type xato##UT(const char *str); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-timing.h176 static void ide_timing_quantize(struct ide_timing *t, struct ide_timing *q, int T, int UT) argument
185 q->udma = EZ(t->udma * 1000, UT);
210 static int ide_timing_compute(ide_drive_t *drive, short speed, struct ide_timing *t, int T, int UT) argument
256 ide_timing_quantize(t, t, T, UT);
265 ide_timing_compute(drive, ide_find_best_mode(drive, XFER_PIO | XFER_EPIO), &p, T, UT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/pci/
H A Dvia82cxxx.c169 unsigned int T, UT; local
177 case VIA_UDMA_33: UT = T; break;
178 case VIA_UDMA_66: UT = T/2; break;
179 case VIA_UDMA_100: UT = T/3; break;
180 case VIA_UDMA_133: UT = T/4; break;
181 default: UT = T;
184 ide_timing_compute(drive, speed, &t, T, UT);
187 ide_timing_compute(peer, peer->current_speed, &p, T, UT);
H A Damd74xx.c245 int T, UT; local
251 UT = T / min_t(int, max_t(int, amd_config->flags & AMD_UDMA, 1), 2);
253 ide_timing_compute(drive, speed, &t, T, UT);
256 ide_timing_compute(peer, peer->current_speed, &p, T, UT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_amd.c54 int T, UT; local
59 UT = T / min_t(int, max_t(int, clock, 1), 2);
61 if (ata_timing_compute(adev, speed, &at, T, UT) < 0) {
69 ata_timing_compute(peer, peer->dma_mode, &apeer, T, UT);
72 ata_timing_compute(peer, peer->pio_mode, &apeer, T, UT);
H A Dpata_via.c224 unsigned long UT = T/tdiv; local
230 ata_timing_compute(adev, mode, &t, T, UT);
235 ata_timing_compute(peer, peer->pio_mode, &p, T, UT);
H A Dlibata-core.c2537 static void ata_timing_quantize(const struct ata_timing *t, struct ata_timing *q, int T, int UT) argument
2546 q->udma = EZ(t->udma * 1000, UT);
2573 struct ata_timing *t, int T, int UT)
2607 ata_timing_quantize(t, t, T, UT);
2616 ata_timing_compute(adev, adev->pio_mode, &p, T, UT);
2572 ata_timing_compute(struct ata_device *adev, unsigned short speed, struct ata_timing *t, int T, int UT) argument

Completed in 90 milliseconds