Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Daspeed_hace-test.c38 #define SG_LIST_LEN_LAST BIT(31) macro
275 { cpu_to_le32(sizeof(test_vector_sg3) | SG_LIST_LEN_LAST), in test_sha256_sg()
326 { cpu_to_le32(sizeof(test_vector_sg3) | SG_LIST_LEN_LAST), in test_sha512_sg()
371 { cpu_to_le32(sizeof(test_vector_accum_256) | SG_LIST_LEN_LAST), in test_sha256_accum()
412 { cpu_to_le32(sizeof(test_vector_accum_512) | SG_LIST_LEN_LAST), in test_sha512_accum()
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c64 #define SG_LIST_LEN_LAST BIT(31) macro
201 for (i = 0; !(len & SG_LIST_LEN_LAST); i++) { in do_hash_operation()