Lines Matching refs:boxcontent
291 u8 boxcontent[4], boxextcontent[2]; in _rtl92c_fill_h2c_command() local
384 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92c_fill_h2c_command()
386 boxcontent[0] = element_id; in _rtl92c_fill_h2c_command()
393 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
394 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
399 boxcontent[idx]); in _rtl92c_fill_h2c_command()
403 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
404 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
409 boxcontent[idx]); in _rtl92c_fill_h2c_command()
413 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
414 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
419 boxcontent[idx]); in _rtl92c_fill_h2c_command()
423 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
426 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
436 boxcontent[idx]); in _rtl92c_fill_h2c_command()
440 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
443 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
453 boxcontent[idx]); in _rtl92c_fill_h2c_command()