Searched refs:num_byte (Results 1 – 3 of 3) sorted by relevance
62 u8 num_byte = (data & 0xFF00) > 0 ? 8 : 2; in msm_dp_utils_calculate_parity() local64 for (i = 0; i < num_byte; i++) { in msm_dp_utils_calculate_parity()
151 int num_byte; in atcspi_xfer_data_poll() local154 num_byte = spi->data_merge ? 4 : 1; in atcspi_xfer_data_poll()166 tx_buf = (unsigned char *)tx_buf + num_byte; in atcspi_xfer_data_poll()177 rx_buf = (unsigned char *)rx_buf + num_byte; in atcspi_xfer_data_poll()179 trans_bytes -= num_byte; in atcspi_xfer_data_poll()
504 u8 num_byte; member