Lines Matching defs:imx_hsio_priv
85 struct imx_hsio_priv { struct
86 void __iomem *base;
87 struct device *dev;
88 struct mutex lock;
89 const char *hsio_cfg;
90 const char *refclk_pad;
91 u32 open_cnt;
92 struct regmap *phy;
93 struct regmap *ctrl;
94 struct regmap *misc;
95 const struct imx_hsio_drvdata *drvdata;
96 struct imx_hsio_lane lane[MAX_NUM_LANE];