Lines Matching defs:bytes
19 * bytes from the host to the internal register read/write on Avalon bus. In
21 * send formatted bytes that conform to the transfer protocol.
44 * layer bytes stream and then to physical layer bytes stream. Finally the
120 * In tx phase, the host prepares all the phy layer bytes of a request in the
129 * case, all transaction layer bytes need to be escaped (so the data length
136 * Unlike tx, phy rx is affected by possible PHY_IDLE bytes from slave, the max
147 * @word_len: bytes of word for spi transfer.
229 * phy_buf len should be aligned with SPI's BPW. Spare bytes should be padded
235 * time. As a result these rx bytes are lost. In the following case, 7a,7c,00
240 * So the driver moves EOP and bytes after EOP to the end of the aligned size,
322 /* move EOP and bytes after EOP to the end of aligned size */
592 static int regmap_spi_avmm_write(void *context, const void *data, size_t bytes)
594 if (bytes < SPI_AVMM_REG_SIZE + SPI_AVMM_VAL_SIZE)
599 bytes - SPI_AVMM_REG_SIZE);