Lines Matching defs:bytes
536 * @link_rate: link rate (Kilo-bytes / sec)
930 * @bytes: number of bytes for @buf
944 * -EIO when received bytes are less than requested
947 u8 *buf, u8 bytes, u8 *reply)
958 for (i = 0; i < bytes; i++)
963 if (!buf || !bytes)
966 reg |= (bytes - 1) << ZYNQMP_DP_AUX_COMMAND_BYTES_SHIFT;
990 if ((reg & ZYNQMP_DP_REPLY_DATA_COUNT_MASK) != bytes)
993 for (i = 0; i < bytes; i++)