Searched refs:reset_code (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/mfd/ |
H A D | dbx500-prcmu.h | 303 static inline void prcmu_system_reset(u16 reset_code) in prcmu_system_reset() argument 305 db8500_prcmu_system_reset(reset_code); in prcmu_system_reset() 479 static inline void prcmu_system_reset(u16 reset_code) {} in prcmu_system_reset() argument
|
H A 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/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 4777 bnx2_reset_chip(struct bnx2 *bp, u32 reset_code) in bnx2_reset_chip() argument 4788 bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT0 | reset_code, 1, 1); in bnx2_reset_chip() 4849 rc = bnx2_fw_sync(bp, BNX2_DRV_MSG_DATA_WAIT1 | reset_code, 1, 0); in bnx2_reset_chip() 5498 bnx2_reset_nic(struct bnx2 *bp, u32 reset_code) in bnx2_reset_nic() argument 5502 rc = bnx2_reset_chip(bp, reset_code); in bnx2_reset_nic() 5534 u32 reset_code; in bnx2_shutdown_chip() local 5537 reset_code = BNX2_DRV_MSG_CODE_UNLOAD_LNK_DN; in bnx2_shutdown_chip() 5539 reset_code = BNX2_DRV_MSG_CODE_SUSPEND_WOL; in bnx2_shutdown_chip() 5541 reset_code = BNX2_DRV_MSG_CODE_SUSPEND_NO_WOL; in bnx2_shutdown_chip() 5543 return bnx2_reset_chip(bp, reset_code); in bnx2_shutdown_chip()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 9147 u32 reset_code = 0; in bnx2x_send_unload_req() local 9152 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req() 9155 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP; in bnx2x_send_unload_req() 9181 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; in bnx2x_send_unload_req() 9184 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req() 9188 reset_code = bnx2x_fw_command(bp, reset_code, 0); in bnx2x_send_unload_req() 9201 reset_code = FW_MSG_CODE_DRV_UNLOAD_COMMON; in bnx2x_send_unload_req() 9203 reset_code = FW_MSG_CODE_DRV_UNLOAD_PORT; in bnx2x_send_unload_req() 9205 reset_code = FW_MSG_CODE_DRV_UNLOAD_FUNCTION; in bnx2x_send_unload_req() 9208 return reset_code; in bnx2x_send_unload_req() [all …]
|
/linux/drivers/mfd/ |
H A D | db8500-prcmu.c | 2279 void db8500_prcmu_system_reset(u16 reset_code) in db8500_prcmu_system_reset() argument 2281 writew(reset_code, (tcdm_base + PRCM_SW_RST_REASON)); in db8500_prcmu_system_reset()
|