Searched refs:cpc_reg (Results 1 – 5 of 5) sorted by relevance
| /linux/include/acpi/ |
| A D | cppc_acpi.h | 36 struct cpc_reg { struct 55 struct cpc_reg reg; argument 158 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val); 159 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val); 216 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 220 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
| /linux/drivers/acpi/riscv/ |
| A D | cppc.c | 99 int cpc_read_ffh(int cpu, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 130 int cpc_write_ffh(int cpu, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
| /linux/arch/x86/kernel/acpi/ |
| A D | cppc.c | 46 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 61 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
| /linux/arch/arm64/kernel/ |
| A D | topology.c | 322 int cpc_read_ffh(int cpu, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 344 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
| /linux/drivers/acpi/ |
| A D | cppc_acpi.c | 685 struct cpc_reg *gas_t; in acpi_cppc_processor_probe() 776 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe() 973 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 988 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 1004 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_read() 1082 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_write()
|
Completed in 13 milliseconds