Lines Matching defs:len
36 * @len: number of bytes to write
41 unsigned int len)
47 for (i = 0; i < len; i++) {
57 * @len: number of bytes to read
62 unsigned int len)
68 for (i = 0; i < len; i++) {
78 * @len: number of bytes to write
83 unsigned int len)
89 len >>= 1;
90 for (i = 0; i < len; i++) {
100 * @len: number of bytes to read
104 static void au_read_buf16(struct nand_chip *this, void *buf, unsigned int len)
110 len >>= 1;
111 for (i = 0; i < len; i++) {
181 instr->ctx.data.len);
184 instr->ctx.data.len);
191 instr->ctx.data.len);
194 instr->ctx.data.len);