Searched refs:cpc_reg (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/acpi/ |
D | cppc_acpi.h | 35 struct cpc_reg { struct 54 struct cpc_reg reg; argument 143 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val); 144 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val);
|
/Linux-v5.4/arch/x86/kernel/acpi/ |
D | cppc_msr.c | 17 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 32 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
/Linux-v5.4/drivers/acpi/ |
D | cppc_acpi.c | 721 struct cpc_reg *gas_t; in acpi_cppc_processor_probe() 778 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe() 940 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 955 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 971 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_read() 1016 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_write()
|