Lines Matching defs:data
63 desc->info.op_tmpl.data.dir != SPI_MEM_DATA_IN)
71 * That's why we have to create a dedicated read-method to copy data from there
77 u32 data;
86 data = readl_relaxed(from - shift);
87 memcpy(to, (char *)&data + shift, chunk);
94 data = readl_relaxed(from);
95 memcpy(to, &data, 4);
102 data = readl_relaxed(from);
103 memcpy(to, &data, len);
181 * read/write data as fast as possible.
210 * data from/to it. Note the system APB bus will stall during each IO
323 { .compatible = "baikal,bt1-ssi", .data = dw_spi_bt1_std_init},
324 { .compatible = "baikal,bt1-sys-ssi", .data = dw_spi_bt1_sys_init},