Searched refs:OSAL_PCI_READ_CONFIG_WORD (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | bcm_osal.h | 439 #define OSAL_PCI_READ_CONFIG_WORD(_edev_, _addr_, _dst_) \ macro
|
H A D | ecore_dev.c | 1974 OSAL_PCI_READ_CONFIG_WORD(p_hwfn->p_dev, pos + PCI_EXP_DEVCTL, &ctrl); in ecore_hw_init_pf() 3816 OSAL_PCI_READ_CONFIG_WORD(p_dev, PCICFG_VENDOR_ID_OFFSET, in ecore_get_dev_info() 3818 OSAL_PCI_READ_CONFIG_WORD(p_dev, PCICFG_DEVICE_ID_OFFSET, in ecore_get_dev_info()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 281 - void OSAL_PCI_READ_CONFIG_WORD(struct *ecore_dev, u32 address, u16 *dst)
|