Searched refs:trl (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/power/x86/intel-speed-select/ |
| A D | isst-core.c | 295 trl[0] = msr_trl & GENMASK(7, 0); in isst_get_get_trl_from_msr() 323 trl[0] = resp & GENMASK(7, 0); in isst_get_get_trl() 324 trl[1] = (resp & GENMASK(15, 8)) >> 8; in isst_get_get_trl() 338 trl[4] = resp & GENMASK(7, 0); in isst_get_get_trl() 339 trl[5] = (resp & GENMASK(15, 8)) >> 8; in isst_get_get_trl() 698 if (!trl) in isst_set_trl() 699 trl = 0xFFFFFFFFFFFFFFFFULL; in isst_set_trl() 713 if (trl) { in isst_set_trl_from_current_tdp() 714 msr_trl = trl; in isst_set_trl_from_current_tdp() 717 int trl[8]; in isst_set_trl_from_current_tdp() local [all …]
|
| A D | isst.h | 230 extern int isst_set_trl(int cpu, unsigned long long trl); 231 extern int isst_get_trl(int cpu, unsigned long long *trl); 232 extern int isst_set_trl_from_current_tdp(int cpu, unsigned long long trl); 262 extern void isst_trl_display_information(int cpu, FILE *outf, unsigned long long trl);
|
| A D | isst-display.c | 775 void isst_trl_display_information(int cpu, FILE *outf, unsigned long long trl) in isst_trl_display_information() argument 787 snprintf(value, sizeof(value), "0x%llx", trl); in isst_trl_display_information()
|
| A D | isst-config.c | 2391 unsigned long long trl; in get_set_trl() local 2406 ret = isst_get_trl(cpu, &trl); in get_set_trl() 2410 isst_trl_display_information(cpu, outf, trl); in get_set_trl()
|
| /linux/fs/ntfs/ |
| A D | runlist.c | 1529 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 …]
|
| /linux/net/smc/ |
| A D | smc_clc.c | 438 struct smc_clc_msg_trail *trl; in smc_clc_msg_hdr_valid() local 458 sizeof(*trl)); in smc_clc_msg_hdr_valid() 813 struct smc_clc_msg_trail *trl; in smc_clc_send_proposal() local 830 trl = &pclc->pclc_trl; in smc_clc_send_proposal() 960 vec[i].iov_base = trl; in smc_clc_send_proposal() 961 vec[i++].iov_len = sizeof(*trl); in smc_clc_send_proposal() 986 struct smc_clc_msg_trail trl; in smc_clc_send_confirm_accept() local 1081 sizeof(trl); in smc_clc_send_confirm_accept() 1086 sizeof(trl); in smc_clc_send_confirm_accept() 1103 vec[i].iov_base = &trl; in smc_clc_send_confirm_accept() [all …]
|
| A D | smc_clc.h | 281 struct smc_clc_msg_trail trl; /* eye catcher "SMCD" or "SMCR" EBCDIC */ member 299 struct smc_clc_msg_trail trl; /* eye catcher "SMCD" or "SMCR" EBCDIC */ member
|
| /linux/drivers/media/dvb-frontends/ |
| A D | mt352.c | 307 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()
|
Completed in 31 milliseconds