Searched full:cpucp (Results 1 – 23 of 23) sorted by relevance
/linux-6.14.4/drivers/mailbox/ |
D | qcom-cpucp-mbox.c | 33 * @tx_base: Base address of the CPUCP tx registers 34 * @rx_base: Base address of the CPUCP rx registers 50 struct qcom_cpucp_mbox *cpucp = data; in qcom_cpucp_mbox_irq_fn() local 54 status = readq(cpucp->rx_base + APSS_CPUCP_RX_MBOX_STAT); in qcom_cpucp_mbox_irq_fn() 57 u32 val = readl(cpucp->rx_base + APSS_CPUCP_RX_MBOX_CMD(i) + APSS_CPUCP_MBOX_CMD_OFF); in qcom_cpucp_mbox_irq_fn() 58 struct mbox_chan *chan = &cpucp->chans[i]; in qcom_cpucp_mbox_irq_fn() 65 writeq(BIT(i), cpucp->rx_base + APSS_CPUCP_RX_MBOX_CLEAR); in qcom_cpucp_mbox_irq_fn() 74 struct qcom_cpucp_mbox *cpucp = container_of(chan->mbox, struct qcom_cpucp_mbox, mbox); in qcom_cpucp_mbox_startup() local 78 val = readq(cpucp->rx_base + APSS_CPUCP_RX_MBOX_EN); in qcom_cpucp_mbox_startup() 80 writeq(val, cpucp->rx_base + APSS_CPUCP_RX_MBOX_EN); in qcom_cpucp_mbox_startup() [all …]
|
D | Kconfig | 306 tristate "Qualcomm Technologies, Inc. CPUCP mailbox driver" 309 Qualcomm Technologies, Inc. CPUSS Control Processor (CPUCP) mailbox 310 controller driver enables communication between AP and CPUCP. Say
|
D | Makefile | 68 obj-$(CONFIG_QCOM_CPUCP_MBOX) += qcom-cpucp-mbox.o
|
/linux-6.14.4/Documentation/devicetree/bindings/mailbox/ |
D | qcom,cpucp-mbox.yaml | 4 $id: http://devicetree.org/schemas/mailbox/qcom,cpucp-mbox.yaml# 7 title: Qualcomm Technologies, Inc. CPUCP Mailbox Controller 13 The CPUSS Control Processor (CPUCP) mailbox controller enables communication 14 between AP and CPUCP by acting as a doorbell between them. 19 - const: qcom,x1e80100-cpucp-mbox 23 - description: CPUCP rx register region 24 - description: CPUCP tx register region 45 compatible = "qcom,x1e80100-cpucp-mbox";
|
/linux-6.14.4/include/linux/habanalabs/ |
D | cpucp_if.h | 419 * CpuCP Primary Queue Packets 422 * messages to CpuCP, usually either to SET some value into a H/W periphery or 428 * communication from the host's driver to CpuCP will *always* be in 442 * During device initialization phase, the host will pass to CpuCP that address. 451 * Upon receiving the interrupt (#121), CpuCP will read the message from the 452 * DDR. In case the message is a SET operation, CpuCP will first perform the 454 * message is a GET operation, CpuCP will first fill the results section on the 455 * device DDR and then write to the fence object. If an error occurred, CpuCP 464 * so the value being put by the host's driver matches the value read by CpuCP 529 * structure. The host's driver passes the max size it allows the CpuCP to [all …]
|
D | hl_boot_if.h | 332 * HWMON enum mapping to cpucp enums.
|
/linux-6.14.4/Documentation/devicetree/bindings/interconnect/ |
D | qcom,osm-l3.yaml | 33 - qcom,sm6375-cpucp-l3
|
/linux-6.14.4/drivers/accel/habanalabs/common/ |
D | firmware_if.c | 957 dev_err(hdev->dev, "CPUCP array data is too big\n"); in hl_fw_send_msi_info_msg() 985 dev_err(hdev->dev, "failed to send CPUCP array data\n"); in hl_fw_send_msi_info_msg() 1168 "Failed to handle CpuCP total energy pkt, error %d\n", rc); in hl_fw_cpucp_total_energy_get() 2476 "Using a single interrupt interface towards cpucp"); in hl_fw_dynamic_update_linux_interrupt_if() 3329 dev_err(hdev->dev, "failed to send CPUCP data of generic fw pkt\n"); in hl_fw_send_generic_request()
|
D | habanalabs.h | 702 * @supports_advanced_cpucp_rc: true if new cpucp opcodes are supported.
|
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | sm8750.dtsi | 309 cpucp_mem: cpucp@81200000 { 350 cpucp_scandump_mem: cpucp-scandump@82000000 {
|
D | qdu1000.dtsi | 292 cpucp_fw_mem: cpucp-fw@80b00000 {
|
D | sdx75.dtsi | 303 cpucp_fw_mem: cpucp-fw@87c00000 {
|
D | sm6375.dtsi | 1815 compatible = "qcom,sm6375-cpucp-l3", "qcom,epss-l3";
|
D | sar2130p.dtsi | 334 cpucp_fw_mem: cpucp-fw@80b00000 {
|
D | sa8775p.dtsi | 568 cpucp_backup_mem: cpucp-backup@91b40000 { 714 cpucp_fw_mem: cpucp-fw@db200000 {
|
D | x1e80100.dtsi | 458 cpucp_log_mem: cpucp-log@80e00000 { 463 cpucp_mem: cpucp@80e40000 {
|
D | sm8550.dtsi | 610 cpucp_fw_mem: cpucp-fw-region@d8140000 {
|
D | sc7280.dtsi | 137 cpucp_mem: cpucp@80b00000 {
|
/linux-6.14.4/include/uapi/drm/ |
D | habanalabs_accel.h | 890 * @cpucp_version: The CPUCP f/w version.
|
/linux-6.14.4/drivers/accel/habanalabs/gaudi2/ |
D | gaudi2.c | 2489 * wait to the fw cpucp info to set the dram props as mmu init comes before in gaudi2_set_fixed_properties() 2903 * note that it can be set to value other than 0 only after cpucp packet (i.e. in gaudi2_set_xbar_edge_enable_mask() 6175 dev_err(hdev->dev, "Failed to get cpucp info\n"); in gaudi2_hw_init()
|
/linux-6.14.4/drivers/accel/habanalabs/gaudi/ |
D | gaudi.c | 843 * GIC-security-bit can ONLY be set by CPUCP, so in this stage in gaudi_early_init() 1616 dev_err(hdev->dev, "Failed to get cpucp info\n"); in gaudi_late_init()
|
/linux-6.14.4/drivers/accel/habanalabs/goya/ |
D | goya.c | 885 dev_err(hdev->dev, "Failed to get cpucp info %d\n", rc); in goya_late_init()
|
/linux-6.14.4/ |
D | MAINTAINERS | 19485 QUALCOMM CPUCP MAILBOX DRIVER 19489 F: Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml 19490 F: drivers/mailbox/qcom-cpucp-mbox.c
|