Lines Matching refs:data_buff

198 	unsigned char		*data_buff;  member
526 info->data_buff + info->data_buff_pos, in handle_data_pio()
536 info->data_buff + info->data_buff_pos, in handle_data_pio()
783 memset(info->data_buff, 0xFF, info->buf_count); in prepare_start_command()
861 if (is_buf_blank(info->data_buff, in prepare_set_command()
1165 retval = info->data_buff[info->buf_start++]; in pxa3xx_nand_read_byte()
1177 retval = *((u16 *)(info->data_buff+info->buf_start)); in pxa3xx_nand_read_word()
1189 memcpy(buf, info->data_buff + info->buf_start, real_len); in pxa3xx_nand_read_buf()
1200 memcpy(info->data_buff + info->buf_start, buf, real_len); in pxa3xx_nand_write_buf()
1311 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in pxa3xx_nand_init_buff()
1312 if (info->data_buff == NULL) in pxa3xx_nand_init_buff()
1317 info->data_buff = dma_alloc_coherent(&pdev->dev, info->buf_size, in pxa3xx_nand_init_buff()
1319 if (info->data_buff == NULL) { in pxa3xx_nand_init_buff()
1324 info->data_desc = (void *)info->data_buff + data_desc_offset; in pxa3xx_nand_init_buff()
1332 info->data_buff, info->data_buff_phys); in pxa3xx_nand_init_buff()
1350 info->data_buff, info->data_buff_phys); in pxa3xx_nand_free_buff()
1352 kfree(info->data_buff); in pxa3xx_nand_free_buff()
1358 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in pxa3xx_nand_init_buff()
1359 if (info->data_buff == NULL) in pxa3xx_nand_init_buff()
1366 kfree(info->data_buff); in pxa3xx_nand_free_buff()
1490 id = *((uint16_t *)(info->data_buff)); in pxa3xx_nand_scan()
1599 kfree(info->data_buff); in pxa3xx_nand_scan()
1606 info->oob_buff = info->data_buff + mtd->writesize; in pxa3xx_nand_scan()
1719 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in alloc_nand_resource()
1720 if (info->data_buff == NULL) { in alloc_nand_resource()
1742 kfree(info->data_buff); in alloc_nand_resource()