Lines Matching refs:boxcontent
196 u8 boxcontent[4], boxextcontent[2]; in _rtl92c_fill_h2c_command() local
288 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92c_fill_h2c_command()
290 boxcontent[0] = element_id; in _rtl92c_fill_h2c_command()
297 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
298 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
303 boxcontent[idx]); in _rtl92c_fill_h2c_command()
307 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
308 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
313 boxcontent[idx]); in _rtl92c_fill_h2c_command()
317 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
318 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
323 boxcontent[idx]); in _rtl92c_fill_h2c_command()
327 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
330 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
340 boxcontent[idx]); in _rtl92c_fill_h2c_command()
344 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
347 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
357 boxcontent[idx]); in _rtl92c_fill_h2c_command()