Searched refs:boxcontent (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | fw_common.c | 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() [all …]
|
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | fw.c | 371 u8 boxcontent[4], boxextcontent[2]; in _rtl92d_fill_h2c_command() local 463 memset(boxcontent, 0, sizeof(boxcontent)); in _rtl92d_fill_h2c_command() 465 boxcontent[0] = element_id; in _rtl92d_fill_h2c_command() 471 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command() 472 memcpy(boxcontent + 1, cmdbuffer + buf_index, 1); in _rtl92d_fill_h2c_command() 475 boxcontent[idx]); in _rtl92d_fill_h2c_command() 478 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command() 479 memcpy(boxcontent + 1, cmdbuffer + buf_index, 2); in _rtl92d_fill_h2c_command() 482 boxcontent[idx]); in _rtl92d_fill_h2c_command() 485 boxcontent[0] &= ~(BIT(7)); in _rtl92d_fill_h2c_command() [all …]
|