Searched refs:mmap_cfg (Results 1 – 1 of 1) sorted by relevance
89 struct cs_mmap_config_block *mmap_cfg; member443 &hi->mmap_cfg->tstamp_rx_ctrl; in cs_hsi_read_on_control_complete()591 hi->mmap_cfg->rx_ptr = hi->rx_slot; in cs_hsi_read_on_data_complete()792 hi->mmap_cfg->rx_bufs = rx_bufs; in set_buffer_sizes()793 hi->mmap_cfg->tx_bufs = tx_bufs; in set_buffer_sizes()898 for (i = 0; i < hi->mmap_cfg->rx_bufs; i++) { in cs_hsi_data_enable()900 hi->mmap_cfg->rx_offsets[i] = hi->rx_offsets[i]; in cs_hsi_data_enable()904 for (i = 0; i < hi->mmap_cfg->tx_bufs; i++) { in cs_hsi_data_enable()906 (i + hi->mmap_cfg->rx_bufs) * hi->slot_size; in cs_hsi_data_enable()952 hi->mmap_cfg->buf_size = hi->buf_size; in cs_hsi_buf_config()[all …]