Lines Matching refs:data_buff
200 unsigned char *data_buff; member
657 info->data_buff + info->data_buff_pos, in handle_data_pio()
668 info->data_buff + info->data_buff_pos, in handle_data_pio()
862 memset(info->data_buff, 0xFF, info->buf_count); in prepare_start_command()
951 if (is_buf_blank(info->data_buff, in prepare_set_command()
1382 retval = info->data_buff[info->buf_start++]; in pxa3xx_nand_read_byte()
1395 retval = *((u16 *)(info->data_buff+info->buf_start)); in pxa3xx_nand_read_word()
1408 memcpy(buf, info->data_buff + info->buf_start, real_len); in pxa3xx_nand_read_buf()
1420 memcpy(info->data_buff + info->buf_start, buf, real_len); in pxa3xx_nand_write_buf()
1509 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in pxa3xx_nand_init_buff()
1510 if (info->data_buff == NULL) in pxa3xx_nand_init_buff()
1760 kfree(info->data_buff); in pxa3xx_nand_scan()
1767 info->oob_buff = info->data_buff + mtd->writesize; in pxa3xx_nand_scan()
1821 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in alloc_nand_resource()
1822 if (info->data_buff == NULL) in alloc_nand_resource()