Searched refs:phy1 (Results 1 – 4 of 4) sorted by relevance
261 struct iss_csiphy *phy1 = &iss->csiphy1; in omap4iss_csiphy_init() local264 phy1->iss = iss; in omap4iss_csiphy_init()265 phy1->csi2 = &iss->csi2a; in omap4iss_csiphy_init()266 phy1->max_data_lanes = ISS_CSIPHY1_NUM_DATA_LANES; in omap4iss_csiphy_init()267 phy1->used_data_lanes = 0; in omap4iss_csiphy_init()268 phy1->cfg_regs = OMAP4_ISS_MEM_CSI2_A_REGS1; in omap4iss_csiphy_init()269 phy1->phy_regs = OMAP4_ISS_MEM_CAMERARX_CORE1; in omap4iss_csiphy_init()270 mutex_init(&phy1->mutex); in omap4iss_csiphy_init()
327 struct isp_csiphy *phy1 = &isp->isp_csiphy1; in omap3isp_csiphy_init() local338 phy1->isp = isp; in omap3isp_csiphy_init()339 phy1->csi2 = &isp->isp_csi2c; in omap3isp_csiphy_init()340 phy1->num_data_lanes = ISP_CSIPHY1_NUM_DATA_LANES; in omap3isp_csiphy_init()341 phy1->cfg_regs = OMAP3_ISP_IOMEM_CSI2C_REGS1; in omap3isp_csiphy_init()342 phy1->phy_regs = OMAP3_ISP_IOMEM_CSIPHY1; in omap3isp_csiphy_init()343 mutex_init(&phy1->mutex); in omap3isp_csiphy_init()
88 u8 phy1; /* 3 bits can be driven by phy1 */ member177 chip->phy1 << XWAY_STP_PHY1_SHIFT, in xway_stp_hw_init()185 chip->reserved = (chip->phy2 << 5) | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init()243 chip->phy1 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
6011 u32 phy1, phy2; in tg3_serdes_parallel_detect() local6015 tg3_readphy(tp, MII_TG3_MISC_SHDW, &phy1); in tg3_serdes_parallel_detect()6023 if ((phy1 & 0x10) && !(phy2 & 0x20)) { in tg3_serdes_parallel_detect()