Searched refs:trl (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/power/x86/intel-speed-select/
H A Disst-core.c146 int isst_get_get_trl_from_msr(struct isst_id *id, int *trl) argument
155 trl[0] = msr_trl & GENMASK(7, 0);
156 trl[1] = (msr_trl & GENMASK(15, 8)) >> 8;
157 trl[2] = (msr_trl & GENMASK(23, 16)) >> 16;
158 trl[3] = (msr_trl & GENMASK(31, 24)) >> 24;
159 trl[4] = (msr_trl & GENMASK(39, 32)) >> 32;
160 trl[5] = (msr_trl & GENMASK(47, 40)) >> 40;
161 trl[6] = (msr_trl & GENMASK(55, 48)) >> 48;
162 trl[7] = (msr_trl & GENMASK(63, 56)) >> 56;
167 int isst_get_get_trl(struct isst_id *id, int level, int avx_level, int *trl) argument
260 isst_get_trl(struct isst_id *id, unsigned long long *trl) argument
271 isst_set_trl(struct isst_id *id, unsigned long long trl) argument
285 isst_set_trl_from_current_tdp(struct isst_id *id, unsigned long long trl) argument
297 int trl[8]; local
[all...]
H A Disst.h198 int (*get_get_trl)(struct isst_id *id, int level, int avx_level, int *trl);
272 extern int isst_set_trl(struct isst_id *id, unsigned long long trl);
273 extern int isst_get_trl(struct isst_id *id, unsigned long long *trl);
274 extern int isst_set_trl_from_current_tdp(struct isst_id *id, unsigned long long trl);
303 extern void isst_trl_display_information(struct isst_id *id, FILE *outf, unsigned long long trl);
H A Disst-core-mbox.c536 static int mbox_get_get_trl(struct isst_id *id, int level, int avx_level, int *trl) argument
552 trl[0] = resp & GENMASK(7, 0);
553 trl[1] = (resp & GENMASK(15, 8)) >> 8;
554 trl[2] = (resp & GENMASK(23, 16)) >> 16;
555 trl[3] = (resp & GENMASK(31, 24)) >> 24;
567 trl[4] = resp & GENMASK(7, 0);
568 trl[5] = (resp & GENMASK(15, 8)) >> 8;
569 trl[6] = (resp & GENMASK(23, 16)) >> 16;
570 trl[7] = (resp & GENMASK(31, 24)) >> 24;
H A Disst-core-tpmi.c327 int *trl)
338 trl[i] = ctdp_level.trl_ratios[0][i];
326 tpmi_get_get_trl(struct isst_id *id, int level, int config_index, int *trl) argument
H A Disst-display.c749 void isst_trl_display_information(struct isst_id *id, FILE *outf, unsigned long long trl) argument
757 snprintf(header, sizeof(header), "get-trl");
760 snprintf(header, sizeof(header), "trl");
761 snprintf(value, sizeof(value), "0x%llx", trl);
H A Disst-config.c2078 "\tArguments: -r|--trl-type : Specify trl type: sse|avx2|avx512\n");
2180 "Optional: -t|--trl : Specify turbo ratio limit in hex starting with 0x\n");
2189 "Optional: -t|--trl : Specify turbo ratio limit in hex starting with 0x\n");
2632 unsigned long long trl; local
2640 isst_display_error_info_message(1, "Invalid TRL. Specify with [-t|--trl]", 0, 0);
2646 isst_display_result(id, outf, "turbo-mode", "set-trl", ret);
2650 ret = isst_get_trl(id, &trl);
2652 isst_display_result(id, outf, "turbo-mode", "get-trl", ret);
2654 isst_trl_display_information(id, outf, trl);
[all...]
/linux-master/net/smc/
H A Dsmc_clc.c466 struct smc_clc_msg_trail *trl; local
476 trl = (struct smc_clc_msg_trail *)
477 ((u8 *)pclc + ntohs(pclc->hdr.length) - sizeof(*trl));
484 trl = (struct smc_clc_msg_trail *)
485 ((u8 *)clc + ntohs(clc->hdr.length) - sizeof(*trl));
497 memcmp(trl->eyecatcher, SMC_EYECATCHER, sizeof(SMC_EYECATCHER)) &&
498 memcmp(trl->eyecatcher, SMCD_EYECATCHER, sizeof(SMCD_EYECATCHER)))
810 memcpy(dclc_v1->trl.eyecatcher, SMC_EYECATCHER,
814 memcpy(dclc.trl.eyecatcher, SMC_EYECATCHER,
841 struct smc_clc_msg_trail *trl; local
1028 smcd_clc_prep_confirm_accept(struct smc_connection *conn, struct smc_clc_msg_accept_confirm *clc, int first_contact, u8 version, u8 *eid, struct smc_init_info *ini, int *fce_len, struct smc_clc_first_contact_ext_v2x *fce_v2x, struct smc_clc_msg_trail *trl) argument
1072 smcr_clc_prep_confirm_accept(struct smc_connection *conn, struct smc_clc_msg_accept_confirm *clc, int first_contact, u8 version, u8 *eid, struct smc_init_info *ini, int *fce_len, struct smc_clc_first_contact_ext_v2x *fce_v2x, struct smc_clc_fce_gid_ext *gle, struct smc_clc_msg_trail *trl) argument
1144 struct smc_clc_msg_trail trl; local
[all...]
H A Dsmc_clc.h304 struct smc_clc_msg_trail trl; /* eye catcher "SMCD" or "SMCR" EBCDIC */ member in struct:smc_clc_msg_decline
322 struct smc_clc_msg_trail trl; /* eye catcher "SMCD" or "SMCR" EBCDIC */ member in struct:smc_clc_msg_decline_v2
/linux-master/drivers/media/dvb-frontends/
H A Dmt352.c307 u8 trl; local
328 trl = mt352_read_register(state, TRL_NOMINAL_RATE_1);
391 if (trl == 0x72)
393 else if (trl == 0x64)

Completed in 261 milliseconds