Home
last modified time | relevance | path

Searched refs:phy1 (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/media/omap4iss/
Diss_csiphy.c257 struct iss_csiphy *phy1 = &iss->csiphy1; in omap4iss_csiphy_init() local
260 phy1->iss = iss; in omap4iss_csiphy_init()
261 phy1->csi2 = &iss->csi2a; in omap4iss_csiphy_init()
262 phy1->max_data_lanes = ISS_CSIPHY1_NUM_DATA_LANES; in omap4iss_csiphy_init()
263 phy1->used_data_lanes = 0; in omap4iss_csiphy_init()
264 phy1->cfg_regs = OMAP4_ISS_MEM_CSI2_A_REGS1; in omap4iss_csiphy_init()
265 phy1->phy_regs = OMAP4_ISS_MEM_CAMERARX_CORE1; in omap4iss_csiphy_init()
266 mutex_init(&phy1->mutex); in omap4iss_csiphy_init()
/drivers/media/platform/omap3isp/
Dispcsiphy.c328 struct isp_csiphy *phy1 = &isp->isp_csiphy1; in omap3isp_csiphy_init() local
338 phy1->isp = isp; in omap3isp_csiphy_init()
339 mutex_init(&phy1->mutex); in omap3isp_csiphy_init()
342 phy1->csi2 = &isp->isp_csi2c; in omap3isp_csiphy_init()
343 phy1->num_data_lanes = ISP_CSIPHY1_NUM_DATA_LANES; in omap3isp_csiphy_init()
344 phy1->cfg_regs = OMAP3_ISP_IOMEM_CSI2C_REGS1; in omap3isp_csiphy_init()
345 phy1->phy_regs = OMAP3_ISP_IOMEM_CSIPHY1; in omap3isp_csiphy_init()
/drivers/gpio/
Dgpio-stp-xway.c86 u8 phy1; /* 3 bits can be driven by phy1 */ member
192 chip->phy1 << XWAY_STP_PHY1_SHIFT, in xway_stp_hw_init()
216 | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init()
278 chip->phy1 = phy & XWAY_STP_PHY_MASK; in xway_stp_probe()
/drivers/net/ethernet/broadcom/
Dtg3.c6024 u32 phy1, phy2; in tg3_serdes_parallel_detect() local
6028 tg3_readphy(tp, MII_TG3_MISC_SHDW, &phy1); in tg3_serdes_parallel_detect()
6036 if ((phy1 & 0x10) && !(phy2 & 0x20)) { in tg3_serdes_parallel_detect()