Searched refs:csio_set_reg_field (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/scsi/csiostor/ |
D | csio_wr.c | 1392 csio_set_reg_field(hw, SGE_CONTROL_A, in csio_wr_fixup_host_params() 1397 csio_set_reg_field(hw, SGE_CONTROL2_A, in csio_wr_fixup_host_params() 1424 csio_set_reg_field(hw, SGE_CONTROL_A, in csio_wr_fixup_host_params() 1534 csio_set_reg_field(hw, SGE_CONTROL_A, RXPKTCPLMODE_F, RXPKTCPLMODE_F); in csio_wr_set_sge() 1544 csio_set_reg_field(hw, SGE_DBFIFO_STATUS_A, in csio_wr_set_sge() 1547 csio_set_reg_field(hw, SGE_DBFIFO_STATUS2_A, in csio_wr_set_sge() 1551 csio_set_reg_field(hw, SGE_DOORBELL_CONTROL_A, ENABLE_DROP_F, in csio_wr_set_sge()
|
D | csio_hw.c | 172 csio_set_reg_field(struct csio_hw *hw, uint32_t reg, uint32_t mask, in csio_set_reg_field() function 1225 csio_set_reg_field(hw, CIM_BOOT_CFG_A, UPCRST_F, UPCRST_F); in csio_hw_fw_halt() 1226 csio_set_reg_field(hw, PCIE_FW_A, PCIE_FW_HALT_F, in csio_hw_fw_halt() 1267 csio_set_reg_field(hw, PCIE_FW_A, PCIE_FW_HALT_F, 0); in csio_hw_fw_restart() 1277 csio_set_reg_field(hw, CIM_BOOT_CFG_A, UPCRST_F, 0); in csio_hw_fw_restart() 1288 csio_set_reg_field(hw, CIM_BOOT_CFG_A, UPCRST_F, 0); in csio_hw_fw_restart() 2695 csio_set_reg_field(hw, MYPF_REG(PCIE_PF_CFG_A), in csio_hw_intr_enable() 2698 csio_set_reg_field(hw, MYPF_REG(PCIE_PF_CFG_A), in csio_hw_intr_enable() 2723 csio_set_reg_field(hw, PL_INT_MAP0_A, 0, 1 << pf); in csio_hw_intr_enable() 2753 csio_set_reg_field(hw, PL_INT_MAP0_A, 1 << pf, 0); in csio_hw_intr_disable() [all …]
|
D | csio_hw.h | 575 void csio_set_reg_field(struct csio_hw *, uint32_t, uint32_t, uint32_t);
|