Searched refs:pcc_comm_addr (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/acpi/ |
D | acpi_pcc.c | 34 void __iomem *pcc_comm_addr; member 84 data->pcc_comm_addr = acpi_os_ioremap(pcc_chan->shmem_base_addr, in acpi_pcc_address_space_setup() 86 if (!data->pcc_comm_addr) { in acpi_pcc_address_space_setup() 116 memcpy_toio(data->pcc_comm_addr, (void *)value, data->ctx.length); in acpi_pcc_address_space_handler() 137 memcpy_fromio(value, data->pcc_comm_addr, data->ctx.length); in acpi_pcc_address_space_handler()
|
D | cppc_acpi.c | 47 void __iomem *pcc_comm_addr; member 95 #define GET_PCC_VADDR(offs, pcc_ss_id) (pcc_data[pcc_ss_id]->pcc_comm_addr + \ 206 pcc_ss_data->pcc_comm_addr; in check_pcc_chan() 241 pcc_ss_data->pcc_comm_addr; in send_pcc_cmd() 554 pcc_data[pcc_ss_idx]->pcc_comm_addr = in register_pcc_channel() 557 if (!pcc_data[pcc_ss_idx]->pcc_comm_addr) { in register_pcc_channel()
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-xgene-slimpro.c | 113 void *pcc_comm_addr; member 159 struct acpi_pcct_shared_memory *generic_comm_base = ctx->pcc_comm_addr; in slimpro_i2c_pcc_rx_cb() 180 struct acpi_pcct_shared_memory *generic_comm_base = ctx->pcc_comm_addr; in slimpro_i2c_pcc_tx_prepare() 512 ctx->pcc_comm_addr = memremap( in xgene_slimpro_i2c_probe() 517 ctx->pcc_comm_addr = memremap( in xgene_slimpro_i2c_probe() 527 if (!ctx->pcc_comm_addr) { in xgene_slimpro_i2c_probe()
|
/Linux-v6.6/drivers/hwmon/ |
D | xgene-hwmon.c | 113 void *pcc_comm_addr; member 134 struct acpi_pcct_shared_memory *generic_comm_base = ctx->pcc_comm_addr; in xgene_hwmon_pcc_rd() 532 struct acpi_pcct_shared_memory *generic_comm_base = ctx->pcc_comm_addr; in xgene_hwmon_pcc_rx_cb() 701 ctx->pcc_comm_addr = (void __force *)devm_ioremap(&pdev->dev, in xgene_hwmon_probe() 705 ctx->pcc_comm_addr = devm_memremap(&pdev->dev, in xgene_hwmon_probe() 715 if (!ctx->pcc_comm_addr) { in xgene_hwmon_probe()
|
/Linux-v6.6/drivers/soc/hisilicon/ |
D | kunpeng_hccs.c | 119 if (cl_info->pcc_comm_addr) in hccs_unregister_pcc_channel() 120 iounmap(cl_info->pcc_comm_addr); in hccs_unregister_pcc_channel() 159 cl_info->pcc_comm_addr = ioremap(pcc_chan->shmem_base_addr, in hccs_register_pcc_channel() 161 if (!cl_info->pcc_comm_addr) { in hccs_register_pcc_channel() 181 cl_info->pcc_comm_addr; in hccs_check_chan_cmd_complete() 203 void __iomem *comm_space = cl_info->pcc_comm_addr + in hccs_pcc_cmd_send() 216 memcpy_toio(cl_info->pcc_comm_addr, (void *)&tmp, in hccs_pcc_cmd_send()
|
D | kunpeng_hccs.h | 53 void __iomem *pcc_comm_addr; member
|