Lines Matching refs:data_buff
185 unsigned char *data_buff; member
631 info->data_buff + info->data_buff_pos, in handle_data_pio()
642 info->data_buff + info->data_buff_pos, in handle_data_pio()
834 memset(info->data_buff, 0xFF, info->buf_count); in prepare_start_command()
923 if (is_buf_blank(info->data_buff, in prepare_set_command()
1354 retval = info->data_buff[info->buf_start++]; in pxa3xx_nand_read_byte()
1367 retval = *((u16 *)(info->data_buff+info->buf_start)); in pxa3xx_nand_read_word()
1380 memcpy(buf, info->data_buff + info->buf_start, real_len); in pxa3xx_nand_read_buf()
1392 memcpy(info->data_buff + info->buf_start, buf, real_len); in pxa3xx_nand_write_buf()
1481 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in pxa3xx_nand_init_buff()
1482 if (info->data_buff == NULL) in pxa3xx_nand_init_buff()
1731 kfree(info->data_buff); in pxa3xx_nand_scan()
1738 info->oob_buff = info->data_buff + mtd->writesize; in pxa3xx_nand_scan()
1792 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in alloc_nand_resource()
1793 if (info->data_buff == NULL) { in alloc_nand_resource()
1803 kfree(info->data_buff); in alloc_nand_resource()