Searched refs:fcode (Results 1 – 5 of 5) sorted by relevance
110 u32 fcode; member463 unsigned long fcode; in bsd_compress() local514 fcode = BSD_KEY(ent, c); in bsd_compress()522 if (dictp->fcode == fcode) { in bsd_compress()537 } while (dictp->fcode != fcode); in bsd_compress()570 dictp->fcode = fcode; in bsd_compress()808 u32 fcode = dictp->fcode; in bsd_decompress() local809 *--p = (fcode >> 16) & 0xff; in bsd_decompress()810 finchar = fcode & 0xffff; in bsd_decompress()833 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()
161 unsigned int get_rsa_modex_fc(struct ica_rsa_modexpo *mex, int *fcode) in get_rsa_modex_fc() argument168 *fcode = MEX_1K; in get_rsa_modex_fc()170 *fcode = MEX_2K; in get_rsa_modex_fc()172 *fcode = MEX_4K; in get_rsa_modex_fc()177 unsigned int get_rsa_crt_fc(struct ica_rsa_modexpo_crt *crt, int *fcode) in get_rsa_crt_fc() argument184 *fcode = CRT_1K; in get_rsa_crt_fc()186 *fcode = CRT_2K; in get_rsa_crt_fc()188 *fcode = CRT_4K; in get_rsa_crt_fc()
396 unsigned int *fcode, in XCRB_msg_to_type6CPRB_msgX() argument481 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1]; in XCRB_msg_to_type6CPRB_msgX()501 unsigned int *fcode) in xcrb_msg_to_type6_ep11cprb_msgx() argument571 *fcode = payload_hdr->func_val & 0xFFFF; in xcrb_msg_to_type6_ep11cprb_msgx()
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()