Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
79fa0edf
"backend/cmd/vscode:/vscode.git/clone" did not exist on "d4ff835bf103aaa2fd99b1c2833bc60cd34d16fd"
Commit
79fa0edf
authored
Jun 03, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Jun 03, 2020
Browse files
Merge "marvell: drivers: mochi: specify stream ID for SD/MMC" into integration
parents
34a66d80
2d1d2f05
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/marvell/mochi/cp110_setup.c
View file @
79fa0edf
/*
/*
* Copyright (C) 2018 Marvell International Ltd.
* Copyright (C) 2018
-2020
Marvell International Ltd.
*
*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-License-Identifier: BSD-3-Clause
* https://spdx.org/licenses
* https://spdx.org/licenses
...
@@ -130,6 +130,7 @@ enum axi_attr {
...
@@ -130,6 +130,7 @@ enum axi_attr {
#define USB3H_1_STREAM_ID_REG (RFU_STREAM_ID_BASE + 0x10)
#define USB3H_1_STREAM_ID_REG (RFU_STREAM_ID_BASE + 0x10)
#define SATA_0_STREAM_ID_REG (RFU_STREAM_ID_BASE + 0x14)
#define SATA_0_STREAM_ID_REG (RFU_STREAM_ID_BASE + 0x14)
#define SATA_1_STREAM_ID_REG (RFU_STREAM_ID_BASE + 0x18)
#define SATA_1_STREAM_ID_REG (RFU_STREAM_ID_BASE + 0x18)
#define SDIO_0_STREAM_ID_REG (RFU_STREAM_ID_BASE + 0x28)
#define CP_DMA_0_STREAM_ID_REG (0x6B0010)
#define CP_DMA_0_STREAM_ID_REG (0x6B0010)
#define CP_DMA_1_STREAM_ID_REG (0x6D0010)
#define CP_DMA_1_STREAM_ID_REG (0x6D0010)
...
@@ -144,6 +145,7 @@ uintptr_t stream_id_reg[] = {
...
@@ -144,6 +145,7 @@ uintptr_t stream_id_reg[] = {
CP_DMA_1_STREAM_ID_REG
,
CP_DMA_1_STREAM_ID_REG
,
SATA_0_STREAM_ID_REG
,
SATA_0_STREAM_ID_REG
,
SATA_1_STREAM_ID_REG
,
SATA_1_STREAM_ID_REG
,
SDIO_0_STREAM_ID_REG
,
0
0
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment