Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/davinci/
Ddavinci-mcasp.c859 int total_slots; in mcasp_i2s_hw_param() local
864 total_slots = mcasp->tdm_slots; in mcasp_i2s_hw_param()
878 for (i = 0; i < total_slots; i++) { in mcasp_i2s_hw_param()
887 active_serializers = (channels + total_slots - 1) / total_slots; in mcasp_i2s_hw_param()
891 active_slots = total_slots; in mcasp_i2s_hw_param()
905 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param()
910 FSRMOD(total_slots), FSRMOD(0x1FF)); in mcasp_i2s_hw_param()
918 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param()
/linux-4.4.14/include/drm/
Ddrm_dp_mst_helper.h439 int total_slots; member
/linux-4.4.14/drivers/md/
Dmd-cluster.c633 static int gather_all_resync_info(struct mddev *mddev, int total_slots) in gather_all_resync_info() argument
643 for (i = 0; i < total_slots; i++) { in gather_all_resync_info()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2038 mgr->total_slots = DIV_ROUND_UP(mgr->total_pbn, mgr->pbn_div); in drm_dp_mst_topology_mgr_set_mst()
2039 mgr->avail_slots = mgr->total_slots; in drm_dp_mst_topology_mgr_set_mst()