Home
last modified time | relevance | path

Searched refs:get32 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/testing/selftests/powerpc/nx-gzip/
Dgzfht_test.c352 spbc = (!lzcounts) ? get32(cmdp->cpb, out_spbc_comp) : in compress_file()
353 get32(cmdp->cpb, out_spbc_comp_with_count); in compress_file()
357 tpbc = get32(cmdp->crb.csb, tpbc); in compress_file()
388 crc = get32(cmdp->cpb, out_crc); in compress_file()
Dgunz_test.c219 buf_len = get32(dde_list[i], ddebc); in nx_touch_pages_dde()
749 spbc = get32(cmdp->cpb, out_spbc_decomp); in decompress_file()
750 tpbc = get32(cmdp->crb.csb, tpbc); in decompress_file()
779 spbc = get32(cmdp->cpb, out_spbc_decomp); in decompress_file()
780 tpbc = get32(cmdp->crb.csb, tpbc); in decompress_file()
/Linux-v6.1/tools/testing/selftests/powerpc/nx-gzip/include/
Dnxu.h432 #define get32(ST, REG) (be32toh(ST.REG)) macro
437 #define unget32(ST, REG) (get32(ST, REG) & ~((REG##_mask) \