Lines Matching refs:buf_start
183 unsigned int buf_start; member
907 ret = *(uint16_t *)(host->data_buf + host->buf_start); in mxc_nand_read_byte()
909 host->buf_start += 2; in mxc_nand_read_byte()
911 ret = *(uint8_t *)(host->data_buf + host->buf_start); in mxc_nand_read_byte()
912 host->buf_start++; in mxc_nand_read_byte()
915 dev_dbg(host->dev, "%s: ret=0x%hhx (start=%u)\n", __func__, ret, host->buf_start); in mxc_nand_read_byte()
927 u16 col = host->buf_start; in mxc_nand_write_buf()
934 host->buf_start += n; in mxc_nand_write_buf()
946 u16 col = host->buf_start; in mxc_nand_read_buf()
953 host->buf_start += n; in mxc_nand_read_buf()
1354 host->buf_start = 0; in mxc_nand_command()
1368 host->buf_start = 0; in mxc_nand_command()
1385 host->buf_start = 0; in mxc_nand_command()
1401 host->buf_start = 0; in mxc_nand_set_features()
1425 host->buf_start = 0; in mxc_nand_get_features()