Searched refs:QLCWR32 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 320 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_ADDRESS, addr); in do_rom_fast_read() 321 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_DUMMY_BYTE_CNT, 0); in do_rom_fast_read() 322 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_ABYTE_CNT, 3); in do_rom_fast_read() 323 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_INSTR_OPCODE, 0xb); in do_rom_fast_read() 329 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_ABYTE_CNT, 0); in do_rom_fast_read() 331 QLCWR32(adapter, QLCNIC_ROMUSB_ROM_DUMMY_BYTE_CNT, 0); in do_rom_fast_read() 399 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x10, 0x0); in qlcnic_pinit_from_rom() 400 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x14, 0x0); in qlcnic_pinit_from_rom() 401 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x18, 0x0); in qlcnic_pinit_from_rom() 402 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x1c, 0x0); in qlcnic_pinit_from_rom() [all …]
|
D | qlcnic_83xx_init.c | 1502 QLCWR32(adapter, reg, (val | (i << 29))); in qlcnic_83xx_dump_pause_control_regs() 1534 QLCWR32(adapter, QLC_83XX_SRE_SHIM_REG, 0x0); in qlcnic_83xx_disable_pause_frames() 1543 QLCWR32(adapter, reg + (i * 0x4), 0x0); in qlcnic_83xx_disable_pause_frames() 1553 QLCWR32(adapter, reg + (i * 0x4), 0x03FF03FF); in qlcnic_83xx_disable_pause_frames() 1556 QLCWR32(adapter, QLC_83XX_PORT2_IFB_THRESHOLD, 0); in qlcnic_83xx_disable_pause_frames() 1557 QLCWR32(adapter, QLC_83XX_PORT3_IFB_THRESHOLD, 0); in qlcnic_83xx_disable_pause_frames() 1565 QLCWR32(adapter, QLC_83XX_RESET_REG, 0); in qlcnic_83xx_take_eport_out_of_reset() 1566 QLCWR32(adapter, QLC_83XX_RESET_PORT0, 0); in qlcnic_83xx_take_eport_out_of_reset() 1567 QLCWR32(adapter, QLC_83XX_RESET_PORT1, 0); in qlcnic_83xx_take_eport_out_of_reset() 1568 QLCWR32(adapter, QLC_83XX_RESET_PORT2, 0); in qlcnic_83xx_take_eport_out_of_reset() [all …]
|
D | qlcnic_ethtool.c | 856 QLCWR32(adapter, QLCNIC_NIU_GB_MAC_CONFIG_0(port), in qlcnic_set_pauseparam() 858 QLCWR32(adapter, QLCNIC_NIU_GB_MAC_CONFIG_0(port), val); in qlcnic_set_pauseparam() 890 QLCWR32(adapter, QLCNIC_NIU_GB_PAUSE_CTL, val); in qlcnic_set_pauseparam() 912 QLCWR32(adapter, QLCNIC_NIU_XG_PAUSE_CTL, val); in qlcnic_set_pauseparam() 1507 QLCWR32(adapter, QLCNIC_WOL_CONFIG, wol_cfg); in qlcnic_set_wol()
|
D | qlcnic_ctx.c | 129 QLCWR32(adapter, QLCNIC_SIGN_CRB_OFFSET, signature); in qlcnic_82xx_issue_cmd() 131 QLCWR32(adapter, QLCNIC_CDRP_ARG(i), cmd->req.arg[i]); in qlcnic_82xx_issue_cmd() 132 QLCWR32(adapter, QLCNIC_CDRP_CRB_OFFSET, in qlcnic_82xx_issue_cmd()
|
D | qlcnic_hw.c | 348 QLCWR32(adapter, id_reg, adapter->portnum); in qlcnic_pcie_sem_lock() 1647 QLCWR32(adapter, offset, data); in qlcnic_82xx_write_crb()
|
D | qlcnic_main.c | 1684 QLCWR32(adapter, CRB_DRIVER_VERSION, QLCNIC_DRIVER_VERSION); in qlcnic_82xx_start_firmware() 3633 QLCWR32(adapter, QLCNIC_NIU_XG_PAUSE_CTL, xg_val); in qlcnic_82xx_dev_request_reset() 3638 QLCWR32(adapter, QLCNIC_NIU_GB_PAUSE_CTL, gb_val); in qlcnic_82xx_dev_request_reset()
|
D | qlcnic.h | 1555 #define QLCWR32(adapter, off, val) \ macro
|