Lines Matching refs:boxcontent
305 u8 boxcontent[4], boxextcontent[2]; in _rtl92d_fill_h2c_command() local
396 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92d_fill_h2c_command()
398 boxcontent[0] = element_id; in _rtl92d_fill_h2c_command()
404 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
405 memcpy(boxcontent + 1, cmdbuffer + buf_index, 1); in _rtl92d_fill_h2c_command()
408 boxcontent[idx]); in _rtl92d_fill_h2c_command()
411 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
412 memcpy(boxcontent + 1, cmdbuffer + buf_index, 2); in _rtl92d_fill_h2c_command()
415 boxcontent[idx]); in _rtl92d_fill_h2c_command()
418 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
419 memcpy(boxcontent + 1, cmdbuffer + buf_index, 3); in _rtl92d_fill_h2c_command()
422 boxcontent[idx]); in _rtl92d_fill_h2c_command()
425 boxcontent[0] |= (BIT(7)); in _rtl92d_fill_h2c_command()
427 memcpy(boxcontent + 1, cmdbuffer + buf_index + 2, 2); in _rtl92d_fill_h2c_command()
433 boxcontent[idx]); in _rtl92d_fill_h2c_command()
436 boxcontent[0] |= (BIT(7)); in _rtl92d_fill_h2c_command()
438 memcpy(boxcontent + 1, cmdbuffer + buf_index + 2, 3); in _rtl92d_fill_h2c_command()
444 boxcontent[idx]); in _rtl92d_fill_h2c_command()