Searched refs:CO (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c68 #define CO(x) ((CO_BUF) >> (8 - (x)) & 0x03) macro
218 * CO is power of 2: 1, 2, 4, 8
230 dev_err(&phy->dev, "Invalid CM/CN/CO values: %u/%u/%u\n",
340 dev_err(&phy->dev, "Invalid CM/CN/CO values! (%u/%u/%u)\n",
344 dev_dbg(&phy->dev, "Using CM:%u CN:%u CO:%u\n",
348 phy_write(phy, CO(priv->cfg.co), DPHY_CO);
412 * | VCO | ----------------> | CO divider | -> | LVDS data rate|
430 * CO is configurable, while CN and CM are not,

Completed in 134 milliseconds