Searched refs:wmemreq (Results 1 – 2 of 2) sorted by relevance
1530 ctlx->outbuf.wmemreq.type = cpu_to_le16(HFA384x_USB_WMEMREQ); in hfa384x_dowmem()1531 ctlx->outbuf.wmemreq.frmlen = in hfa384x_dowmem()1532 cpu_to_le16(sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()1533 sizeof(ctlx->outbuf.wmemreq.page) + len); in hfa384x_dowmem()1534 ctlx->outbuf.wmemreq.offset = cpu_to_le16(offset); in hfa384x_dowmem()1535 ctlx->outbuf.wmemreq.page = cpu_to_le16(page); in hfa384x_dowmem()1536 memcpy(ctlx->outbuf.wmemreq.data, data, len); in hfa384x_dowmem()1538 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem()1539 sizeof(ctlx->outbuf.wmemreq.frmlen) + in hfa384x_dowmem()1540 sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()[all …]
862 struct hfa384x_usb_wmemreq wmemreq; member