Searched refs:cpc_reg (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/acpi/ |
D | cppc_acpi.h | 36 struct cpc_reg { struct 55 struct cpc_reg reg; argument 153 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val); 154 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val); 204 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 208 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
/Linux-v6.6/arch/x86/kernel/acpi/ |
D | cppc.c | 35 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 50 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
/Linux-v6.6/arch/arm64/kernel/ |
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-v6.6/drivers/acpi/ |
D | cppc_acpi.c | 669 struct cpc_reg *gas_t; in acpi_cppc_processor_probe() 758 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe() 954 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 969 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 984 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_read() 1045 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_write()
|