Lines Matching refs:boxcontent
218 u8 boxcontent[4], boxextcontent[2]; in _rtl92c_fill_h2c_command() local
310 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92c_fill_h2c_command()
312 boxcontent[0] = element_id; in _rtl92c_fill_h2c_command()
319 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
320 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
325 boxcontent[idx]); in _rtl92c_fill_h2c_command()
329 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
330 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
335 boxcontent[idx]); in _rtl92c_fill_h2c_command()
339 boxcontent[0] &= ~(BIT(7)); in _rtl92c_fill_h2c_command()
340 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
345 boxcontent[idx]); in _rtl92c_fill_h2c_command()
349 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
352 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
362 boxcontent[idx]); in _rtl92c_fill_h2c_command()
366 boxcontent[0] |= (BIT(7)); in _rtl92c_fill_h2c_command()
369 memcpy((u8 *)(boxcontent) + 1, in _rtl92c_fill_h2c_command()
379 boxcontent[idx]); in _rtl92c_fill_h2c_command()