Searched refs:send_addr (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 131 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(hos in mxc_do_addr_cycle() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 129 void (*send_addr)(struct mxc_nand_host *, uint16_t, int); member 297 host->devtype_data->send_addr(host, column & 0xff, in mxc_do_addr_cycle() 301 host->devtype_data->send_addr(host, in mxc_do_addr_cycle() 309 host->devtype_data->send_addr(host, (page_addr & 0xff), false); in mxc_do_addr_cycle() 314 host->devtype_data->send_addr(host, in mxc_do_addr_cycle() 317 host->devtype_data->send_addr(host, in mxc_do_addr_cycle() 322 host->devtype_data->send_addr(host, in mxc_do_addr_cycle() 327 host->devtype_data->send_addr(host, in mxc_do_addr_cycle() 330 host->devtype_data->send_addr(host, in mxc_do_addr_cycle() 335 host->devtype_data->send_addr(hos in mxc_do_addr_cycle() [all...] |
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 1873 u64 addr, send_addr; in cdnsp_queue_bulk_tx() local 1914 send_addr = addr; in cdnsp_queue_bulk_tx() 1946 send_addr = ring->enq_seg->bounce_dma; in cdnsp_queue_bulk_tx() 1980 lower_32_bits(send_addr), in cdnsp_queue_bulk_tx() 1981 upper_32_bits(send_addr), in cdnsp_queue_bulk_tx() 1999 send_addr = addr; in cdnsp_queue_bulk_tx() 2213 u64 addr, send_addr; in cdnsp_queue_isoc_tx() local 2241 send_addr = addr; in cdnsp_queue_isoc_tx() 2306 lower_32_bits(send_addr), upper_32_bits(send_addr), in cdnsp_queue_isoc_tx() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-ring.c | 3457 u64 addr, send_addr; in xhci_queue_bulk_tx() local 3497 send_addr = addr; in xhci_queue_bulk_tx() 3528 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx() 3541 memcpy(&send_addr, urb->transfer_buffer, in xhci_queue_bulk_tx() 3543 le64_to_cpus(&send_addr); in xhci_queue_bulk_tx() 3561 lower_32_bits(send_addr), in xhci_queue_bulk_tx() 3562 upper_32_bits(send_addr), in xhci_queue_bulk_tx() 3581 send_addr = addr; in xhci_queue_bulk_tx()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-ring.c | 3607 u64 addr, send_addr; in xhci_queue_bulk_tx() local 3647 send_addr = addr; in xhci_queue_bulk_tx() 3678 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx() 3691 memcpy(&send_addr, urb->transfer_buffer, in xhci_queue_bulk_tx() 3693 le64_to_cpus(&send_addr); in xhci_queue_bulk_tx() 3711 lower_32_bits(send_addr), in xhci_queue_bulk_tx() 3712 upper_32_bits(send_addr), in xhci_queue_bulk_tx() 3731 send_addr = addr; in xhci_queue_bulk_tx()
|
Completed in 20 milliseconds