Home
last modified time | relevance | path

Searched refs:num_byte (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/msm/dp/
H A Ddp_utils.c62 u8 num_byte = (data & 0xFF00) > 0 ? 8 : 2; in msm_dp_utils_calculate_parity() local
64 for (i = 0; i < num_byte; i++) { in msm_dp_utils_calculate_parity()
/linux/drivers/spi/
H A Dspi-atcspi200.c152 int num_byte; in atcspi_xfer_data_poll() local
155 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()
/linux/drivers/media/dvb-frontends/
H A Dmxl5xx_defs.h504 u8 num_byte; member