Lines Matching refs:data_buff
210 unsigned char *data_buff; member
673 info->data_buff + info->data_buff_pos, in handle_data_pio()
683 info->data_buff + info->data_buff_pos, in handle_data_pio()
938 memset(info->data_buff, 0xFF, info->buf_count); in prepare_start_command()
1016 if (is_buf_blank(info->data_buff, in prepare_set_command()
1321 retval = info->data_buff[info->buf_start++]; in pxa3xx_nand_read_byte()
1333 retval = *((u16 *)(info->data_buff+info->buf_start)); in pxa3xx_nand_read_word()
1345 memcpy(buf, info->data_buff + info->buf_start, real_len); in pxa3xx_nand_read_buf()
1356 memcpy(info->data_buff + info->buf_start, buf, real_len); in pxa3xx_nand_write_buf()
1431 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in pxa3xx_nand_init_buff()
1432 if (info->data_buff == NULL) in pxa3xx_nand_init_buff()
1441 sg_init_one(&info->sg, info->data_buff, info->buf_size); in pxa3xx_nand_init_buff()
1483 kfree(info->data_buff); in pxa3xx_nand_free_buff()
1682 kfree(info->data_buff); in pxa3xx_nand_scan()
1689 info->oob_buff = info->data_buff + mtd->writesize; in pxa3xx_nand_scan()
1790 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in alloc_nand_resource()
1791 if (info->data_buff == NULL) { in alloc_nand_resource()
1813 kfree(info->data_buff); in alloc_nand_resource()