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()
354 if (rs->n_bytes == 1) in rockchip_spi_pio_writer()
360 rs->tx += rs->n_bytes; in rockchip_spi_pio_writer()
371 if (rs->n_bytes == 1) in rockchip_spi_pio_reader()
375 rs->rx += rs->n_bytes; in rockchip_spi_pio_reader()
456 rxconf.src_addr_width = rs->n_bytes; in rockchip_spi_prepare_dma()
457 rxconf.src_maxburst = rs->n_bytes; in rockchip_spi_prepare_dma()
473 txconf.dst_addr_width = rs->n_bytes; in rockchip_spi_prepare_dma()
474 txconf.dst_maxburst = rs->n_bytes; in rockchip_spi_prepare_dma()
513 cr0 |= (rs->n_bytes << CR0_DFS_OFFSET); in rockchip_spi_config()
585 rs->n_bytes = rs->bpw >> 3; in rockchip_spi_transfer_one()