Home
last modified time | relevance | path

Searched refs:RES_NONE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/can/softing/
H A Dsofting.h149 #define RES_NONE 0 macro
H A Dsofting_fw.c48 ret = (ret == RES_NONE) ? -ETIMEDOUT : -ECANCELED; in _softing_fct_cmd()
71 iowrite16(RES_NONE, &card->dpram[DPRAM_RECEIPT]); in softing_bootloader_command()
89 ret = (ret == RES_NONE) ? -ETIMEDOUT : -ECANCELED; in softing_bootloader_command()
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c168 RES_NONE = 0, enumerator
183 #define FLAG_END (1<<RES_NONE)
2351 pi->r_mode = RES_NONE;
2364 ctx->w=RES_NONE;
2422 } else if ( ctx->w == RES_NONE || ! (ctx->old_flag & (1<<r->code))) {
2989 if (ch == end_trigger && !dest->quote && ctx->w==RES_NONE) {