Searched refs:send_addr (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| 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(host, in mxc_do_addr_cycle() [all …]
|
| /Linux-v5.4/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 & ~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.4/drivers/usb/host/ |
| D | xhci-ring.c | 3247 u64 addr, send_addr; in xhci_queue_bulk_tx() local 3287 send_addr = addr; in xhci_queue_bulk_tx() 3318 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx() 3331 memcpy(&send_addr, urb->transfer_buffer, in xhci_queue_bulk_tx() 3333 le64_to_cpus(&send_addr); in xhci_queue_bulk_tx() 3351 lower_32_bits(send_addr), in xhci_queue_bulk_tx() 3352 upper_32_bits(send_addr), in xhci_queue_bulk_tx() 3371 send_addr = addr; in xhci_queue_bulk_tx()
|