Home
last modified time | relevance | path

Searched refs:reset_code (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/mfd/
Ddbx500-prcmu.h301 static inline void prcmu_system_reset(u16 reset_code) in prcmu_system_reset() argument
303 return db8500_prcmu_system_reset(reset_code); in prcmu_system_reset()
492 static inline void prcmu_system_reset(u16 reset_code) {} in prcmu_system_reset() argument
Ddb8500-prcmu.h522 void db8500_prcmu_system_reset(u16 reset_code);
660 static inline void db8500_prcmu_system_reset(u16 reset_code) {} in db8500_prcmu_system_reset() argument
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dbnx2.c4798 bnx2_reset_chip(struct bnx2 *bp, u32 reset_code) in bnx2_reset_chip() argument
4809 bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT0 | reset_code, 1, 1); in bnx2_reset_chip()
4870 rc = bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT1 | reset_code, 1, 0); in bnx2_reset_chip()
5519 bnx2_reset_nic(struct bnx2 *bp, u32 reset_code) in bnx2_reset_nic() argument
5523 rc = bnx2_reset_chip(bp, reset_code); in bnx2_reset_nic()
5555 u32 reset_code; in bnx2_shutdown_chip() local
5558 reset_code = BNX2_DRV_MSG_CODE_UNLOAD_LNK_DN; in bnx2_shutdown_chip()
5560 reset_code = BNX2_DRV_MSG_CODE_SUSPEND_WOL; in bnx2_shutdown_chip()
5562 reset_code = BNX2_DRV_MSG_CODE_SUSPEND_NO_WOL; in bnx2_shutdown_chip()
5564 return bnx2_reset_chip(bp, reset_code); in bnx2_shutdown_chip()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c9127 u32 reset_code = 0; in bnx2x_send_unload_req() local
9132 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
9135 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP; in bnx2x_send_unload_req()
9161 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; in bnx2x_send_unload_req()
9164 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
9168 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_send_unload_req()
9181 reset_code = FW_MSG_CODE_DRV_UNLOAD_COMMON; in bnx2x_send_unload_req()
9183 reset_code = FW_MSG_CODE_DRV_UNLOAD_PORT; in bnx2x_send_unload_req()
9185 reset_code = FW_MSG_CODE_DRV_UNLOAD_FUNCTION; in bnx2x_send_unload_req()
9188 return reset_code; in bnx2x_send_unload_req()
[all …]
/Linux-v5.4/drivers/mfd/
Ddb8500-prcmu.c2353 void db8500_prcmu_system_reset(u16 reset_code) in db8500_prcmu_system_reset() argument
2355 writew(reset_code, (tcdm_base + PRCM_SW_RST_REASON)); in db8500_prcmu_system_reset()
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_if.h1907 u8 reset_code; member
Dionic_lif.c686 comp->reset.reset_code, in ionic_notifyq_service()