Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dsec_run_time_asm.h427 swab32(program->current_pc) : in rta_program_finalize()
431 swab32(program->current_pc) : in rta_program_finalize()
455 swab32(val) : val; in __rta_out32()
672 opcode = bswap ? swab32(program->buffer[line]) : program->buffer[line]; in rta_patch_move()
676 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_move()
694 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_jmp()
718 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_header()
732 opcode = (bswap ? swab32(program->buffer[line]) : in rta_patch_load()
741 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_load()
772 program->buffer[line] = bswap ? swab32(opcode) : opcode; in rta_patch_store()
[all …]
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h106 #define swab32(x) rte_bswap32(x) macro
113 #define cpu_to_be32(x) swab32(x)
119 #define cpu_to_le32(x) swab32(x)
/f-stack/dpdk/drivers/common/dpaax/caamflib/desc/
H A Dalgo.h346 counter = swab32(1); in cnstr_shdsc_blkcipher()
H A Dpdcp.h3714 iv[1] = swap ? swab32(0x04000000) : 0x04000000; in cnstr_shdsc_pdcp_short_mac()
3715 iv[2] = swap ? swab32(0xF8000000) : 0xF8000000; in cnstr_shdsc_pdcp_short_mac()
3751 iv[1] = swap ? swab32(0xFC000000) : 0xFC000000; in cnstr_shdsc_pdcp_short_mac()
3792 iv[1] = swap ? swab32(0xFC000000) : 0xFC000000; in cnstr_shdsc_pdcp_short_mac()