Searched refs:hw_offset (Results 1 – 2 of 2) sorted by relevance
321 u32 dw_count, *host_addr, hw_offset; in ecore_memcpy_hw() local331 hw_offset = ecore_ptt_get_bar_addr(p_ptt); in ecore_memcpy_hw()333 hw_offset = hw_addr + done; in ecore_memcpy_hw()338 reg_addr = (u32 OSAL_IOMEM *)OSAL_REG_ADDR(p_hwfn, hw_offset); in ecore_memcpy_hw()
621 - u32* OSAL_REG_ADDR(struct *ecore_hwfn, u32 hw_offset)622 Returns the memory address value of the device at the offset hw_offset.