Searched refs:bar_addr (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hw.c | 257 u32 bar_addr; in ecore_is_reg_fifo_empty() local 263 bar_addr = ecore_set_ptt(p_hwfn, p_ptt, GRC_REG_TRACE_FIFO_VALID_DATA); in ecore_is_reg_fifo_empty() 264 is_empty = REG_RD(p_hwfn, bar_addr) == 0; in ecore_is_reg_fifo_empty() 279 u32 bar_addr; in ecore_wr() local 283 bar_addr = ecore_set_ptt(p_hwfn, p_ptt, hw_addr); in ecore_wr() 284 REG_WR(p_hwfn, bar_addr, val); in ecore_wr() 287 bar_addr, hw_addr, val); in ecore_wr() 302 u32 bar_addr, val; in ecore_rd() local 306 bar_addr = ecore_set_ptt(p_hwfn, p_ptt, hw_addr); in ecore_rd() 307 val = REG_RD(p_hwfn, bar_addr); in ecore_rd() [all …]
|
/freebsd/sys/dev/ntb/ntb_hw/ |
H A D | ntb_hw_intel.c | 2173 xeon_set_sbar_base_and_limit(struct ntb_softc *ntb, uint64_t bar_addr, in xeon_set_sbar_base_and_limit() argument 2182 bar_addr += ntb->b2b_off; in xeon_set_sbar_base_and_limit() 2184 bar_addr = 0; in xeon_set_sbar_base_and_limit() 2188 intel_ntb_reg_write(4, base_reg, bar_addr); in xeon_set_sbar_base_and_limit() 2192 intel_ntb_reg_write(4, lmt_reg, bar_addr); in xeon_set_sbar_base_and_limit() 2196 intel_ntb_reg_write(8, base_reg, bar_addr); in xeon_set_sbar_base_and_limit() 2200 intel_ntb_reg_write(8, lmt_reg, bar_addr); in xeon_set_sbar_base_and_limit() 2228 uint64_t bar_addr; in xeon_setup_b2b_mw() local 2262 bar_addr = 0; in xeon_setup_b2b_mw() 2264 bar_addr = addr->bar0_addr; in xeon_setup_b2b_mw() [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | qmi.h | 408 u64 bar_addr; member
|
H A D | qmi.c | 804 bar_addr), 2185 if (!resp.bar_addr || in ath11k_qmi_request_device_info() 2189 resp.bar_addr, resp.bar_size); in ath11k_qmi_request_device_info() 2192 (uintmax_t)resp.bar_addr, resp.bar_size); in ath11k_qmi_request_device_info() 2198 bar_addr_va = devm_ioremap(ab->dev, resp.bar_addr, resp.bar_size); in ath11k_qmi_request_device_info()
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pcie.c | 672 …uint32_t __iomem *bar_addr = ®s->core_space[pf_num].config_header[(AL_PCI_BASE_ADDRESS_0 >> 2) … in al_pcie_port_pf_params_config() local 743 al_reg_write32_dbi_cs2(pcie_port, bar_addr + 1, 0); in al_pcie_port_pf_params_config() 748 al_reg_write32_dbi_cs2(pcie_port, bar_addr , mask); in al_pcie_port_pf_params_config() 756 al_reg_write32(bar_addr, ctrl); in al_pcie_port_pf_params_config() 760 al_reg_write32_dbi_cs2(pcie_port, bar_addr + 1, mask); in al_pcie_port_pf_params_config() 764 al_reg_write32_dbi_cs2(pcie_port, bar_addr , mask); in al_pcie_port_pf_params_config()
|