Lines Matching defs:imx_ahcisata_softc
52 struct imx_ahcisata_softc {
72 static int imx_ahcisata_init(struct imx_ahcisata_softc *);
73 static int imx_ahcisata_phy_ctrl(struct imx_ahcisata_softc *, uint32_t, int);
74 static int imx_ahcisata_phy_addr(struct imx_ahcisata_softc *, uint32_t);
75 static int imx_ahcisata_phy_write(struct imx_ahcisata_softc *, uint32_t, uint16_t);
76 static int imx_ahcisata_phy_read(struct imx_ahcisata_softc *, uint32_t);
77 static int imx_ahcisata_init_clocks(struct imx_ahcisata_softc *);
79 CFATTACH_DECL_NEW(imx_ahcisata, sizeof(struct imx_ahcisata_softc),
98 struct imx_ahcisata_softc * const sc = device_private(self);
203 imx_ahcisata_phy_ctrl(struct imx_ahcisata_softc *sc, uint32_t bitmask, int on)
229 imx_ahcisata_phy_addr(struct imx_ahcisata_softc *sc, uint32_t addr)
244 imx_ahcisata_phy_write(struct imx_ahcisata_softc *sc, uint32_t addr,
273 imx_ahcisata_phy_read(struct imx_ahcisata_softc *sc, uint32_t addr)
376 imx_ahcisata_init(struct imx_ahcisata_softc *sc)
465 imx_ahcisata_init_clocks(struct imx_ahcisata_softc *sc)