Searched refs:CFE_FLG_WARMSTART (Results 1 – 2 of 2) sorted by relevance
/arch/mips/include/asm/fw/cfe/ | ||
D | cfe_api.h | 33 #define CFE_FLG_WARMSTART 0x00000001 macro |
/arch/mips/fw/cfe/ | ||
D | cfe_api.c | 157 xiocb.xiocb_flags = warm ? CFE_FLG_WARMSTART : 0; in cfe_exit() |