Lines Matching refs:boxcontent
292 u8 boxcontent[4], boxextcontent[2]; in _rtl92c_fill_h2c_command() local
385 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92c_fill_h2c_command()
387 boxcontent[0] = element_id; in _rtl92c_fill_h2c_command()
394 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
395 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
400 boxcontent[idx]); in _rtl92c_fill_h2c_command()
404 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
405 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
410 boxcontent[idx]); in _rtl92c_fill_h2c_command()
414 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
415 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
420 boxcontent[idx]); in _rtl92c_fill_h2c_command()
424 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
427 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
437 boxcontent[idx]); in _rtl92c_fill_h2c_command()
441 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
444 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
454 boxcontent[idx]); in _rtl92c_fill_h2c_command()