Searched refs:QLCWR32 (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_init.c | 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() 400 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x20, 0x0); in qlcnic_pinit_from_rom() 401 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x24, 0x0); in qlcnic_pinit_from_rom() 404 QLCWR32(adapter, QLCNIC_CRB_NIU + 0x40, 0xff); in qlcnic_pinit_from_rom() 423 QLCWR32(adapter, QLCNIC_CRB_EPG + 0x1300, 0x1); in qlcnic_pinit_from_rom() 426 QLCWR32(adapter, QLCNIC_CRB_TIMER + 0x0, 0x0); in qlcnic_pinit_from_rom() 427 QLCWR32(adapter, QLCNIC_CRB_TIMER + 0x8, 0x0); in qlcnic_pinit_from_rom() [all …]
|
| A 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() 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() 1545 QLCWR32(adapter, QLC_83XX_RESET_PORT3, 0); in qlcnic_83xx_take_eport_out_of_reset() 1546 QLCWR32(adapter, QLC_83XX_RESET_SRESHIM, 0); in qlcnic_83xx_take_eport_out_of_reset() 1547 QLCWR32(adapter, QLC_83XX_RESET_EPGSHIM, 0); in qlcnic_83xx_take_eport_out_of_reset() [all …]
|
| A D | qlcnic_ethtool.c | 865 QLCWR32(adapter, QLCNIC_NIU_GB_MAC_CONFIG_0(port), in qlcnic_set_pauseparam() 867 QLCWR32(adapter, QLCNIC_NIU_GB_MAC_CONFIG_0(port), val); in qlcnic_set_pauseparam() 899 QLCWR32(adapter, QLCNIC_NIU_GB_PAUSE_CTL, val); in qlcnic_set_pauseparam() 921 QLCWR32(adapter, QLCNIC_NIU_XG_PAUSE_CTL, val); in qlcnic_set_pauseparam() 1519 QLCWR32(adapter, QLCNIC_WOL_CONFIG, wol_cfg); in qlcnic_set_wol()
|
| A 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()
|
| A 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()
|
| A D | qlcnic_main.c | 1661 QLCWR32(adapter, CRB_DRIVER_VERSION, QLCNIC_DRIVER_VERSION); in qlcnic_82xx_start_firmware() 3554 QLCWR32(adapter, QLCNIC_NIU_XG_PAUSE_CTL, xg_val); in qlcnic_82xx_dev_request_reset() 3559 QLCWR32(adapter, QLCNIC_NIU_GB_PAUSE_CTL, gb_val); in qlcnic_82xx_dev_request_reset()
|
| A D | qlcnic.h | 1547 #define QLCWR32(adapter, off, val) \ macro
|
Completed in 38 milliseconds