Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibata-pata-timings.c61 struct ata_timing *q, int T, int UT) in ata_timing_quantize() argument
71 q->udma = EZ(t->udma, UT); in ata_timing_quantize()
116 struct ata_timing *t, int T, int UT) in ata_timing_compute() argument
155 ata_timing_quantize(t, t, T, UT); in ata_timing_compute()
164 ata_timing_compute(adev, adev->pio_mode, &p, T, UT); in ata_timing_compute()
H A Dpata_amd.c53 int T, UT; in timing_setup() local
58 UT = T; in timing_setup()
60 UT = T / 2; in timing_setup()
62 if (ata_timing_compute(adev, speed, &at, T, UT) < 0) { in timing_setup()
70 ata_timing_compute(peer, peer->dma_mode, &apeer, T, UT); in timing_setup()
73 ata_timing_compute(peer, peer->pio_mode, &apeer, T, UT); in timing_setup()
H A Dpata_via.c251 int UT = T; in via_do_set_mode() local
257 UT = T / 2; break; in via_do_set_mode()
259 UT = T / 3; break; in via_do_set_mode()
261 UT = T / 4; break; in via_do_set_mode()
265 ata_timing_compute(adev, mode, &t, T, UT); in via_do_set_mode()
270 ata_timing_compute(peer, peer->pio_mode, &p, T, UT); in via_do_set_mode()
H A Dpata_atp867x.c209 int T, UT; in atp867x_set_piomode() local
213 UT = T / 4; in atp867x_set_piomode()
215 ata_timing_compute(adev, speed, &t, T, UT); in atp867x_set_piomode()
217 ata_timing_compute(peer, peer->pio_mode, &p, T, UT); in atp867x_set_piomode()
/linux/Documentation/hwmon/
H A Dmax31827.rst56 devicetree. In Comparator mode, the OT/UT status bits have a value of 1 when the
59 below the TH_HYST value or when shutdown mode is entered. Similarly, UT status
69 to the operation of the UT status bit.
71 Putting the MAX31827 into shutdown mode also resets the OT/UT status bits. Note
72 that if the mode is changed while OT/UT status bits are set, an OT/UT status
/linux/
H A DMakefile831 WARN_ON_UNUSED_TRACEPOINTS := $(UT)