Home
last modified time | relevance | path

Searched refs:CFE_FLG_WARMSTART (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h30 #define CFE_FLG_WARMSTART 0x00000001 macro
/openbmc/linux/arch/mips/fw/cfe/
H A Dcfe_api.c162 xiocb.xiocb_flags = warm ? CFE_FLG_WARMSTART : 0; in cfe_exit()