Searched refs:QLCWR32 (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 317 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_ADDRESS, addr); in do_rom_fast_read() 318 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_DUMMY_BYTE_CNT, 0); in do_rom_fast_read() 319 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_ABYTE_CNT, 3); in do_rom_fast_read() 320 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_INSTR_OPCODE, 0xb); in do_rom_fast_read() 326 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_ABYTE_CNT, 0); in do_rom_fast_read() 328 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_DUMMY_BYTE_CNT, 0); in do_rom_fast_read() 396 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x10, 0x0); in qlcnic_pinit_from_rom() 397 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x14, 0x0); in qlcnic_pinit_from_rom() 398 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x18, 0x0); in qlcnic_pinit_from_rom() 399 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x1c, 0x0); in qlcnic_pinit_from_rom() [all …]
|
D | qlcnic_83xx_init.c | 1478 QLCWR32(adapter, reg, (val | (i << 29))); in qlcnic_83xx_dump_pause_control_regs() 1510 QLCWR32(adapter, QLC_83XX_SRE_SHIM_REG, 0x0); in qlcnic_83xx_disable_pause_frames() 1519 QLCWR32(adapter, reg + (i * 0x4), 0x0); in qlcnic_83xx_disable_pause_frames() 1529 QLCWR32(adapter, reg + (i * 0x4), 0x03FF03FF); in qlcnic_83xx_disable_pause_frames() 1532 QLCWR32(adapter, QLC_83XX_PORT2_IFB_THRESHOLD, 0); in qlcnic_83xx_disable_pause_frames() 1533 QLCWR32(adapter, QLC_83XX_PORT3_IFB_THRESHOLD, 0); in qlcnic_83xx_disable_pause_frames() 1541 QLCWR32(adapter, QLC_83XX_RESET_REG, 0); in qlcnic_83xx_take_eport_out_of_reset() 1542 QLCWR32(adapter, QLC_83XX_RESET_PORT0, 0); in qlcnic_83xx_take_eport_out_of_reset() 1543 QLCWR32(adapter, QLC_83XX_RESET_PORT1, 0); in qlcnic_83xx_take_eport_out_of_reset() 1544 QLCWR32(adapter, QLC_83XX_RESET_PORT2, 0); in qlcnic_83xx_take_eport_out_of_reset() [all …]
|
D | qlcnic_ethtool.c | 869 QLCWR32(adapter, QLCNIC_NIU_GB_MAC_CONFIG_0(port), in qlcnic_set_pauseparam() 871 QLCWR32(adapter, QLCNIC_NIU_GB_MAC_CONFIG_0(port), val); in qlcnic_set_pauseparam() 903 QLCWR32(adapter, QLCNIC_NIU_GB_PAUSE_CTL, val); in qlcnic_set_pauseparam() 925 QLCWR32(adapter, QLCNIC_NIU_XG_PAUSE_CTL, val); in qlcnic_set_pauseparam() 1523 QLCWR32(adapter, QLCNIC_WOL_CONFIG, wol_cfg); in qlcnic_set_wol()
|
D | qlcnic_ctx.c | 128 QLCWR32(adapter, QLCNIC_SIGN_CRB_OFFSET, signature); in qlcnic_82xx_issue_cmd() 130 QLCWR32(adapter, QLCNIC_CDRP_ARG(i), cmd->req.arg[i]); in qlcnic_82xx_issue_cmd() 131 QLCWR32(adapter, QLCNIC_CDRP_CRB_OFFSET, in qlcnic_82xx_issue_cmd()
|
D | qlcnic_hw.c | 340 QLCWR32(adapter, id_reg, adapter->portnum); in qlcnic_pcie_sem_lock() 1629 QLCWR32(adapter, offset, data); in qlcnic_82xx_write_crb()
|
D | qlcnic_main.c | 1662 QLCWR32(adapter, CRB_DRIVER_VERSION, QLCNIC_DRIVER_VERSION); in qlcnic_82xx_start_firmware() 3537 QLCWR32(adapter, QLCNIC_NIU_XG_PAUSE_CTL, xg_val); in qlcnic_82xx_dev_request_reset() 3542 QLCWR32(adapter, QLCNIC_NIU_GB_PAUSE_CTL, gb_val); in qlcnic_82xx_dev_request_reset()
|
D | qlcnic.h | 1547 #define QLCWR32(adapter, off, val) \ macro
|