Searched refs:csiphy (Results 1 – 3 of 3) sorted by relevance
43 static void csiphy_hw_version_read(struct csiphy_device *csiphy, in csiphy_hw_version_read() argument46 u8 hw_version = readl_relaxed(csiphy->base + in csiphy_hw_version_read()56 static void csiphy_reset(struct csiphy_device *csiphy) in csiphy_reset() argument58 writel_relaxed(0x1, csiphy->base + CAMSS_CSI_PHY_GLBL_RESET); in csiphy_reset()60 writel_relaxed(0x0, csiphy->base + CAMSS_CSI_PHY_GLBL_RESET); in csiphy_reset()97 static void csiphy_lanes_enable(struct csiphy_device *csiphy, in csiphy_lanes_enable() argument106 settle_cnt = csiphy_settle_cnt_calc(link_freq, csiphy->timer_clk_rate); in csiphy_lanes_enable()108 writel_relaxed(0x1, csiphy->base + in csiphy_lanes_enable()110 writel_relaxed(0x1, csiphy->base + in csiphy_lanes_enable()115 writel_relaxed(val, csiphy->base + CAMSS_CSI_PHY_GLBL_PWR_CFG); in csiphy_lanes_enable()[all …]
10 camss-csiphy-2ph-1-0.o \11 camss-csiphy-3ph-1-0.o \12 camss-csiphy.o \
1185 struct csiphy_device *csiphy; in csid_link_setup() local1197 csiphy = v4l2_get_subdevdata(sd); in csid_link_setup()1201 if (!csiphy->cfg.csi2) in csid_link_setup()1204 csid->phy.csiphy_id = csiphy->id; in csid_link_setup()1206 lane_cfg = &csiphy->cfg.csi2->lane_cfg; in csid_link_setup()