Searched refs:wmemreq (Results 1 – 2 of 2) sorted by relevance
1679 ctlx->outbuf.wmemreq.type = cpu_to_le16(HFA384x_USB_WMEMREQ); in hfa384x_dowmem()1680 ctlx->outbuf.wmemreq.frmlen = in hfa384x_dowmem()1681 cpu_to_le16(sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()1682 sizeof(ctlx->outbuf.wmemreq.page) + len); in hfa384x_dowmem()1683 ctlx->outbuf.wmemreq.offset = cpu_to_le16(offset); in hfa384x_dowmem()1684 ctlx->outbuf.wmemreq.page = cpu_to_le16(page); in hfa384x_dowmem()1685 memcpy(ctlx->outbuf.wmemreq.data, data, len); in hfa384x_dowmem()1687 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem()1688 sizeof(ctlx->outbuf.wmemreq.frmlen) + in hfa384x_dowmem()1689 sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()[all …]
896 struct hfa384x_usb_wmemreq wmemreq; member