Home
last modified time | relevance | path

Searched refs:mmap_cfg (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hsi/clients/
Dcmt_speech.c102 struct cs_mmap_config_block *mmap_cfg; member
456 &hi->mmap_cfg->tstamp_rx_ctrl; in cs_hsi_read_on_control_complete()
604 hi->mmap_cfg->rx_ptr = hi->rx_slot; in cs_hsi_read_on_data_complete()
805 hi->mmap_cfg->rx_bufs = rx_bufs; in set_buffer_sizes()
806 hi->mmap_cfg->tx_bufs = tx_bufs; in set_buffer_sizes()
817 hi->mmap_cfg->rx_ptr_boundary = hi->rx_ptr_boundary; in set_buffer_sizes()
828 size_t ctrl_size_aligned = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg)); in check_buf_params()
906 data_start = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg)); in cs_hsi_data_enable()
909 data_start, sizeof(*hi->mmap_cfg), L1_CACHE_BYTES); in cs_hsi_data_enable()
911 for (i = 0; i < hi->mmap_cfg->rx_bufs; i++) { in cs_hsi_data_enable()
[all …]