Searched refs:tx32 (Results 1 – 2 of 2) sorted by relevance
288 struct old_timex32 tx32; in get_old_timex32() local291 if (copy_from_user(&tx32, utp, sizeof(struct old_timex32))) in get_old_timex32()294 txc->modes = tx32.modes; in get_old_timex32()295 txc->offset = tx32.offset; in get_old_timex32()296 txc->freq = tx32.freq; in get_old_timex32()297 txc->maxerror = tx32.maxerror; in get_old_timex32()298 txc->esterror = tx32.esterror; in get_old_timex32()299 txc->status = tx32.status; in get_old_timex32()300 txc->constant = tx32.constant; in get_old_timex32()301 txc->precision = tx32.precision; in get_old_timex32()[all …]
481 const u32 *tx32; in tx_fifo_write() local501 tx32 = (u32 *) spi->tx; in tx_fifo_write()502 data = *tx32; in tx_fifo_write()