Searched refs:reset_code (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/mfd/ |
D | dbx500-prcmu.h | 302 static inline void prcmu_system_reset(u16 reset_code) in prcmu_system_reset() argument 304 return db8500_prcmu_system_reset(reset_code); in prcmu_system_reset() 478 static inline void prcmu_system_reset(u16 reset_code) {} in prcmu_system_reset() argument
|
D | db8500-prcmu.h | 522 void db8500_prcmu_system_reset(u16 reset_code); 657 static inline void db8500_prcmu_system_reset(u16 reset_code) {} in db8500_prcmu_system_reset() argument
|
/Linux-v5.10/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 4792 bnx2_reset_chip(struct bnx2 *bp, u32 reset_code) in bnx2_reset_chip() argument 4803 bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT0 | reset_code, 1, 1); in bnx2_reset_chip() 4864 rc = bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT1 | reset_code, 1, 0); in bnx2_reset_chip() 5513 bnx2_reset_nic(struct bnx2 *bp, u32 reset_code) in bnx2_reset_nic() argument 5517 rc = bnx2_reset_chip(bp, reset_code); in bnx2_reset_nic() 5549 u32 reset_code; in bnx2_shutdown_chip() local 5552 reset_code = BNX2_DRV_MSG_CODE_UNLOAD_LNK_DN; in bnx2_shutdown_chip() 5554 reset_code = BNX2_DRV_MSG_CODE_SUSPEND_WOL; in bnx2_shutdown_chip() 5556 reset_code = BNX2_DRV_MSG_CODE_SUSPEND_NO_WOL; in bnx2_shutdown_chip() 5558 return bnx2_reset_chip(bp, reset_code); in bnx2_shutdown_chip()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 9138 u32 reset_code = 0; in bnx2x_send_unload_req() local 9143 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req() 9146 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP; in bnx2x_send_unload_req() 9172 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; in bnx2x_send_unload_req() 9175 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req() 9179 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_send_unload_req() 9192 reset_code = FW_MSG_CODE_DRV_UNLOAD_COMMON; in bnx2x_send_unload_req() 9194 reset_code = FW_MSG_CODE_DRV_UNLOAD_PORT; in bnx2x_send_unload_req() 9196 reset_code = FW_MSG_CODE_DRV_UNLOAD_FUNCTION; in bnx2x_send_unload_req() 9199 return reset_code; in bnx2x_send_unload_req() [all …]
|
/Linux-v5.10/drivers/mfd/ |
D | db8500-prcmu.c | 2282 void db8500_prcmu_system_reset(u16 reset_code) in db8500_prcmu_system_reset() argument 2284 writew(reset_code, (tcdm_base + PRCM_SW_RST_REASON)); in db8500_prcmu_system_reset()
|
/Linux-v5.10/drivers/net/ethernet/pensando/ionic/ |
D | ionic_if.h | 2234 u8 reset_code; member
|