Searched refs:DIRECT_REG_WR (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_int_api.h | 133 DIRECT_REG_WR(sb_info->p_hwfn, sb_info->igu_addr, in ecore_sb_ack() 136 DIRECT_REG_WR(OSAL_NULL, sb_info->igu_addr, igu_ack.sb_id_and_flags); in ecore_sb_ack() 159 DIRECT_REG_WR(p_hwfn, &((u32 OSAL_IOMEM *)addr)[i], data[i]); in __internal_ram_wr()
|
H A D | bcm_osal.h | 165 #define DIRECT_REG_WR(_hwfn, _addr, _val) \ macro
|
H A D | ecore_int.c | 753 DIRECT_REG_WR(p_hwfn, in ecore_int_assertion() 1038 DIRECT_REG_WR(p_hwfn, in ecore_int_deassertion() 1121 DIRECT_REG_WR(p_hwfn, igu_addr, igu_ack.sb_id_and_flags); in ecore_sb_ack_attn()
|
H A D | ecore_hw.c | 342 DIRECT_REG_WR(p_hwfn, reg_addr++, *host_addr++); in ecore_memcpy_hw()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 103 - void DIRECT_REG_WR(struct *ecore_hwfn, u32 addr, u32 value) 112 [Same comment as for DIRECT_REG_WR]
|