Lines Matching refs:UFS_BIT
110 #define UFS_BIT(x) (1L << (x)) macro
112 #define UTP_TRANSFER_REQ_COMPL UFS_BIT(0)
113 #define UIC_DME_END_PT_RESET UFS_BIT(1)
114 #define UIC_ERROR UFS_BIT(2)
115 #define UIC_TEST_MODE UFS_BIT(3)
116 #define UIC_POWER_MODE UFS_BIT(4)
117 #define UIC_HIBERNATE_EXIT UFS_BIT(5)
118 #define UIC_HIBERNATE_ENTER UFS_BIT(6)
119 #define UIC_LINK_LOST UFS_BIT(7)
120 #define UIC_LINK_STARTUP UFS_BIT(8)
121 #define UTP_TASK_REQ_COMPL UFS_BIT(9)
122 #define UIC_COMMAND_COMPL UFS_BIT(10)
123 #define DEVICE_FATAL_ERROR UFS_BIT(11)
124 #define CONTROLLER_FATAL_ERROR UFS_BIT(16)
125 #define SYSTEM_BUS_FATAL_ERROR UFS_BIT(17)
143 #define DEVICE_PRESENT UFS_BIT(0)
144 #define UTP_TRANSFER_REQ_LIST_READY UFS_BIT(1)
145 #define UTP_TASK_REQ_LIST_READY UFS_BIT(2)
146 #define UIC_COMMAND_READY UFS_BIT(3)
147 #define HOST_ERROR_INDICATOR UFS_BIT(4)
148 #define DEVICE_ERROR_INDICATOR UFS_BIT(5)
161 #define CONTROLLER_ENABLE UFS_BIT(0)
165 #define UIC_PHY_ADAPTER_LAYER_ERROR UFS_BIT(31)
169 #define UIC_DATA_LINK_LAYER_ERROR UFS_BIT(31)
174 #define UIC_NETWORK_LAYER_ERROR UFS_BIT(31)
178 #define UIC_TRANSPORT_LAYER_ERROR UFS_BIT(31)
182 #define UIC_DME_ERROR UFS_BIT(31)
187 #define INT_AGGR_COUNTER_AND_TIMER_RESET UFS_BIT(16)
188 #define INT_AGGR_STATUS_BIT UFS_BIT(20)
189 #define INT_AGGR_PARAM_WRITE UFS_BIT(24)
190 #define INT_AGGR_ENABLE UFS_BIT(31)
193 #define UTP_TRANSFER_REQ_LIST_RUN_STOP_BIT UFS_BIT(0)
196 #define UTP_TASK_REQ_LIST_RUN_STOP_BIT UFS_BIT(0)