Lines Matching refs:n_bytes
505 u8 n_bytes = drv_data->n_bytes; in null_writer() local
512 drv_data->tx += n_bytes; in null_writer()
519 u8 n_bytes = drv_data->n_bytes; in null_reader() local
524 drv_data->rx += n_bytes; in null_reader()
703 switch (drv_data->n_bytes) { in interrupt_transfer()
997 drv_data->n_bytes = chip->n_bytes; in pxa2xx_spi_transfer_one()
1012 drv_data->n_bytes = 1; in pxa2xx_spi_transfer_one()
1018 drv_data->n_bytes = 2; in pxa2xx_spi_transfer_one()
1024 drv_data->n_bytes = 4; in pxa2xx_spi_transfer_one()
1398 chip->n_bytes = 1; in setup()
1402 chip->n_bytes = 2; in setup()
1406 chip->n_bytes = 4; in setup()