Home
last modified time | relevance | path

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

/linux/include/acpi/
A Dcppc_acpi.h36 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 Dcppc.c99 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 Dcppc.c46 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 Dtopology.c322 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 Dcppc_acpi.c685 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 = &reg_res->cpc_entry.reg; in cpc_read()
1082 struct cpc_reg *reg = &reg_res->cpc_entry.reg; in cpc_write()

Completed in 13 milliseconds