Lines Matching refs:boxcontent
63 u8 boxcontent[4], boxextcontent[2]; in _rtl8723e_fill_h2c_command() local
158 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl8723e_fill_h2c_command()
160 boxcontent[0] = element_id; in _rtl8723e_fill_h2c_command()
167 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
168 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
173 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
177 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
178 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
183 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
187 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
188 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
193 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
197 boxcontent[0] |= (BIT(7)); in _rtl8723e_fill_h2c_command()
200 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
210 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
214 boxcontent[0] |= (BIT(7)); in _rtl8723e_fill_h2c_command()
217 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
227 boxcontent[idx]); in _rtl8723e_fill_h2c_command()