Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_wr.c1322 csio_set_reg_field(hw, SGE_CONTROL_A, in csio_wr_fixup_host_params()
1349 csio_set_reg_field(hw, SGE_CONTROL_A, in csio_wr_fixup_host_params()
1459 csio_set_reg_field(hw, SGE_CONTROL_A, RXPKTCPLMODE_F, RXPKTCPLMODE_F); in csio_wr_set_sge()
1469 csio_set_reg_field(hw, SGE_DBFIFO_STATUS_A, in csio_wr_set_sge()
1472 csio_set_reg_field(hw, SGE_DBFIFO_STATUS2_A, in csio_wr_set_sge()
1476 csio_set_reg_field(hw, SGE_DOORBELL_CONTROL_A, ENABLE_DROP_F, in csio_wr_set_sge()
Dcsio_hw.c172 csio_set_reg_field(struct csio_hw *hw, uint32_t reg, uint32_t mask, in csio_set_reg_field() function
1130 csio_set_reg_field(hw, CIM_BOOT_CFG_A, UPCRST_F, UPCRST_F); in csio_hw_fw_halt()
1131 csio_set_reg_field(hw, PCIE_FW_A, PCIE_FW_HALT_F, in csio_hw_fw_halt()
1172 csio_set_reg_field(hw, PCIE_FW_A, PCIE_FW_HALT_F, 0); in csio_hw_fw_restart()
1182 csio_set_reg_field(hw, CIM_BOOT_CFG_A, UPCRST_F, 0); in csio_hw_fw_restart()
1193 csio_set_reg_field(hw, CIM_BOOT_CFG_A, UPCRST_F, 0); in csio_hw_fw_restart()
2249 csio_set_reg_field(hw, MYPF_REG(PCIE_PF_CFG_A), in csio_hw_intr_enable()
2252 csio_set_reg_field(hw, MYPF_REG(PCIE_PF_CFG_A), in csio_hw_intr_enable()
2277 csio_set_reg_field(hw, PL_INT_MAP0_A, 0, 1 << pf); in csio_hw_intr_enable()
2302 csio_set_reg_field(hw, PL_INT_MAP0_A, 1 << pf, 0); in csio_hw_intr_disable()
[all …]
Dcsio_hw.h517 void csio_set_reg_field(struct csio_hw *, uint32_t, uint32_t, uint32_t);