Searched refs:maxw (Results 1 – 1 of 1) sorted by relevance
635 const int maxw = (IS_ENABLED(CONFIG_64BIT)) ? 8 : 4; in memcpy_fromio_readw() local645 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()