Home
last modified time | relevance | path

Searched refs:tx32 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/
Dcompat.c35 struct compat_timex tx32; in compat_get_timex() local
38 if (copy_from_user(&tx32, utp, sizeof(struct compat_timex))) in compat_get_timex()
41 txc->modes = tx32.modes; in compat_get_timex()
42 txc->offset = tx32.offset; in compat_get_timex()
43 txc->freq = tx32.freq; in compat_get_timex()
44 txc->maxerror = tx32.maxerror; in compat_get_timex()
45 txc->esterror = tx32.esterror; in compat_get_timex()
46 txc->status = tx32.status; in compat_get_timex()
47 txc->constant = tx32.constant; in compat_get_timex()
48 txc->precision = tx32.precision; in compat_get_timex()
[all …]
/Linux-v4.19/drivers/spi/
Dspi-lantiq-ssc.c483 const u32 *tx32; in tx_fifo_write() local
502 tx32 = (u32 *) spi->tx; in tx_fifo_write()
503 data = *tx32; in tx_fifo_write()