Home
last modified time | relevance | path

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

/drivers/net/ethernet/hisilicon/
A Dhip04_eth.c237 dma_addr_t rx_phys[RX_DESC_NUM]; member
600 dma_unmap_single(priv->dev, priv->rx_phys[priv->rx_head], in hip04_rx_poll()
602 priv->rx_phys[priv->rx_head] = 0; in hip04_rx_poll()
634 priv->rx_phys[priv->rx_head] = phys; in hip04_rx_poll()
742 priv->rx_phys[i] = phys; in hip04_mac_open()
772 if (priv->rx_phys[i]) { in hip04_mac_stop()
773 dma_unmap_single(priv->dev, priv->rx_phys[i], in hip04_mac_stop()
775 priv->rx_phys[i] = 0; in hip04_mac_stop()
/drivers/tty/serial/
A Datmel_serial.c138 dma_addr_t rx_phys; member
1091 dma_unmap_single(port->dev, atmel_port->rx_phys, in atmel_release_rx_dma()
1125 dma_sync_single_for_cpu(port->dev, atmel_port->rx_phys, in atmel_rx_from_dma()
1170 dma_sync_single_for_device(port->dev, atmel_port->rx_phys, in atmel_rx_from_dma()
1206 atmel_port->rx_phys = dma_map_single(port->dev, ring->buf, in atmel_prepare_rx_dma()
1210 if (dma_mapping_error(port->dev, atmel_port->rx_phys)) { in atmel_prepare_rx_dma()
1215 ATMEL_SERIAL_RX_SIZE, ring->buf, &atmel_port->rx_phys); in atmel_prepare_rx_dma()
1236 atmel_port->rx_phys, in atmel_prepare_rx_dma()
/drivers/firmware/tegra/
A Divc.c647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, in tegra_ivc_init() argument
686 ivc->rx.phys = rx_phys; in tegra_ivc_init()
/drivers/rapidio/devices/
A Dtsi721.c2483 u64 rx_phys; in tsi721_get_inb_message() local
2504 rx_phys = ((u64)le32_to_cpu(desc->bufptr_hi) << 32) | in tsi721_get_inb_message()
2508 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys); in tsi721_get_inb_message()
2527 free_ptr[priv->imsg_ring[mbox].fq_wrptr] = cpu_to_le64(rx_phys); in tsi721_get_inb_message()

Completed in 20 milliseconds