Lines Matching refs:data
97 * write: request contains the 60 bytes of data to write to flash memory
297 * this data is already in atm_dev there's no point.
442 __le32 data[CMD_PACKET_SIZE / 4];
470 data[num * 2 + 1] = cpu_to_le32(index);
471 data[num * 2 + 2] = cpu_to_le32(value);
474 /* send config values when data buffer is full
475 * or no more data
480 data[0] = cpu_to_le32(num);
482 (u8 *) data, 4 + num * 8, NULL, 0);
485 "set card data returned %d\n", ret);
491 le32_to_cpu(data[tmp * 2 + 1]),
492 le32_to_cpu(data[tmp * 2 + 2]));
678 /* check the return status and copy the data to the output buffer, if needed */
709 u32 *data, int size)
733 usb_err(instance->usbatm, "invalid data length from cm %#x: %d\n",
747 data[offd] = le32_to_cpu(buf[offb++]);
939 u8 code1, u8 code2, u32 addr, const u8 *data, int size)
962 memcpy(buf + offb, data + offd, l);
1025 ret = cxacru_fw(usb_dev, FW_WRITE_MEM, 0x2, 0x0, FW_ADDR, fw->data, fw->size);
1034 ret = cxacru_fw(usb_dev, FW_WRITE_MEM, 0x2, 0x0, BR_ADDR, bp->data, bp->size);