Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c184 unsigned char *data_buff; member
630 info->data_buff + info->data_buff_pos, in handle_data_pio()
641 info->data_buff + info->data_buff_pos, in handle_data_pio()
833 memset(info->data_buff, 0xFF, info->buf_count); in prepare_start_command()
922 if (is_buf_blank(info->data_buff, in prepare_set_command()
1353 retval = info->data_buff[info->buf_start++]; in pxa3xx_nand_read_byte()
1366 retval = *((u16 *)(info->data_buff+info->buf_start)); in pxa3xx_nand_read_word()
1379 memcpy(buf, info->data_buff + info->buf_start, real_len); in pxa3xx_nand_read_buf()
1391 memcpy(info->data_buff + info->buf_start, buf, real_len); in pxa3xx_nand_write_buf()
1480 info->data_buff = kmalloc(info->buf_size, GFP_KERNEL); in pxa3xx_nand_init_buff()
[all …]
/openbmc/linux/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 …]
/openbmc/u-boot/drivers/net/
H A Dpic32_eth.c286 rxd->data_buff = virt_to_phys(net_rx_packets[idx]); in pic32_rx_desc_init()
397 txd->data_buff = virt_to_phys(packet); in pic32_eth_send()
400 __func__, __LINE__, txd->hdr, txd->data_buff, txd->stat2, in pic32_eth_send()
466 rxd->data_buff, rxd->stat2, rxd->next_ed); in pic32_eth_recv()
510 __func__, __LINE__, idx, rxd->hdr, rxd->data_buff, in pic32_eth_free_pkt()
H A Dpic32_eth.h153 u32 data_buff; /* data buffer address */ member