Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dmxc_nand.c131 void (*send_addr)(struct mxc_nand_host *, uint16_t, int); member
300 host->devtype_data->send_addr(host, column & 0xff, in mxc_do_addr_cycle()
304 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
312 host->devtype_data->send_addr(host, (page_addr & 0xff), false); in mxc_do_addr_cycle()
317 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
320 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
325 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
330 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
333 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
338 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c176 u32 send_addr; member
184 u32 send_addr;
462 if (desc->send_addr != 0) { in hip04_tx_reclaim()
464 desc->send_addr = 0; in hip04_tx_reclaim()
535 desc->send_addr = (__force u32)cpu_to_be32(phys & ~SOC_CACHE_LINE_MASK); in hip04_mac_start_xmit()
538 desc->send_addr = (__force u32)cpu_to_be32(phys); in hip04_mac_start_xmit()
542 offsetof(struct tx_desc, send_addr)); in hip04_mac_start_xmit()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c160 static void send_addr(struct mxc_nand_host *host, uint16_t addr) function
1063 send_addr(host, 0);
1066 send_addr(host, 0);
1073 send_addr(host, page_addr & 0xFF);
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c3598 u64 addr, send_addr; in xhci_queue_bulk_tx() local
3638 send_addr = addr; in xhci_queue_bulk_tx()
3669 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx()
3682 memcpy(&send_addr, urb->transfer_buffer, in xhci_queue_bulk_tx()
3684 le64_to_cpus(&send_addr); in xhci_queue_bulk_tx()
3702 lower_32_bits(send_addr), in xhci_queue_bulk_tx()
3703 upper_32_bits(send_addr), in xhci_queue_bulk_tx()
3722 send_addr = addr; in xhci_queue_bulk_tx()