Searched refs:send_addr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 135 u32 send_addr; member 382 if (desc->send_addr != 0) { in hip04_tx_reclaim() 384 desc->send_addr = 0; in hip04_tx_reclaim() 448 desc->send_addr = cpu_to_be32(phys); in hip04_mac_start_xmit()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 3132 u64 addr, send_addr; in xhci_queue_bulk_tx() local 3172 send_addr = addr; in xhci_queue_bulk_tx() 3203 send_addr = ring->enq_seg->bounce_dma; in xhci_queue_bulk_tx() 3229 lower_32_bits(send_addr), in xhci_queue_bulk_tx() 3230 upper_32_bits(send_addr), in xhci_queue_bulk_tx() 3249 send_addr = addr; in xhci_queue_bulk_tx()
|