Searched refs:cpc_reg (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | cppc_acpi.c | 667 struct cpc_reg *gas_t; in acpi_cppc_processor_probe() 750 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe() 913 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 928 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 944 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_read() 989 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_write()
|