Home
last modified time | relevance | path

Searched refs:LPC_CLKRUN_EN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_tis_core.h82 #define LPC_CLKRUN_EN (1 << 2) macro
H A Dtpm_tis_core.c917 clkrun_val &= ~LPC_CLKRUN_EN; in tpm_tis_clkrun_enable()
933 clkrun_val |= LPC_CLKRUN_EN; in tpm_tis_clkrun_enable()
1015 if (!(clkrun_val & LPC_CLKRUN_EN)) { in tpm_tis_core_init()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_tis_core.h83 #define LPC_CLKRUN_EN (1 << 2) macro
H A Dtpm_tis_core.c1057 clkrun_val &= ~LPC_CLKRUN_EN; in tpm_tis_clkrun_enable()
1073 clkrun_val |= LPC_CLKRUN_EN; in tpm_tis_clkrun_enable()
1157 if (!(clkrun_val & LPC_CLKRUN_EN)) { in tpm_tis_core_init()

Completed in 4 milliseconds