Home
last modified time | relevance | path

Searched refs:buf_count (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c180 unsigned int buf_count; member
797 info->buf_count = 0; in prepare_start_command()
833 info->buf_count = mtd->writesize + mtd->oobsize; in prepare_start_command()
834 memset(info->data_buff, 0xFF, info->buf_count); in prepare_start_command()
974 info->buf_count = INIT_BUFFER_SIZE; in prepare_set_command()
985 info->buf_count = READ_ID_BYTES; in prepare_set_command()
994 info->buf_count = 1; in prepare_set_command()
1352 if (info->buf_start < info->buf_count) in pxa3xx_nand_read_byte()
1366 if (!(info->buf_start & 0x01) && info->buf_start < info->buf_count) { in pxa3xx_nand_read_word()
1378 int real_len = min_t(size_t, len, info->buf_count - info->buf_start); in pxa3xx_nand_read_buf()
[all …]