Lines Matching refs:UFS_BIT
111 #define UFS_BIT(x) (1L << (x)) macro
113 #define UTP_TRANSFER_REQ_COMPL UFS_BIT(0)
114 #define UIC_DME_END_PT_RESET UFS_BIT(1)
115 #define UIC_ERROR UFS_BIT(2)
116 #define UIC_TEST_MODE UFS_BIT(3)
117 #define UIC_POWER_MODE UFS_BIT(4)
118 #define UIC_HIBERNATE_EXIT UFS_BIT(5)
119 #define UIC_HIBERNATE_ENTER UFS_BIT(6)
120 #define UIC_LINK_LOST UFS_BIT(7)
121 #define UIC_LINK_STARTUP UFS_BIT(8)
122 #define UTP_TASK_REQ_COMPL UFS_BIT(9)
123 #define UIC_COMMAND_COMPL UFS_BIT(10)
124 #define DEVICE_FATAL_ERROR UFS_BIT(11)
125 #define CONTROLLER_FATAL_ERROR UFS_BIT(16)
126 #define SYSTEM_BUS_FATAL_ERROR UFS_BIT(17)
144 #define DEVICE_PRESENT UFS_BIT(0)
145 #define UTP_TRANSFER_REQ_LIST_READY UFS_BIT(1)
146 #define UTP_TASK_REQ_LIST_READY UFS_BIT(2)
147 #define UIC_COMMAND_READY UFS_BIT(3)
148 #define HOST_ERROR_INDICATOR UFS_BIT(4)
149 #define DEVICE_ERROR_INDICATOR UFS_BIT(5)
162 #define CONTROLLER_ENABLE UFS_BIT(0)
166 #define UIC_PHY_ADAPTER_LAYER_ERROR UFS_BIT(31)
170 #define UIC_DATA_LINK_LAYER_ERROR UFS_BIT(31)
175 #define UIC_NETWORK_LAYER_ERROR UFS_BIT(31)
179 #define UIC_TRANSPORT_LAYER_ERROR UFS_BIT(31)
183 #define UIC_DME_ERROR UFS_BIT(31)
188 #define INT_AGGR_COUNTER_AND_TIMER_RESET UFS_BIT(16)
189 #define INT_AGGR_STATUS_BIT UFS_BIT(20)
190 #define INT_AGGR_PARAM_WRITE UFS_BIT(24)
191 #define INT_AGGR_ENABLE UFS_BIT(31)
194 #define UTP_TRANSFER_REQ_LIST_RUN_STOP_BIT UFS_BIT(0)
197 #define UTP_TASK_REQ_LIST_RUN_STOP_BIT UFS_BIT(0)