Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hsi/clients/
Dcmt_speech.c102 struct cs_mmap_config_block *mmap_cfg; member
455 &hi->mmap_cfg->tstamp_rx_ctrl; in cs_hsi_read_on_control_complete()
599 hi->mmap_cfg->rx_ptr = hi->rx_slot; in cs_hsi_read_on_data_complete()
800 hi->mmap_cfg->rx_bufs = rx_bufs; in set_buffer_sizes()
801 hi->mmap_cfg->tx_bufs = tx_bufs; in set_buffer_sizes()
812 hi->mmap_cfg->rx_ptr_boundary = hi->rx_ptr_boundary; in set_buffer_sizes()
823 size_t ctrl_size_aligned = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg)); in check_buf_params()
901 data_start = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg)); in cs_hsi_data_enable()
904 data_start, sizeof(*hi->mmap_cfg), L1_CACHE_BYTES); in cs_hsi_data_enable()
906 for (i = 0; i < hi->mmap_cfg->rx_bufs; i++) { in cs_hsi_data_enable()
[all …]