Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_reset.c85 REG_WR_IND( in fw_reset_sync()
532 REG_WR_IND( in lm_chip_reset()
989 REG_WR_IND( in l4_reset_setup()
1434 REG_WR_IND( in reduce_ftq_depth()
1438 REG_WR_IND( in reduce_ftq_depth()
1442 REG_WR_IND( in reduce_ftq_depth()
1447 REG_WR_IND( in reduce_ftq_depth()
1454 REG_WR_IND( in reduce_ftq_depth()
1467 REG_WR_IND( in reduce_ftq_depth()
1471 REG_WR_IND( in reduce_ftq_depth()
[all …]
H A Dbnx_hw_cpu.c169 REG_WR_IND(pdev, cpu_reg->mode, val); in load_cpu_fw()
170 REG_WR_IND(pdev, cpu_reg->state, cpu_reg->state_value_clear); in load_cpu_fw()
223 REG_WR_IND(pdev, cpu_reg->inst, 0); in load_cpu_fw()
224 REG_WR_IND(pdev, cpu_reg->pc, fw->start_addr); in load_cpu_fw()
229 REG_WR_IND(pdev, cpu_reg->state, cpu_reg->state_value_clear); in load_cpu_fw()
230 REG_WR_IND(pdev, cpu_reg->mode, val); in load_cpu_fw()
H A Dbnx_lm_send.c363 REG_WR_IND( in lm_send_packet()
634 REG_WR_IND( in lm_send_packet()
H A Dbnx_hw_misc.c489 REG_WR_IND( in lm_submit_fw_cmd()
H A Dbnx_hw_phy.c2262 REG_WR_IND( in lm_init_remote_phy()
2268 REG_WR_IND( in lm_init_remote_phy()
2288 REG_WR_IND( in lm_init_remote_phy()
3899 REG_WR_IND( in lm_init_mac_link()
H A Dbnx_lm_main.c2556 REG_WR_IND(pdev, 0xe0024, val); in lm_set_rx_mask()
3874 REG_WR_IND( in init_nwuf_5706()
3878 REG_WR_IND( in init_nwuf_5706()
3885 REG_WR_IND( in init_nwuf_5706()
3889 REG_WR_IND( in init_nwuf_5706()
5555 REG_WR_IND( in lm_update_defq_filter_ctx()
H A Dlm5706.h1333 #define REG_WR_IND(_pdev, _offset, _val) lm_reg_wr_ind(_pdev, _offset, _val) macro
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxhwi.c221 REG_WR_IND(lmdevice, (OFFSETOF(reg_space_t, tpat.tpat_scratch[0]) + in bnx_hdwr_acquire()
401 REG_WR_IND(lmdevice, offset, msg_code); in um_send_driver_pulse()
H A Dbnx_mm.c246 REG_WR_IND(pdev, offset, DRV_ACK_CAP_SIGNATURE | in mm_get_user_config()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c1255 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,0); in uninit_pxp2_blk()
1684 REG_WR_IND( pdev, offset, val_32[0] ); in lm_reset_nig_values_for_func_save_restore()
1685 REG_WR_IND( pdev, offset+4, val_32[1] ); in lm_reset_nig_values_for_func_save_restore()
2854 REG_WR_IND(pdev,QM_REG_PTRTBL +8*i ,0); in init_qm_common()
2855 REG_WR_IND(pdev,QM_REG_PTRTBL +8*i +4 ,0); in init_qm_common()
2863 REG_WR_IND(pdev,QM_REG_PTRTBL_EXT_A +8*i ,0); in init_qm_common()
3772 REG_WR_IND(pdev,NIG_REG_DEBUG_PACKET_LB, wb_write[0]); in init_nig_pkt()
3773 REG_WR_IND(pdev,NIG_REG_DEBUG_PACKET_LB+4,wb_write[1]); in init_nig_pkt()
3775 REG_WR_IND(pdev,NIG_REG_DEBUG_PACKET_LB+8,wb_write[2]); in init_nig_pkt()
3782 REG_WR_IND(pdev,NIG_REG_DEBUG_PACKET_LB, wb_write[0]); in init_nig_pkt()
[all …]
H A Dlm_power.c173 REG_WR_IND( pdev, reg_be+val, val_32[0] ) ; in init_nwuf_57710()
174 REG_WR_IND( pdev, reg_be+val+4, val_32[1] ) ; in init_nwuf_57710()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3932 #define REG_WR_IND(_pdev, _reg_offset, _val) lm_reg_wr_ind(_pdev, (_reg_offset), _val) macro