Searched refs:slot_count (Results 1 – 2 of 2) sorted by relevance
662 size_t slot_count; in test_dist_dfu_slot_create_recover() local678 slot_count = bt_mesh_dfu_slot_foreach(check_slot, &i); in test_dist_dfu_slot_create_recover()679 ASSERT_EQUAL(CONFIG_BT_MESH_DFU_SLOT_CNT - 2, slot_count); in test_dist_dfu_slot_create_recover()699 size_t slot_count; in check_delete_all() local704 slot_count = bt_mesh_dfu_slot_foreach(NULL, NULL); in check_delete_all()705 ASSERT_EQUAL(0, slot_count); in check_delete_all()
881 uint8_t slot_count = 0; in dai_ssp_program_channel_map()891 slot_count = POPCOUNT(time_slot_map >> 32) + POPCOUNT(time_slot_map & 0xFFFFFFFF); in dai_ssp_program_channel_map()892 pcmsycm = cfg->link_config | (slot_count - 1) << 4; in dai_ssp_program_channel_map()907 slot_count = POPCOUNT(time_slot_map >> 32) + POPCOUNT(time_slot_map & 0xFFFFFFFF); in dai_ssp_program_channel_map()908 pcmsycm = cfg->link_config | (slot_count - 1) << 4; in dai_ssp_program_channel_map()