Lines Matching refs:BIT
98 return wait_for_gen_fifo_empty(sender, (BIT(2) | BIT(10) | BIT(18) | in wait_for_all_fifos_empty()
99 BIT(26) | BIT(27) | BIT(28))); in wait_for_all_fifos_empty()
104 return wait_for_gen_fifo_empty(sender, (BIT(10) | BIT(26))); in wait_for_lp_fifos_empty()
109 return wait_for_gen_fifo_empty(sender, (BIT(2) | BIT(18))); in wait_for_hs_fifos_empty()
120 case BIT(0): in handle_dsi_error()
121 case BIT(1): in handle_dsi_error()
122 case BIT(2): in handle_dsi_error()
123 case BIT(3): in handle_dsi_error()
124 case BIT(4): in handle_dsi_error()
125 case BIT(5): in handle_dsi_error()
126 case BIT(6): in handle_dsi_error()
127 case BIT(7): in handle_dsi_error()
128 case BIT(8): in handle_dsi_error()
129 case BIT(9): in handle_dsi_error()
130 case BIT(10): in handle_dsi_error()
131 case BIT(11): in handle_dsi_error()
132 case BIT(12): in handle_dsi_error()
133 case BIT(13): in handle_dsi_error()
136 case BIT(14): in handle_dsi_error()
140 case BIT(15): in handle_dsi_error()
143 case BIT(16): in handle_dsi_error()
145 case BIT(17): in handle_dsi_error()
147 case BIT(18): in handle_dsi_error()
148 case BIT(19): in handle_dsi_error()
156 case BIT(20): in handle_dsi_error()
159 case BIT(21): in handle_dsi_error()
163 case BIT(22): in handle_dsi_error()
165 case BIT(23): in handle_dsi_error()
166 case BIT(24): in handle_dsi_error()
167 case BIT(25): in handle_dsi_error()
168 case BIT(26): in handle_dsi_error()
169 case BIT(27): in handle_dsi_error()
174 case BIT(28): in handle_dsi_error()
179 case BIT(29): in handle_dsi_error()
180 case BIT(30): in handle_dsi_error()
181 case BIT(31): in handle_dsi_error()
541 REG_WRITE(sender->mipi_intr_stat_reg, BIT(29)); in __read_panel_data()
543 if ((REG_READ(sender->mipi_intr_stat_reg) & BIT(29))) in __read_panel_data()
550 while (retry && !(REG_READ(sender->mipi_intr_stat_reg) & BIT(29))) { in __read_panel_data()
560 REG_WRITE(sender->mipi_intr_stat_reg, BIT(29)); in __read_panel_data()