Searched refs:wmemreq (Results 1 – 2 of 2) sorted by relevance
1551 ctlx->outbuf.wmemreq.type = cpu_to_le16(HFA384x_USB_WMEMREQ); in hfa384x_dowmem()1552 ctlx->outbuf.wmemreq.frmlen = in hfa384x_dowmem()1553 cpu_to_le16(sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()1554 sizeof(ctlx->outbuf.wmemreq.page) + len); in hfa384x_dowmem()1555 ctlx->outbuf.wmemreq.offset = cpu_to_le16(offset); in hfa384x_dowmem()1556 ctlx->outbuf.wmemreq.page = cpu_to_le16(page); in hfa384x_dowmem()1557 memcpy(ctlx->outbuf.wmemreq.data, data, len); in hfa384x_dowmem()1559 ctlx->outbufsize = sizeof(ctlx->outbuf.wmemreq.type) + in hfa384x_dowmem()1560 sizeof(ctlx->outbuf.wmemreq.frmlen) + in hfa384x_dowmem()1561 sizeof(ctlx->outbuf.wmemreq.offset) + in hfa384x_dowmem()[all …]
883 struct hfa384x_usb_wmemreq wmemreq; member