Home
last modified time | relevance | path

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

/linux/include/acpi/
H A Dcppc_acpi.h53 struct cpc_reg { struct
73 struct cpc_reg reg; argument
181 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val);
182 extern int cpc_read_ffh_fb_ctrs(int cpu, struct cpc_reg *reg1, u64 *val1,
183 struct cpc_reg *reg2, u64 *val2);
184 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val);
255 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
259 static inline int cpc_read_ffh_fb_ctrs(int cpu, struct cpc_reg *reg1, u64 *val1, in cpc_read_ffh_fb_ctrs()
260 struct cpc_reg *reg2, u64 *val2) in cpc_read_ffh_fb_ctrs()
264 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/drivers/acpi/
H A Dcppc_acpi.c205 const struct cpc_reg *gas = &reg->cpc_entry.reg; in cpc_sysmem_access_size()
222 const struct cpc_reg *a_gas = &a->cpc_entry.reg; in cpc_sysmem_access_units_overlap()
223 const struct cpc_reg *b_gas = &b->cpc_entry.reg; in cpc_sysmem_access_units_overlap()
243 struct cpc_reg *gas; in cpc_mark_rmw_lock_users()
771 struct cpc_reg *gas_t; in acpi_cppc_processor_probe()
863 gas_t = (struct cpc_reg *) in acpi_cppc_processor_probe()
1081 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
1096 int __weak cpc_read_ffh_fb_ctrs(int cpunum, struct cpc_reg *reg1, in cpc_read_ffh_fb_ctrs()
1097 u64 *val1, struct cpc_reg *reg2, u64 *val2) in cpc_read_ffh_fb_ctrs()
1112 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
[all …]