Searched defs:REG_WR (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 68 #define REG_WR(cb, reg, val) elink_cb_reg_write(cb, reg, val) macro 70 #define EMAC_WR(cb, reg, val) REG_WR(cb, emac_base + reg, val) 350 REG_WR(cb, reg, val); 359 REG_WR(cb, reg, val); 388 REG_WR(cb, params->lfa_base + 509 REG_WR(cb, MCP_REG_MCPR_GP_OENABLE, gp_oenable & ~epio_mask); 531 REG_WR(cb, MCP_REG_MCPR_GP_OUTPUTS, gp_output); 535 REG_WR(cb, MCP_REG_MCPR_GP_OENABLE, gp_oenable | epio_mask); 584 REG_WR(cb, NIG_REG_P0_TX_ARB_PRIORITY_CLIENT, 0x4688); 593 REG_WR(c [all...] |
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 180 REG_WR((_pdev), 0x2000, kuku); \ 184 #define LM_GENERAL_ATTN_INTERRUPT_SET(_pdev,_func) REG_WR((_pdev),MISC_REG_AEU_GENERAL_ATTN_12 + 4*(_func),0x1) 4091 #define REG_WR(_pdev, _reg_offset, _val) \ macro 4097 #define VF_REG_WR(_pdev, _reg_offset, _val) REG_WR(_pdev, _reg_offset, _val) 4106 #define REG_WR(_pdev, _reg_offset, _val) \ macro 4153 #define REG_WR(_pdev, _reg_offset, _val) \ macro 4194 #define REG_WR(_pdev, _reg_offset, _val) \ macro
|
Completed in 88 milliseconds