Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c185 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c2069 *memEntry, u64 *data_buff) in netxen_md_rdmem() argument
2081 *data_buff++ = value; in netxen_md_rdmem()
2091 *crbEntry, u32 *data_buff) in netxen_md_rd_crb() argument
2102 *data_buff++ = addr; in netxen_md_rd_crb()
2103 *data_buff++ = value; in netxen_md_rd_crb()
2113 *romEntry, __le32 *data_buff) in netxen_md_rdrom() argument
2136 *data_buff++ = cpu_to_le32(val); in netxen_md_rdrom()
2147 *cacheEntry, u32 *data_buff) in netxen_md_L2Cache() argument
2191 *data_buff++ = read_value; in netxen_md_L2Cache()
2203 *cacheEntry, u32 *data_buff) in netxen_md_L1Cache() argument
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dpic32_eth.c287 rxd->data_buff = virt_to_phys(net_rx_packets[idx]); in pic32_rx_desc_init()
398 txd->data_buff = virt_to_phys(packet); in pic32_eth_send()
401 __func__, __LINE__, txd->hdr, txd->data_buff, txd->stat2, in pic32_eth_send()
467 rxd->data_buff, rxd->stat2, rxd->next_ed); in pic32_eth_recv()
511 __func__, __LINE__, idx, rxd->hdr, rxd->data_buff, in pic32_eth_free_pkt()
H A Dpic32_eth.h154 u32 data_buff; /* data buffer address */ member