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

/linux-master/drivers/hsi/clients/
H A Dcmt_speech.c89 struct cs_mmap_config_block *mmap_cfg; member in struct:cs_hsi_iface
98 * mmap_cfg, but instead duplicate the variables here */
443 &hi->mmap_cfg->tstamp_rx_ctrl;
591 hi->mmap_cfg->rx_ptr = hi->rx_slot;
792 hi->mmap_cfg->rx_bufs = rx_bufs;
793 hi->mmap_cfg->tx_bufs = tx_bufs;
804 hi->mmap_cfg->rx_ptr_boundary = hi->rx_ptr_boundary;
815 size_t ctrl_size_aligned = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg));
893 data_start = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg));
896 data_start, sizeof(*hi->mmap_cfg), L1_CACHE_BYTE
[all...]

Completed in 93 milliseconds