Home
last modified time | relevance | path

Searched refs:OMAP_CTRL_TYPE_PCIE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/phy/ti/
H A Dphy-omap-control.c40 if (control_phy->type != OMAP_CTRL_TYPE_PCIE) { in omap_control_pcie_pcs()
88 case OMAP_CTRL_TYPE_PCIE: in omap_control_phy_power()
236 static const enum omap_control_phy_type pcie_data = OMAP_CTRL_TYPE_PCIE;
301 control_phy->type == OMAP_CTRL_TYPE_PCIE) { in omap_control_phy_probe()
310 if (control_phy->type == OMAP_CTRL_TYPE_PCIE) { in omap_control_phy_probe()
/openbmc/linux/include/linux/phy/
H A Domap_control_phy.h16 OMAP_CTRL_TYPE_PCIE, /* RX TX control of ACSPCIE */ enumerator