Lines Matching refs:UFS_BIT
120 #define UFS_BIT(x) (1L << (x)) macro
122 #define UTP_TRANSFER_REQ_COMPL UFS_BIT(0)
123 #define UIC_DME_END_PT_RESET UFS_BIT(1)
124 #define UIC_ERROR UFS_BIT(2)
125 #define UIC_TEST_MODE UFS_BIT(3)
126 #define UIC_POWER_MODE UFS_BIT(4)
127 #define UIC_HIBERNATE_EXIT UFS_BIT(5)
128 #define UIC_HIBERNATE_ENTER UFS_BIT(6)
129 #define UIC_LINK_LOST UFS_BIT(7)
130 #define UIC_LINK_STARTUP UFS_BIT(8)
131 #define UTP_TASK_REQ_COMPL UFS_BIT(9)
132 #define UIC_COMMAND_COMPL UFS_BIT(10)
133 #define DEVICE_FATAL_ERROR UFS_BIT(11)
134 #define CONTROLLER_FATAL_ERROR UFS_BIT(16)
135 #define SYSTEM_BUS_FATAL_ERROR UFS_BIT(17)
147 #define DEVICE_PRESENT UFS_BIT(0)
148 #define UTP_TRANSFER_REQ_LIST_READY UFS_BIT(1)
149 #define UTP_TASK_REQ_LIST_READY UFS_BIT(2)
150 #define UIC_COMMAND_READY UFS_BIT(3)
151 #define HOST_ERROR_INDICATOR UFS_BIT(4)
152 #define DEVICE_ERROR_INDICATOR UFS_BIT(5)
156 #define CONTROLLER_ENABLE UFS_BIT(0)
160 #define UIC_PHY_ADAPTER_LAYER_ERROR UFS_BIT(31)
164 #define UIC_DATA_LINK_LAYER_ERROR UFS_BIT(31)
169 #define UIC_NETWORK_LAYER_ERROR UFS_BIT(31)
173 #define UIC_TRANSPORT_LAYER_ERROR UFS_BIT(31)
177 #define UIC_DME_ERROR UFS_BIT(31)
182 #define INT_AGGR_COUNTER_AND_TIMER_RESET UFS_BIT(16)
183 #define INT_AGGR_STATUS_BIT UFS_BIT(20)
184 #define INT_AGGR_PARAM_WRITE UFS_BIT(24)
185 #define INT_AGGR_ENABLE UFS_BIT(31)
188 #define UTP_TRANSFER_REQ_LIST_RUN_STOP_BIT UFS_BIT(0)
191 #define UTP_TASK_REQ_LIST_RUN_STOP_BIT UFS_BIT(0)