Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dtime.c290 struct old_timex32 tx32; in get_old_timex32() local
293 if (copy_from_user(&tx32, utp, sizeof(struct old_timex32))) in get_old_timex32()
296 txc->modes = tx32.modes; in get_old_timex32()
297 txc->offset = tx32.offset; in get_old_timex32()
298 txc->freq = tx32.freq; in get_old_timex32()
299 txc->maxerror = tx32.maxerror; in get_old_timex32()
300 txc->esterror = tx32.esterror; in get_old_timex32()
301 txc->status = tx32.status; in get_old_timex32()
302 txc->constant = tx32.constant; in get_old_timex32()
303 txc->precision = tx32.precision; in get_old_timex32()
[all …]
/Linux-v5.4/drivers/spi/
Dspi-lantiq-ssc.c480 const u32 *tx32; in tx_fifo_write() local
499 tx32 = (u32 *) spi->tx; in tx_fifo_write()
500 data = *tx32; in tx_fifo_write()