Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/davinci/
Ddavinci-mcasp.c768 int total_slots; in mcasp_i2s_hw_param() local
773 total_slots = mcasp->tdm_slots; in mcasp_i2s_hw_param()
781 active_serializers = (channels + total_slots - 1) / total_slots; in mcasp_i2s_hw_param()
785 active_slots = total_slots; in mcasp_i2s_hw_param()
798 FSXMOD(total_slots), FSXMOD(0x1FF)); in mcasp_i2s_hw_param()
803 FSRMOD(total_slots), FSRMOD(0x1FF)); in mcasp_i2s_hw_param()
/linux-4.1.27/include/drm/
Ddrm_dp_mst_helper.h438 int total_slots; member
/linux-4.1.27/drivers/md/
Dmd-cluster.c578 static int gather_all_resync_info(struct mddev *mddev, int total_slots) in gather_all_resync_info() argument
587 for (i = 0; i < total_slots; i++) { in gather_all_resync_info()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2036 mgr->total_slots = DIV_ROUND_UP(mgr->total_pbn, mgr->pbn_div); in drm_dp_mst_topology_mgr_set_mst()
2037 mgr->avail_slots = mgr->total_slots; in drm_dp_mst_topology_mgr_set_mst()