Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dmxc_nand.c130 void (*send_addr)(struct mxc_nand_host *, uint16_t, int); member
298 host->devtype_data->send_addr(host, column & 0xff, in mxc_do_addr_cycle()
302 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
310 host->devtype_data->send_addr(host, (page_addr & 0xff), false); in mxc_do_addr_cycle()
315 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
318 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
323 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
328 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
331 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
336 host->devtype_data->send_addr(host, in mxc_do_addr_cycle()
[all …]
/Linux-v5.15/drivers/net/ethernet/hisilicon/
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()
/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-ring.c1854 u64 addr, send_addr; in cdnsp_queue_bulk_tx() local
1895 send_addr = addr; in cdnsp_queue_bulk_tx()
1927 send_addr = ring->enq_seg->bounce_dma; in cdnsp_queue_bulk_tx()
1957 lower_32_bits(send_addr), in cdnsp_queue_bulk_tx()
1958 upper_32_bits(send_addr), in cdnsp_queue_bulk_tx()
1976 send_addr = addr; in cdnsp_queue_bulk_tx()
/Linux-v5.15/drivers/usb/host/
Dxhci-ring.c3587 u64 addr, send_addr; in xhci_queue_bulk_tx() local
3627 send_addr = addr; in xhci_queue_bulk_tx()
3658 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx()
3671 memcpy(&send_addr, urb->transfer_buffer, in xhci_queue_bulk_tx()
3673 le64_to_cpus(&send_addr); in xhci_queue_bulk_tx()
3691 lower_32_bits(send_addr), in xhci_queue_bulk_tx()
3692 upper_32_bits(send_addr), in xhci_queue_bulk_tx()
3711 send_addr = addr; in xhci_queue_bulk_tx()