Lines Matching refs:boxcontent
63 u8 boxcontent[4], boxextcontent[2]; in _rtl8723e_fill_h2c_command() local
159 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl8723e_fill_h2c_command()
161 boxcontent[0] = element_id; in _rtl8723e_fill_h2c_command()
168 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
169 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
174 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
178 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
179 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
184 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
188 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
189 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
194 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
198 boxcontent[0] |= (BIT(7)); in _rtl8723e_fill_h2c_command()
201 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
211 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
215 boxcontent[0] |= (BIT(7)); in _rtl8723e_fill_h2c_command()
218 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
228 boxcontent[idx]); in _rtl8723e_fill_h2c_command()