Searched refs:cpc_reg (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/acpi/ |
D | cppc_acpi.h | 36 struct cpc_reg { struct 55 struct cpc_reg reg; argument 150 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val); 151 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val); 197 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 201 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/acpi/ |
D | cppc_acpi.c | 668 struct cpc_reg *gas_t; in acpi_cppc_processor_probe() 757 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe() 953 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 968 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 983 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_read() 1044 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_write()
|