Lines Matching defs:info
75 const struct stf_dphy_info *info;
81 const struct stf_dphy_info *info = dphy->info;
89 FIELD_PREP(STF_DPHY_LANE_SWAP_CLK, info->maps[0]) |
90 FIELD_PREP(STF_DPHY_LANE_SWAP_CLK1, info->maps[5]) |
91 FIELD_PREP(STF_DPHY_LANE_SWAP_LAN0, info->maps[1]) |
92 FIELD_PREP(STF_DPHY_LANE_SWAP_LAN1, info->maps[2]),
95 writel(FIELD_PREP(STF_DPHY_LANE_SWAP_LAN2, info->maps[3]) |
96 FIELD_PREP(STF_DPHY_LANE_SWAP_LAN3, info->maps[4]) |
163 dphy->info = of_device_get_match_data(&pdev->dev);