Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c662 size_t slot_count; in test_dist_dfu_slot_create_recover() local
678 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() local
704 slot_count = bt_mesh_dfu_slot_foreach(NULL, NULL); in check_delete_all()
705 ASSERT_EQUAL(0, slot_count); in check_delete_all()
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.c881 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()