Lines Matching refs:n_bytes
181 u8 n_bytes; member
251 tx_left = (rs->tx_end - rs->tx) / rs->n_bytes; in tx_max()
259 u32 rx_left = (rs->rx_end - rs->rx) / rs->n_bytes; in rx_max()
349 if (rs->n_bytes == 1) in rockchip_spi_pio_writer()
355 rs->tx += rs->n_bytes; in rockchip_spi_pio_writer()
366 if (rs->n_bytes == 1) in rockchip_spi_pio_reader()
370 rs->rx += rs->n_bytes; in rockchip_spi_pio_reader()
451 rxconf.src_addr_width = rs->n_bytes; in rockchip_spi_prepare_dma()
452 rxconf.src_maxburst = rs->n_bytes; in rockchip_spi_prepare_dma()
468 txconf.dst_addr_width = rs->n_bytes; in rockchip_spi_prepare_dma()
469 txconf.dst_maxburst = rs->n_bytes; in rockchip_spi_prepare_dma()
508 cr0 |= (rs->n_bytes << CR0_DFS_OFFSET); in rockchip_spi_config()
580 rs->n_bytes = rs->bpw >> 3; in rockchip_spi_transfer_one()