Searched refs:send_addr (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | mxc_nand.c | 130 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-6.1.9/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 176 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-6.1.9/drivers/usb/cdns3/ |
D | cdnsp-ring.c | 1868 u64 addr, send_addr; in cdnsp_queue_bulk_tx() local 1909 send_addr = addr; in cdnsp_queue_bulk_tx() 1941 send_addr = ring->enq_seg->bounce_dma; in cdnsp_queue_bulk_tx() 1975 lower_32_bits(send_addr), in cdnsp_queue_bulk_tx() 1976 upper_32_bits(send_addr), in cdnsp_queue_bulk_tx() 1994 send_addr = addr; in cdnsp_queue_bulk_tx()
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-ring.c | 3537 u64 addr, send_addr; in xhci_queue_bulk_tx() local 3577 send_addr = addr; in xhci_queue_bulk_tx() 3608 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx() 3621 memcpy(&send_addr, urb->transfer_buffer, in xhci_queue_bulk_tx() 3623 le64_to_cpus(&send_addr); in xhci_queue_bulk_tx() 3641 lower_32_bits(send_addr), in xhci_queue_bulk_tx() 3642 upper_32_bits(send_addr), in xhci_queue_bulk_tx() 3661 send_addr = addr; in xhci_queue_bulk_tx()
|