1 // SPDX-License-Identifier: GPL-2.0+
3 * am62a Quality of Service (QoS) Configuration Data
4 * Auto generated from K3 Resource Partitioning tool
6 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
9 #include <asm/arch/hardware.h>
12 struct k3_qos_data am62a_qos_data[] = {
13 /* modules_qosConfig0 - 1 endpoints, 4 channels */
15 .reg = K3_DSS_UL_MAIN_0_VBUSM_DMA + 0x100 + 0x4 * 0,
19 .reg = K3_DSS_UL_MAIN_0_VBUSM_DMA + 0x100 + 0x4 * 1,
23 .reg = K3_DSS_UL_MAIN_0_VBUSM_DMA + 0x100 + 0x4 * 2,
27 .reg = K3_DSS_UL_MAIN_0_VBUSM_DMA + 0x100 + 0x4 * 3,
31 /* Following registers set 1:1 mapping for orderID MAP1/MAP2
32 * remap registers. orderID x is remapped to orderID x again
33 * This is to ensure orderID from MAP register is unchanged
36 /* K3_DSS_UL_MAIN_0_VBUSM_DMA - 1 groups */
38 .reg = K3_DSS_UL_MAIN_0_VBUSM_DMA + 0,
42 .reg = K3_DSS_UL_MAIN_0_VBUSM_DMA + 4,
47 uint32_t am62a_qos_count = sizeof(am62a_qos_data) / sizeof(am62a_qos_data[0]);