Home
last modified time | relevance | path

Searched refs:IMMED (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dpdcp.h374 IMMED); in pdcp_insert_cplane_null_op()
449 IMMED); in insert_copy_frame_op()
610 IMMED); in pdcp_insert_cplane_int_only_op()
716 IMMED); in pdcp_insert_cplane_int_only_op()
1309 CLRW, 0, 4, IMMED); in pdcp_insert_uplane_aes_aes_op()
1356 CLRW, 0, 4, IMMED); in pdcp_insert_uplane_aes_aes_op()
1554 CLRW, 0, 4, IMMED); in pdcp_insert_cplane_snow_aes_op()
1562 CLRW, 0, 4, IMMED); in pdcp_insert_cplane_snow_aes_op()
2366 CLRW, 0, 4, IMMED); in pdcp_insert_cplane_zuc_aes_op()
2415 CLRW, 0, 4, IMMED); in pdcp_insert_cplane_zuc_aes_op()
[all …]
H A Dsdap.h284 LAST1 | FLUSH1 | IMMED); in pdcp_sdap_insert_enc_only_op()
374 MOVEB(p, MATH1, 0, CONTEXT1, 16, 8, IMMED); in pdcp_sdap_insert_snoop_op()
377 MOVEB(p, MATH1, 0, CONTEXT1, 0, 8, IMMED); in pdcp_sdap_insert_snoop_op()
411 MOVEB(p, MATH2, 4, OFIFO, 0, 12, IMMED); in pdcp_sdap_insert_snoop_op()
414 MOVE(p, OFIFO, 0, CONTEXT2, 4, 12, IMMED); in pdcp_sdap_insert_snoop_op()
546 LOAD(p, CIRQ_ZADI, ICTRL, 0, 4, IMMED); in pdcp_sdap_insert_snoop_op()
606 MOVEB(p, MATH2, 0, IFIFOAB1, 0, 8, IMMED); in pdcp_sdap_insert_no_snoop_op()
632 CLRW, 0, 4, IMMED); in pdcp_sdap_insert_no_snoop_op()
690 MOVEB(p, MATH2, 0, CONTEXT2, 0, 8, IMMED); in pdcp_sdap_insert_no_snoop_op()
713 MOVEB(p, OFIFO, 0, MATH3, 0, 4, IMMED); in pdcp_sdap_insert_no_snoop_op()
[all …]
H A Dipsec.h937 IMMED); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
943 move_seqout_ptr = MOVE(p, DESCBUF, 0, MATH1, 0, 16, WAITCOMP | IMMED); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
951 LOAD(p, 0xa00000e5, MATH3, 4, 4, IMMED); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
954 IMMED); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
961 move_outlen = MOVE(p, DESCBUF, 0, MATH0, 4, 8, WAITCOMP | IMMED); in cnstr_shdsc_ipsec_encap_des_aes_xcbc()
1094 move_seqin_ptr = MOVE(p, DESCBUF, 0, MATH1, 0, 16, WAITCOMP | IMMED); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1102 LOAD(p, 0xA00000e1, MATH3, 4, 4, IMMED); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1105 IMMED); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1118 move_jump = MOVE(p, DESCBUF, 0, OFIFO, 0, 8, WAITCOMP | IMMED); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
1119 move_jump_back = MOVE(p, OFIFO, 0, DESCBUF, 0, 8, IMMED); in cnstr_shdsc_ipsec_decap_des_aes_xcbc()
H A Dalgo.h348 LOAD(p, counter, CONTEXT1, (iv_off + ivlen), 16 - ivlen, IMMED); in cnstr_shdsc_blkcipher()
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dstore_cmd.h76 if ((flags & IMMED) && (flags & SGF)) { in rta_store()
81 if ((flags & IMMED) && (offset != 0)) { in rta_store()
95 if (flags & IMMED) in rta_store()
107 if (!(flags & IMMED)) { in rta_store()
141 if (flags & IMMED) in rta_store()
H A Dkey_cmd.h51 if ((flags & IMMED) || (flags & SGF)) { in rta_key()
70 if ((flags & SGF) && (flags & IMMED)) { in rta_key()
93 if (flags & IMMED) { in rta_key()
163 if (flags & IMMED) in rta_key()
177 if (flags & IMMED) in rta_key()
H A Dmath_cmd.h105 (!(options & IMMED) && !(options & IMMED2)) || in rta_math()
106 ((options & IMMED) && (options & IMMED2))) { in rta_math()
138 if (options & IMMED) { in rta_math()
205 opcode |= (options & ~(IMMED | IMMED2)); in rta_math()
232 if ((options & IMMED) && !(options & IMMED2)) { in rta_math()
235 } else if ((options & IMMED2) && !(options & IMMED)) { in rta_math()
238 } else if ((options & IMMED) && (options & IMMED2)) { in rta_math()
H A Dfifo_load_store_cmd.h67 if ((flags & IMMED) || (flags & SGF)) { in rta_fifo_load()
89 if ((flags & IMMED) && (flags & SGF)) { in rta_fifo_load()
93 if ((flags & IMMED) && ((flags & EXT) || (length >> 16))) { in rta_fifo_load()
126 if (flags & IMMED) in rta_fifo_load()
155 if (flags & IMMED) in rta_fifo_load()
H A Dload_cmd.h249 if (flags & IMMED) { in rta_load()
293 if (flags & IMMED) in rta_load()
H A Dsec_run_time_asm.h262 #define IMMED BIT(3) macro
550 return IMMED | COPY; in inline_flags()
552 return IMMED | DCOPY; in inline_flags()
H A Dmove_cmd.h110 } else if (!(flags & IMMED)) { in rta_move()