Lines Matching refs:boxcontent
41 u8 boxcontent[4], boxextcontent[2]; in _rtl8723e_fill_h2c_command() local
136 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl8723e_fill_h2c_command()
138 boxcontent[0] = element_id; in _rtl8723e_fill_h2c_command()
145 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
146 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
151 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
155 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
156 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
161 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
165 boxcontent[0] &= ~(BIT(7)); in _rtl8723e_fill_h2c_command()
166 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
171 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
175 boxcontent[0] |= (BIT(7)); in _rtl8723e_fill_h2c_command()
178 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
188 boxcontent[idx]); in _rtl8723e_fill_h2c_command()
192 boxcontent[0] |= (BIT(7)); in _rtl8723e_fill_h2c_command()
195 memcpy((u8 *)(boxcontent) + 1, in _rtl8723e_fill_h2c_command()
205 boxcontent[idx]); in _rtl8723e_fill_h2c_command()