Home
last modified time | relevance | path

Searched refs:LDST_IMM (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dload_cmd.h82 { DCTRL, LDST_CLASS_DECO | LDST_IMM | LDST_SRCDST_WORD_DECOCTRL,
255 opcode |= LDST_IMM; in rta_load()
H A Dstore_cmd.h96 opcode |= LDST_IMM; in rta_store()
H A Dnfifo_cmd.h101 uint32_t load_cmd = CMD_LOAD | LDST_IMM | LDST_CLASS_IND_CCB | in rta_nfifo_load()
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Ddesc.h260 #define LDST_IMM BIT(23) macro