Lines Matching refs:boxcontent
371 u8 boxcontent[4], boxextcontent[2]; in _rtl92d_fill_h2c_command() local
463 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92d_fill_h2c_command()
465 boxcontent[0] = element_id; in _rtl92d_fill_h2c_command()
471 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
472 memcpy(boxcontent + 1, cmdbuffer + buf_index, 1); in _rtl92d_fill_h2c_command()
475 boxcontent[idx]); in _rtl92d_fill_h2c_command()
478 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
479 memcpy(boxcontent + 1, cmdbuffer + buf_index, 2); in _rtl92d_fill_h2c_command()
482 boxcontent[idx]); in _rtl92d_fill_h2c_command()
485 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
486 memcpy(boxcontent + 1, cmdbuffer + buf_index, 3); in _rtl92d_fill_h2c_command()
489 boxcontent[idx]); in _rtl92d_fill_h2c_command()
492 boxcontent[0] |= (BIT(7)); in _rtl92d_fill_h2c_command()
494 memcpy(boxcontent + 1, cmdbuffer + buf_index + 2, 2); in _rtl92d_fill_h2c_command()
500 boxcontent[idx]); in _rtl92d_fill_h2c_command()
503 boxcontent[0] |= (BIT(7)); in _rtl92d_fill_h2c_command()
505 memcpy(boxcontent + 1, cmdbuffer + buf_index + 2, 3); in _rtl92d_fill_h2c_command()
511 boxcontent[idx]); in _rtl92d_fill_h2c_command()