Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dsec_run_time_asm.h733 program->buffer[line]) & (uint32_t)~LDST_OFFSET_MASK; in rta_patch_load()
736 opcode |= (new_ref << LDST_OFFSET_SHIFT) & LDST_OFFSET_MASK; in rta_patch_load()
739 LDST_OFFSET_MASK; in rta_patch_load()
757 opcode &= (uint32_t)~LDST_OFFSET_MASK; in rta_patch_store()
765 opcode |= ((new_ref) << LDST_OFFSET_SHIFT) & LDST_OFFSET_MASK; in rta_patch_store()
769 LDST_OFFSET_MASK; in rta_patch_store()
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Ddesc.h318 #define LDST_OFFSET_MASK (0xff << LDST_OFFSET_SHIFT) macro