Searched refs:rx_phys (Results 1 – 8 of 8) sorted by relevance
| /linux/include/soc/tegra/ |
| H A D | ivc.h | 97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
|
| /linux/drivers/tty/serial/ |
| H A D | atmel_serial.c | 138 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()
|
| /linux/drivers/firmware/tegra/ |
| H A D | ivc.c | 647 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()
|
| /linux/drivers/rapidio/devices/ |
| H A D | tsi721.c | 2483 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()
|
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 4839 cp.rx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync() 4844 cp.rx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync() 4850 cp.rx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
|
| H A D | mgmt.c | 4197 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync() 4200 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync() 4203 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
|
| H A D | hci_event.c | 1395 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 1879 __u8 rx_phys; member
|