Lines Matching refs:data
51 #define CMD_RD_DATA_MEM 0x12 /* data memory */
167 static void npe_cmd_write(struct npe *npe, u32 addr, int cmd, u32 data)
169 __raw_writel(data, &npe->regs->exec_data);
258 (val & 0x1F) << 4 | /* lower 5 bits to immediate data */
269 (val & 0x1F) << 4 | /* lower 5 bits to immediate data */
515 u32 data[0];
523 u32 data[0];
537 image = (struct dl_image*)fw_entry->data;
563 image->data[i] = swab32(image->data[i]);
620 cb = (struct dl_codeblock*)&image->data[blk->offset];
644 npe_cmd_write(npe, cb->npe_addr + j, cmd, cb->data[j]);