Searched refs:h2c_cmd_ex (Results 1 – 2 of 2) sorted by relevance
60 u16 h2c_cmd_ex = 0; in FillH2CCmd() local87 memcpy((u8 *)(&h2c_cmd_ex), pCmdBuffer, EX_MESSAGE_BOX_SIZE); in FillH2CCmd()96 h2c_cmd_ex = le16_to_cpu(h2c_cmd_ex); in FillH2CCmd()97 rtl8723au_write16(padapter, msgbox_ex_addr, h2c_cmd_ex); in FillH2CCmd()
71 u32 h2c_cmd_ex = 0; in FillH2CCmd_88E() local103 memcpy((u8 *)(&h2c_cmd_ex), pCmdBuffer+3, ext_cmd_len); in FillH2CCmd_88E()108 usb_write8(adapt, msgbox_ex_addr+cmd_idx, *((u8 *)(&h2c_cmd_ex)+cmd_idx)); in FillH2CCmd_88E()