SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
reg-ufs.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __REG_UFS_H__
4#define __REG_UFS_H__
5
6/* UFSHCI Registers */
7enum {
38 REG_UFS_CCAP = 0x100,
40 REG_UFS_CFG = 0x200,
45};
46
47/* Controller capability masks */
48enum {
55};
56
57#endif// __REG_UFS_H__
@ MASK_OUT_OF_ORDER_DATA_DELIVERY_SUPPORT
Definition reg-ufs.h:53
@ MASK_TASK_MANAGEMENT_REQUEST_SLOTS
Definition reg-ufs.h:50
@ MASK_64_ADDRESSING_SUPPORT
Definition reg-ufs.h:52
@ MASK_TRANSFER_REQUESTS_SLOTS
Definition reg-ufs.h:49
@ MASK_AUTO_HIBERN8_SUPPORT
Definition reg-ufs.h:51
@ MASK_UIC_DME_TEST_MODE_SUPPORT
Definition reg-ufs.h:54
@ REG_UIC_ERROR_CODE_DATA_LINK_LAYER
Definition reg-ufs.h:18
@ UFSHCI_REG_SPACE_SIZE
Definition reg-ufs.h:37
@ REG_UIC_COMMAND
Definition reg-ufs.h:33
@ REG_UFS_PD_CTRL
Definition reg-ufs.h:43
@ REG_UTP_TASK_REQ_LIST_BASE_L
Definition reg-ufs.h:28
@ REG_UFS_CCAP
Definition reg-ufs.h:38
@ REG_UIC_ERROR_CODE_DME
Definition reg-ufs.h:21
@ REG_UIC_COMMAND_ARG_2
Definition reg-ufs.h:35
@ REG_AUTO_HIBERNATE_IDLE_TIMER
Definition reg-ufs.h:12
@ REG_UTP_TRANSFER_REQ_DOOR_BELL
Definition reg-ufs.h:25
@ REG_UFS_CFG
Definition reg-ufs.h:40
@ REG_UFS_PD_STAT
Definition reg-ufs.h:44
@ REG_UTP_TASK_REQ_LIST_CLEAR
Definition reg-ufs.h:31
@ REG_UFS_PD_PSW_DLY
Definition reg-ufs.h:42
@ REG_UIC_COMMAND_ARG_1
Definition reg-ufs.h:34
@ REG_UFS_CRYPTOCAP
Definition reg-ufs.h:39
@ REG_UFS_VERSION
Definition reg-ufs.h:9
@ REG_UTP_TASK_REQ_DOOR_BELL
Definition reg-ufs.h:30
@ REG_CONTROLLER_STATUS
Definition reg-ufs.h:15
@ REG_CONTROLLER_CAPABILITIES
Definition reg-ufs.h:8
@ REG_UIC_ERROR_CODE_PHY_ADAPTER_LAYER
Definition reg-ufs.h:17
@ REG_UTP_TASK_REQ_LIST_RUN_STOP
Definition reg-ufs.h:32
@ REG_UIC_COMMAND_ARG_3
Definition reg-ufs.h:36
@ REG_INTERRUPT_STATUS
Definition reg-ufs.h:13
@ REG_INTERRUPT_ENABLE
Definition reg-ufs.h:14
@ REG_UFS_CLK_GATE
Definition reg-ufs.h:41
@ REG_UIC_ERROR_CODE_NETWORK_LAYER
Definition reg-ufs.h:19
@ REG_CONTROLLER_PROD_ID
Definition reg-ufs.h:11
@ REG_UTP_TRANSFER_REQ_INT_AGG_CONTROL
Definition reg-ufs.h:22
@ REG_UTP_TRANSFER_REQ_LIST_BASE_H
Definition reg-ufs.h:24
@ REG_UTP_TRANSFER_REQ_LIST_RUN_STOP
Definition reg-ufs.h:27
@ REG_UTP_TASK_REQ_LIST_BASE_H
Definition reg-ufs.h:29
@ REG_CONTROLLER_ENABLE
Definition reg-ufs.h:16
@ REG_UTP_TRANSFER_REQ_LIST_BASE_L
Definition reg-ufs.h:23
@ REG_CONTROLLER_DEV_ID
Definition reg-ufs.h:10
@ REG_UIC_ERROR_CODE_TRANSPORT_LAYER
Definition reg-ufs.h:20
@ REG_UTP_TRANSFER_REQ_LIST_CLEAR
Definition reg-ufs.h:26