Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dcoex.c1675 u32 slot_type = 0; in rtw_coex_action_bt_relink() local
1687 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_relink()
1705 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_relink()
1785 u32 slot_type = 0; in rtw_coex_action_bt_inquiry() local
1818 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_inquiry()
1822 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_inquiry()
1874 rtw_coex_tdma(rtwdev, false, tdma_case | slot_type); in rtw_coex_action_bt_inquiry()
1963 u32 slot_type = 0; in rtw_coex_action_bt_hid() local
1989 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_hid()
1998 slot_type = TDMA_4SLOT; in rtw_coex_action_bt_hid()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2563 unsigned slot_type = hdr->GetRelocationJumpSlotType(); in ParsePLTRelocations() local
2569 if (reloc_type(rel) != slot_type) in ParsePLTRelocations()