Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/phy/
H A Domap_control_phy.h72 void omap_control_pcie_pcs(struct device *dev, u8 delay);
84 static inline void omap_control_pcie_pcs(struct device *dev, u8 delay) in omap_control_pcie_pcs() function
/openbmc/linux/drivers/phy/ti/
H A Dphy-omap-control.c24 void omap_control_pcie_pcs(struct device *dev, u8 delay) in omap_control_pcie_pcs() function
51 EXPORT_SYMBOL_GPL(omap_control_pcie_pcs);
H A Dphy-ti-pipe3.c510 omap_control_pcie_pcs(phy->control_dev, 0x96); in ti_pipe3_init()