Home
last modified time | relevance | path

Searched refs:bar_id (Results 1 – 5 of 5) sorted by path

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h461 (((bar_id) == 0)? 0x2000000: \
462 ((bar_id) == 1)? 0x800000: 0)
H A Decore_dev.c92 static u32 ecore_hw_bar_size(struct ecore_hwfn *p_hwfn, enum BAR_ID bar_id) in ecore_hw_bar_size() argument
94 u32 bar_reg = (bar_id == BAR_ID_0 ? in ecore_hw_bar_size()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt294 - u32 OSAL_BAR_SIZE(struct *ecore_dev, u8 bar_id)
295 Returns the PCI bar size of the bar specified by `bar_id' - id 0 refers
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mgmt.h118 xge_hal_mgmt_reg_read(xge_hal_device_h devh, int bar_id, unsigned int offset,
122 xge_hal_mgmt_reg_write(xge_hal_device_h devh, int bar_id, unsigned int offset,
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmt.c135 xge_hal_mgmt_reg_read(xge_hal_device_h devh, int bar_id, unsigned int offset, in xge_hal_mgmt_reg_read() argument
144 if (bar_id == 0) { in xge_hal_mgmt_reg_read()
150 } else if (bar_id == 1 && in xge_hal_mgmt_reg_read()
164 } else if (bar_id == 1) { in xge_hal_mgmt_reg_read()
192 xge_hal_mgmt_reg_write(xge_hal_device_h devh, int bar_id, unsigned int offset, in xge_hal_mgmt_reg_write() argument
201 if (bar_id == 0) { in xge_hal_mgmt_reg_write()
207 } else if (bar_id == 1 && in xge_hal_mgmt_reg_write()
221 } else if (bar_id == 1) { in xge_hal_mgmt_reg_write()