Home
last modified time | relevance | path

Searched refs:XCVR_DIAG_BIDI_CTRL (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-typec.c44 #define XCVR_DIAG_BIDI_CTRL(n) ((0x40e8 | ((n) << 9)) << 2) macro
159 writel(0xbf, tcphy->base + XCVR_DIAG_BIDI_CTRL(lane)); in tcphy_tx_usb3_cfg_lane()
173 writel(0xfb, tcphy->base + XCVR_DIAG_BIDI_CTRL(lane)); in tcphy_rx_usb3_cfg_lane()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c176 #define XCVR_DIAG_BIDI_CTRL(n) ((0x40e8 | ((n) << 9)) << 2) macro
830 writel(0xbf, tcphy->base + XCVR_DIAG_BIDI_CTRL(lane)); in tcphy_tx_usb3_cfg_lane()
844 writel(0xfb, tcphy->base + XCVR_DIAG_BIDI_CTRL(lane)); in tcphy_rx_usb3_cfg_lane()
/OK3568_Linux_fs/kernel/drivers/phy/cadence/
H A Dphy-cadence-torrent.c170 #define XCVR_DIAG_BIDI_CTRL 0x00EAU macro
1506 XCVR_DIAG_BIDI_CTRL, 0x000F); in cdns_torrent_dp_pma_lane_cfg()