Lines Matching refs:data
37 #define DENALI_MAP11_DATA ((DENALI_MAP11) | 2) /* data cycle */
56 * type, bank, block, and page address). The slave data is the actual data to
65 u32 data)
67 iowrite32(data, denali->host + addr);
73 * control information and transferred data are latched by the registers in
83 u32 data)
86 iowrite32(data, denali->host + DENALI_INDEXED_DATA);
685 * The ->setup_dma() hook kicks DMA by using the data/command
864 * capturing the incoming data.
876 /* Extend rdwr_en_lo to meet the data hold timing */
886 /* Center the data latch timing for extra safety */
1048 u32 data;
1052 data = denali->host_read(denali, type | DENALI_BANK(denali));
1054 buf[i] = data;
1055 buf[i + 1] = data >> 16;
1126 instr->ctx.data.buf.in,
1127 instr->ctx.data.len,
1128 !instr->ctx.data.force_8bit &&
1133 instr->ctx.data.buf.out,
1134 instr->ctx.data.len,
1135 !instr->ctx.data.force_8bit &&
1327 * Set how many bytes should be skipped before writing data in OOB.