Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c1231 u32_t rq_onchip_at_reg, on_chip_addr2_val; in uninit_pxp2_blk() local
1250 rq_onchip_at_reg = CHIP_IS_E1(pdev) ? PXP2_REG_RQ_ONCHIP_AT : PXP2_REG_RQ_ONCHIP_AT_B0; in uninit_pxp2_blk()
1255 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,0); in uninit_pxp2_blk()
1256 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8+4,on_chip_addr2_val); in uninit_pxp2_blk()
2777 u32_t rq_onchip_at_reg; in init_pxp2_func() local
2792 rq_onchip_at_reg = CHIP_IS_E1(pdev) ? PXP2_REG_RQ_ONCHIP_AT : PXP2_REG_RQ_ONCHIP_AT_B0; in init_pxp2_func()
2800 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,ONCHIP_ADDR1(addr_table[k][i].as_u64)); in init_pxp2_func()
2801 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8+4,ONCHIP_ADDR2(addr_table[k][i].as_u64)); in init_pxp2_func()