Searched refs:PIORST_F (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/scsi/csiostor/ |
D | csio_hw.c | 1110 csio_wr_reg32(hw, PIORSTMODE_F | PIORST_F, PL_RST_A); in csio_do_reset() 1122 PIORSTMODE_F | PIORST_F, 0, NULL); in csio_do_reset() 1198 PIORSTMODE_F | PIORST_F, FW_RESET_CMD_HALT_F, in csio_hw_fw_halt() 1283 csio_wr_reg32(hw, PIORSTMODE_F | PIORST_F, PL_RST_A); in csio_hw_fw_restart() 3057 csio_wr_reg32(hw, PIORSTMODE_F | PIORST_F, PL_RST_A); in csio_hws_removing()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 1353 ret = t4_fw_reset(adap, adap->mbox, PIORSTMODE_F | PIORST_F); in cxgb4_ethtool_flash_phy()
|
D | t4_hw.c | 7036 c.val = cpu_to_be32(PIORST_F | PIORSTMODE_F); in t4_fw_halt() 7110 PIORST_F | PIORSTMODE_F) == 0) in t4_fw_restart() 7114 t4_write_reg(adap, PL_RST_A, PIORST_F | PIORSTMODE_F); in t4_fw_restart()
|
D | t4_regs.h | 3003 #define PIORST_F PIORST_V(1U) macro
|
D | cxgb4_main.c | 4470 PIORSTMODE_F | PIORST_F); in adap_init0_config()
|