Home
last modified time | relevance | path

Searched refs:cpc_reg (Results 1 – 4 of 4) sorted by relevance

/linux/include/acpi/
H A Dcppc_acpi.h45 struct cpc_reg { struct
64 struct cpc_reg reg; argument
166 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val);
167 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val);
227 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
231 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux/drivers/acpi/riscv/
H A Dcppc.c97 int cpc_read_ffh(int cpu, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
128 int cpc_write_ffh(int cpu, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux/arch/x86/kernel/acpi/
H A Dcppc.c48 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
63 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux/arch/arm64/kernel/
H A Dtopology.c381 int cpc_read_ffh(int cpu, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
403 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()