Home
last modified time | relevance | path

Searched refs:hw_idx (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp107 uint32_t hw_idx) { in ClearHardwareBreakpoint() argument
109 LLDB_LOG(log, "hw_idx: {0}", hw_idx); in ClearHardwareBreakpoint()
120 if (hw_idx >= m_max_hbp_supported) in ClearHardwareBreakpoint()
124 lldb::addr_t tempAddr = m_hbp_regs[hw_idx].address; in ClearHardwareBreakpoint()
125 uint32_t tempControl = m_hbp_regs[hw_idx].control; in ClearHardwareBreakpoint()
127 m_hbp_regs[hw_idx].control &= ~g_enable_bit; in ClearHardwareBreakpoint()
128 m_hbp_regs[hw_idx].address = 0; in ClearHardwareBreakpoint()
134 m_hbp_regs[hw_idx].control = tempControl; in ClearHardwareBreakpoint()
135 m_hbp_regs[hw_idx].address = tempAddr; in ClearHardwareBreakpoint()
H A DRegisterContextThreadMemory.cpp156 bool RegisterContextThreadMemory::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() argument
159 return m_reg_ctx_sp->ClearHardwareBreakpoint(hw_idx); in ClearHardwareBreakpoint()
H A DNativeRegisterContextDBReg_arm64.h25 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
H A DRegisterContextThreadMemory.h67 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
H A DRegisterContextDarwin_arm.h80 bool ClearHardwareBreakpoint(uint32_t hw_idx) override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h119 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h66 virtual bool ClearHardwareBreakpoint(uint32_t hw_idx);
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dbeacon.c34 dev->mphy.q_tx[MT_TXQ_CAB]->hw_idx) | in mt7603_update_beacon_iter()
H A Dmac.c463 u8 qidx = q->hw_idx; in mt7603_mac_sta_poll()
962 FIELD_PREP(MT_TXD0_Q_IDX, q->hw_idx); in mt7603_mac_write_txwi()
H A Dmain.c542 queue = dev->mphy.q_tx[queue]->hw_idx; in mt7603_conf_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c70 int pid, len = tx_info->skb->len, ep = q2ep(dev->mphy.q_tx[qid]->hw_idx); in mt76x02u_tx_prepare_skb()
H A Dusb.c876 mt76u_fill_bulk_urb(dev, USB_DIR_OUT, q2ep(q->hw_idx), in mt76u_tx_queue_skb()
946 q->hw_idx = mt76u_ac_to_hwq(dev, i); in mt76u_alloc_tx()
H A Dmt76x02_util.c496 qid = dev->mphy.q_tx[queue]->hw_idx; in mt76x02_conf_tx()
H A Ddma.c713 q->hw_idx = idx; in mt76_dma_alloc_queue()
H A Dmt76.h206 u8 hw_idx; member
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp252 bool NativeRegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { in ClearHardwareBreakpoint() argument
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp289 bool RegisterContext::ClearHardwareBreakpoint(uint32_t hw_idx) { return false; } in SetHardwareWatchpoint()
283 ClearHardwareBreakpoint(uint32_t hw_idx) ClearHardwareBreakpoint() argument
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615.h445 return MT_INT_TX_DONE(dev->mt76.q_mcu[MT_MCUQ_WM]->hw_idx); in mt7615_tx_mcu_int_mask()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c483 u32 hw_idx, phy_idx = 0; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
489 for (hw_idx = 0; hw_idx < le32_to_cpu(hw_caps->num_hw_modes); hw_idx++) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
490 if (hw_mode_id == le32_to_cpu(wmi_hw_mode_caps[hw_idx].hw_mode_id)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
493 phy_map = le32_to_cpu(wmi_hw_mode_caps[hw_idx].phy_id_map); in ath12k_pull_mac_phy_cap_svc_ready_ext()
497 if (hw_idx == le32_to_cpu(hw_caps->num_hw_modes)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c724 u16 hw_idx, hw_idx_next, host_idx; in rtw89_pci_ops_recovery_start()
732 hw_idx = FIELD_GET(TXBD_HW_IDX_MASK, reg_idx); in rtw89_pci_ops_recovery_start()
734 hw_idx_next = (hw_idx + 1) % bd_ring->len;
630 u16 hw_idx, hw_idx_next, host_idx; rtw89_pci_isr_rxd_unavail() local
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c409 u32 hw_idx, phy_idx = 0; in ath11k_pull_mac_phy_cap_svc_ready_ext() local
414 for (hw_idx = 0; hw_idx < hw_caps->num_hw_modes; hw_idx++) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
415 if (hw_mode_id == wmi_hw_mode_caps[hw_idx].hw_mode_id) in ath11k_pull_mac_phy_cap_svc_ready_ext()
418 phy_map = wmi_hw_mode_caps[hw_idx].phy_id_map; in ath11k_pull_mac_phy_cap_svc_ready_ext()
425 if (hw_idx == hw_caps->num_hw_modes) in ath11k_pull_mac_phy_cap_svc_ready_ext()