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()804 hi->mmap_cfg->rx_ptr_boundary = hi->rx_ptr_boundary; in set_buffer_sizes()815 size_t ctrl_size_aligned = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg)); in check_buf_params()893 data_start = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg)); in cs_hsi_data_enable()896 data_start, sizeof(*hi->mmap_cfg), L1_CACHE_BYTES); in cs_hsi_data_enable()898 for (i = 0; i < hi->mmap_cfg->rx_bufs; i++) { in cs_hsi_data_enable()[all …]