Home
last modified time | relevance | path

Searched refs:trl (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-core.c155 trl[0] = msr_trl & GENMASK(7, 0); in isst_get_get_trl_from_msr()
156 trl[1] = (msr_trl & GENMASK(15, 8)) >> 8; in isst_get_get_trl_from_msr()
157 trl[2] = (msr_trl & GENMASK(23, 16)) >> 16; in isst_get_get_trl_from_msr()
158 trl[3] = (msr_trl & GENMASK(31, 24)) >> 24; in isst_get_get_trl_from_msr()
159 trl[4] = (msr_trl & GENMASK(39, 32)) >> 32; in isst_get_get_trl_from_msr()
275 if (!trl) in isst_set_trl()
276 trl = 0xFFFFFFFFFFFFFFFFULL; in isst_set_trl()
293 if (trl) { in isst_set_trl_from_current_tdp()
294 msr_trl = trl; in isst_set_trl_from_current_tdp()
297 int trl[8]; in isst_set_trl_from_current_tdp() 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) in mbox_get_get_trl() argument
552 trl[0] = resp & GENMASK(7, 0); in mbox_get_get_trl()
553 trl[1] = (resp & GENMASK(15, 8)) >> 8; in mbox_get_get_trl()
554 trl[2] = (resp & GENMASK(23, 16)) >> 16; in mbox_get_get_trl()
555 trl[3] = (resp & GENMASK(31, 24)) >> 24; in mbox_get_get_trl()
567 trl[4] = resp & GENMASK(7, 0); in mbox_get_get_trl()
568 trl[5] = (resp & GENMASK(15, 8)) >> 8; in mbox_get_get_trl()
569 trl[6] = (resp & GENMASK(23, 16)) >> 16; in mbox_get_get_trl()
570 trl[7] = (resp & GENMASK(31, 24)) >> 24; in mbox_get_get_trl()
H A Disst-core-tpmi.c327 int *trl) in tpmi_get_get_trl() argument
338 trl[i] = ctdp_level.trl_ratios[0][i]; in tpmi_get_get_trl()
H A Disst-display.c749 void isst_trl_display_information(struct isst_id *id, FILE *outf, unsigned long long trl) in isst_trl_display_information() argument
761 snprintf(value, sizeof(value), "0x%llx", trl); in isst_trl_display_information()
H A Disst-config.c2572 unsigned long long trl; in get_set_trl() local
2587 ret = isst_get_trl(id, &trl); in get_set_trl()
2591 isst_trl_display_information(id, outf, trl); in get_set_trl()
/openbmc/linux/fs/ntfs/
H A Drunlist.c1529 runlist_element *trl; in ntfs_rl_truncate_nolock() local
1534 trl = rl + 1; in ntfs_rl_truncate_nolock()
1536 trl++; in ntfs_rl_truncate_nolock()
1759 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1762 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
1766 runlist->rl = trl; in ntfs_rl_punch_nolock()
1829 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1836 runlist->rl = trl; in ntfs_rl_punch_nolock()
1864 if (IS_ERR(trl)) in ntfs_rl_punch_nolock()
1867 if (runlist->rl != trl) { in ntfs_rl_punch_nolock()
[all …]
/openbmc/linux/net/smc/
H A Dsmc_clc.c464 struct smc_clc_msg_trail *trl; in smc_clc_msg_hdr_valid() local
484 sizeof(*trl)); in smc_clc_msg_hdr_valid()
839 struct smc_clc_msg_trail *trl; in smc_clc_send_proposal() local
857 trl = &pclc->pclc_trl; in smc_clc_send_proposal()
993 vec[i].iov_base = trl; in smc_clc_send_proposal()
994 vec[i++].iov_len = sizeof(*trl); in smc_clc_send_proposal()
1020 struct smc_clc_msg_trail trl; in smc_clc_send_confirm_accept() local
1116 sizeof(trl); in smc_clc_send_confirm_accept()
1121 sizeof(trl); in smc_clc_send_confirm_accept()
1135 vec[i].iov_base = &trl; in smc_clc_send_confirm_accept()
[all …]
H A Dsmc_clc.h299 struct smc_clc_msg_trail trl; /* eye catcher "SMCD" or "SMCR" EBCDIC */ member
317 struct smc_clc_msg_trail trl; /* eye catcher "SMCD" or "SMCR" EBCDIC */ member
/openbmc/linux/drivers/media/dvb-frontends/
H A Dmt352.c307 u8 trl; in mt352_get_parameters() local
328 trl = mt352_read_register(state, TRL_NOMINAL_RATE_1); in mt352_get_parameters()
391 if (trl == 0x72) in mt352_get_parameters()
393 else if (trl == 0x64) in mt352_get_parameters()