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()
152 int num_byte; in atcspi_xfer_data_poll() local155 num_byte = spi->data_merge ? 4 : 1; in atcspi_xfer_data_poll()167 tx_buf = (unsigned char *)tx_buf + num_byte; in atcspi_xfer_data_poll()178 rx_buf = (unsigned char *)rx_buf + num_byte; in atcspi_xfer_data_poll()180 trans_bytes -= num_byte; in atcspi_xfer_data_poll()
504 u8 num_byte; member