Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-cadence-xspi.c605 u64 full_ops = len / 8; in m_ioreadq() local
608 len -= full_ops * 8; in m_ioreadq()
609 buf += full_ops * 8; in m_ioreadq()
614 } while (--full_ops); in m_ioreadq()
631 u64 full_ops = len / 8; in m_iowriteq() local
634 len -= full_ops * 8; in m_iowriteq()
635 buf += full_ops * 8; in m_iowriteq()
639 } while (--full_ops); in m_iowriteq()