Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c321 u32 dw_count, *host_addr, hw_offset; in ecore_memcpy_hw() local
331 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()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt621 - u32* OSAL_REG_ADDR(struct *ecore_hwfn, u32 hw_offset)
622 Returns the memory address value of the device at the offset hw_offset.