Searched refs:rx_phys (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/soc/tegra/
H A Divc.h97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
/linux-master/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c237 dma_addr_t rx_phys[RX_DESC_NUM]; member in struct:hip04_priv
600 dma_unmap_single(priv->dev, priv->rx_phys[priv->rx_head],
602 priv->rx_phys[priv->rx_head] = 0;
634 priv->rx_phys[priv->rx_head] = phys;
742 priv->rx_phys[i] = phys;
772 if (priv->rx_phys[i]) {
773 dma_unmap_single(priv->dev, priv->rx_phys[i],
775 priv->rx_phys[i] = 0;
/linux-master/drivers/firmware/tegra/
H A Divc.c647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
686 ivc->rx.phys = rx_phys;
646 tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, const struct iosys_map *rx, dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, unsigned int num_frames, size_t frame_size, void (*notify)(struct tegra_ivc *ivc, void *data), void *data) argument
/linux-master/drivers/tty/serial/
H A Datmel_serial.c138 dma_addr_t rx_phys; member in struct:atmel_uart_port
1091 dma_unmap_single(port->dev, atmel_port->rx_phys,
1125 dma_sync_single_for_cpu(port->dev, atmel_port->rx_phys,
1170 dma_sync_single_for_device(port->dev, atmel_port->rx_phys,
1206 atmel_port->rx_phys = dma_map_single(port->dev, ring->buf,
1210 if (dma_mapping_error(port->dev, atmel_port->rx_phys)) {
1215 ATMEL_SERIAL_RX_SIZE, ring->buf, &atmel_port->rx_phys);
1236 atmel_port->rx_phys,
/linux-master/drivers/rapidio/devices/
H A Dtsi721.c2483 u64 rx_phys; local
2504 rx_phys = ((u64)le32_to_cpu(desc->bufptr_hi) << 32) |
2508 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys);
2527 free_ptr[priv->imsg_ring[mbox].fq_wrptr] = cpu_to_le64(rx_phys);
/linux-master/net/bluetooth/
H A Dhci_sync.c4590 cp.rx_phys = HCI_LE_SET_PHY_1M;
4595 cp.rx_phys |= HCI_LE_SET_PHY_2M;
4601 cp.rx_phys |= HCI_LE_SET_PHY_CODED;
H A Dmgmt.c3988 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M;
3991 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M;
3994 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED;
H A Dhci_event.c1384 hdev->le_rx_def_phys = cp->rx_phys;
/linux-master/include/net/bluetooth/
H A Dhci.h1805 __u8 rx_phys; member in struct:hci_cp_le_set_default_phy

Completed in 212 milliseconds