Searched refs:getnn (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzip_vas.c | 152 while (getnn(cmdp->crb.csb, csb_v) == 0) { in nx_wait_for_csb() 184 if (getnn(cmdp->crb.csb, csb_v) == 0) { in nx_wait_for_csb() 269 cc = getnn(cmdp->crb.csb, csb_cc); /* CC Table 6-8 */ in nxu_submit_job()
|
D | gunz_test.c | 747 sfbt = getnn(cmdp->cpb, out_sfbt); /* Table 6-4 */ in decompress_file() 748 subc = getnn(cmdp->cpb, out_subc); /* Table 6-4 */ in decompress_file() 838 putnn(cmdp->cpb, in_rembytecnt, getnn(cmdp->cpb, in decompress_file() 865 dhtlen = getnn(cmdp->cpb, out_dhtlen); in decompress_file()
|
D | gzfht_test.c | 359 tebc = getnn(cmdp->cpb, out_tebc); in compress_file()
|
/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 428 #define getnn(ST, REG) ((be32toh(ST.REG) >> (31-REG##_offset)) \ macro 467 #define get_csb_ce(ST) ((uint32_t)getnn(ST, csb_ce))
|