Lines Matching defs:bytes
363 uint8_t bytes = Pl022ToByteWidth(pl022->bitsPerWord);
365 for (value = 0; count >= bytes; count -= bytes) {
367 value = (bytes == 1) ? *tx : *((uint16_t *)tx);
368 tx += bytes;
377 uint8_t bytes = Pl022ToByteWidth(pl022->bitsPerWord);
379 for (value = 0; count >= bytes; count -= bytes) {
384 if (bytes == 1) {
389 rx += bytes;
400 uint8_t bytes = Pl022ToByteWidth(pl022->bitsPerWord);
401 uint32_t burstSize = pl022->fifoSize * bytes;
408 burstSize = RX_INT_FIFO_LEVEL * bytes;