Searched refs:fcode (Results 1 – 3 of 3) sorted by relevance
110 u32 fcode; member462 unsigned long fcode; in bsd_compress() local513 fcode = BSD_KEY(ent, c); in bsd_compress()521 if (dictp->fcode == fcode) { in bsd_compress()536 } while (dictp->fcode != fcode); in bsd_compress()569 dictp->fcode = fcode; in bsd_compress()806 u32 fcode = dictp->fcode; in bsd_decompress() local807 *--p = (fcode >> 16) & 0xff; in bsd_decompress()808 finchar = fcode & 0xffff; in bsd_decompress()831 unsigned long fcode; in bsd_decompress() local[all …]
117 unsigned long fcode; member573 unsigned long fcode; in bsd_compress() local657 fcode = BSD_KEY (ent, c); in bsd_compress()667 if (dictp->f.fcode == fcode) in bsd_compress()689 while (dictp->f.fcode != fcode); in bsd_compress()726 dictp->f.fcode = fcode; in bsd_compress()1055 unsigned long fcode; in bsd_decompress() local1058 fcode = BSD_KEY(oldcode,finchar); in bsd_decompress()1094 dictp->f.fcode = fcode; in bsd_decompress()
1300 const char *fcode; in qpti_sbus_probe() local1353 fcode = of_get_property(dp, "isp-fcode", NULL); in qpti_sbus_probe()1354 if (fcode && fcode[0]) in qpti_sbus_probe()1355 printk("(FCode %s)", fcode); in qpti_sbus_probe()