Home
last modified time | relevance | path

Searched refs:rx_phys (Results 1 – 7 of 7) 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
686 ivc->rx.phys = rx_phys; in tegra_ivc_init()
/linux/net/bluetooth/
H A Dhci_conn.c3099 static int bt_phy_le_phy(u32 phys, u8 *tx_phys, u8 *rx_phys) in bt_phy_le_phy() argument
3101 if (!tx_phys || !rx_phys) in bt_phy_le_phy()
3105 *rx_phys = 0; in bt_phy_le_phy()
3111 *rx_phys |= HCI_LE_SET_PHY_1M; in bt_phy_le_phy()
3117 *rx_phys |= HCI_LE_SET_PHY_2M; in bt_phy_le_phy()
3123 *rx_phys |= HCI_LE_SET_PHY_CODED; in bt_phy_le_phy()
3130 u8 tx_phys, rx_phys; in hci_conn_set_phy() local
3148 if (bt_phy_le_phy(phys, &tx_phys, &rx_phys)) in hci_conn_set_phy()
3151 return hci_le_set_phy(conn, tx_phys, rx_phys); in hci_conn_set_phy()
H A Dhci_sync.c4881 cp.rx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4886 cp.rx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
4892 cp.rx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
7537 int hci_le_set_phy(struct hci_conn *conn, u8 tx_phys, u8 rx_phys) in hci_le_set_phy() argument
7550 cp->rx_phys = rx_phys; in hci_le_set_phy()
H A Dmgmt.c4210 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
4213 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4216 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
H A Dhci_event.c1399 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()
2895 conn->le_rx_def_phys = cp->rx_phys; in hci_cs_le_set_phy()
/linux/drivers/rapidio/devices/
H 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()