Lines Matching refs:boxcontent
320 u8 boxcontent[4], boxextcontent[2]; in _rtl92c_fill_h2c_command() local
415 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92c_fill_h2c_command()
417 boxcontent[0] = element_id; in _rtl92c_fill_h2c_command()
424 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
425 memcpy((u8 *) (boxcontent) + 1, in _rtl92c_fill_h2c_command()
430 boxcontent[idx]); in _rtl92c_fill_h2c_command()
434 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
435 memcpy((u8 *) (boxcontent) + 1, in _rtl92c_fill_h2c_command()
440 boxcontent[idx]); in _rtl92c_fill_h2c_command()
444 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
445 memcpy((u8 *) (boxcontent) + 1, in _rtl92c_fill_h2c_command()
450 boxcontent[idx]); in _rtl92c_fill_h2c_command()
454 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
457 memcpy((u8 *) (boxcontent) + 1, in _rtl92c_fill_h2c_command()
467 boxcontent[idx]); in _rtl92c_fill_h2c_command()
471 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
474 memcpy((u8 *) (boxcontent) + 1, in _rtl92c_fill_h2c_command()
484 boxcontent[idx]); in _rtl92c_fill_h2c_command()