Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Drenesas-rpc-if.c635 const int maxw = (IS_ENABLED(CONFIG_64BIT)) ? 8 : 4; in memcpy_fromio_readw() local
645 while (count >= 2 && !IS_ALIGNED((unsigned long)from, maxw)) { in memcpy_fromio_readw()
651 while (count >= maxw) { in memcpy_fromio_readw()
657 from += maxw; in memcpy_fromio_readw()
658 to += maxw; in memcpy_fromio_readw()
659 count -= maxw; in memcpy_fromio_readw()