Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c152 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()
H A Dgunz_test.c747 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()
H A Dgzfht_test.c311 tebc = getnn(cmdp->cpb, out_tebc); in compress_file()
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h428 #define getnn(ST, REG) ((be32toh(ST.REG) >> (31-REG##_offset)) \ macro
467 #define get_csb_ce(ST) ((uint32_t)getnn(ST, csb_ce))