Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dpxa3xx_nand.c198 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()
[all …]
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c2110 *memEntry, u64 *data_buff) in netxen_md_rdmem() argument
2122 *data_buff++ = value; in netxen_md_rdmem()
2132 *crbEntry, u32 *data_buff) in netxen_md_rd_crb() argument
2143 *data_buff++ = addr; in netxen_md_rd_crb()
2144 *data_buff++ = value; in netxen_md_rd_crb()
2154 *romEntry, __le32 *data_buff) in netxen_md_rdrom() argument
2177 *data_buff++ = cpu_to_le32(val); in netxen_md_rdrom()
2188 *cacheEntry, u32 *data_buff) in netxen_md_L2Cache() argument
2232 *data_buff++ = read_value; in netxen_md_L2Cache()
2244 *cacheEntry, u32 *data_buff) in netxen_md_L1Cache() argument
[all …]
/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c6610 void **data_buff, struct RxDesc *desc) in rtl8169_free_rx_databuff() argument
6615 kfree(*data_buff); in rtl8169_free_rx_databuff()
6616 *data_buff = NULL; in rtl8169_free_rx_databuff()