Searched refs:deskew_mask (Results 1 – 2 of 2) sorted by relevance
896 static int max96712_auto_init_deskew(struct max96712 *max96712, u32 deskew_mask) in max96712_auto_init_deskew() argument901 dev_info(dev, "Auto initial deskew: deskew_mask = 0x%02x\n", deskew_mask); in max96712_auto_init_deskew()904 if (deskew_mask & BIT(0)) // MIPI PHY0 in max96712_auto_init_deskew()909 if (deskew_mask & BIT(1)) // MIPI PHY1 in max96712_auto_init_deskew()914 if (deskew_mask & BIT(2)) // MIPI PHY2 in max96712_auto_init_deskew()919 if (deskew_mask & BIT(3)) // MIPI PHY3 in max96712_auto_init_deskew()
914 static int max96722_auto_init_deskew(struct max96722 *max96722, u32 deskew_mask) in max96722_auto_init_deskew() argument919 dev_info(dev, "Auto initial deskew: deskew_mask = 0x%02x\n", deskew_mask); in max96722_auto_init_deskew()922 if (deskew_mask & BIT(0)) // MIPI PHY0 in max96722_auto_init_deskew()927 if (deskew_mask & BIT(1)) // MIPI PHY1 in max96722_auto_init_deskew()932 if (deskew_mask & BIT(2)) // MIPI PHY2 in max96722_auto_init_deskew()937 if (deskew_mask & BIT(3)) // MIPI PHY3 in max96722_auto_init_deskew()