Lines Matching refs:boxcontent
283 u8 boxcontent[4], boxextcontent[2]; in _rtl92d_fill_h2c_command() local
374 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92d_fill_h2c_command()
376 boxcontent[0] = element_id; in _rtl92d_fill_h2c_command()
382 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
383 memcpy(boxcontent + 1, cmdbuffer + buf_index, 1); in _rtl92d_fill_h2c_command()
386 boxcontent[idx]); in _rtl92d_fill_h2c_command()
389 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
390 memcpy(boxcontent + 1, cmdbuffer + buf_index, 2); in _rtl92d_fill_h2c_command()
393 boxcontent[idx]); in _rtl92d_fill_h2c_command()
396 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command()
397 memcpy(boxcontent + 1, cmdbuffer + buf_index, 3); in _rtl92d_fill_h2c_command()
400 boxcontent[idx]); in _rtl92d_fill_h2c_command()
403 boxcontent[0] |= (BIT(7)); in _rtl92d_fill_h2c_command()
405 memcpy(boxcontent + 1, cmdbuffer + buf_index + 2, 2); in _rtl92d_fill_h2c_command()
411 boxcontent[idx]); in _rtl92d_fill_h2c_command()
414 boxcontent[0] |= (BIT(7)); in _rtl92d_fill_h2c_command()
416 memcpy(boxcontent + 1, cmdbuffer + buf_index + 2, 3); in _rtl92d_fill_h2c_command()
422 boxcontent[idx]); in _rtl92d_fill_h2c_command()