Home
last modified time | relevance | path

Searched refs:tx_phys (Results 1 – 5 of 5) sorted by relevance

/linux/include/soc/tegra/
H A Divc.h97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
/linux/drivers/firmware/tegra/
H A Divc.c647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, in tegra_ivc_init() argument
687 ivc->tx.phys = tx_phys; in tegra_ivc_init()
/linux/drivers/tty/serial/
H A Datmel_serial.c137 dma_addr_t tx_phys; member
909 dma_unmap_single(port->dev, atmel_port->tx_phys, in atmel_release_tx_dma()
960 phys_addr = atmel_port->tx_phys + tail; in atmel_tx_dma()
992 dma_sync_single_for_device(port->dev, atmel_port->tx_phys, in atmel_tx_dma()
1037 atmel_port->tx_phys = dma_map_single(port->dev, tport->xmit_buf, in atmel_prepare_tx_dma()
1040 if (dma_mapping_error(port->dev, atmel_port->tx_phys)) { in atmel_prepare_tx_dma()
1046 &atmel_port->tx_phys); in atmel_prepare_tx_dma()
/linux/net/bluetooth/
H A Dhci_sync.c4806 cp.tx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4811 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
4817 cp.tx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
H A Dhci_event.c1394 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()