imx_ahcisata_softc
imx_ahcisata_phy_ctrl(struct imx_ahcisata_softc *sc, uint32_t bitmask, int on)
imx_ahcisata_phy_addr(struct imx_ahcisata_softc *sc, uint32_t addr)
imx_ahcisata_phy_write(struct imx_ahcisata_softc *sc, uint32_t addr,
imx_ahcisata_phy_read(struct imx_ahcisata_softc *sc, uint32_t addr)
imx_ahcisata_init(struct imx_ahcisata_softc *sc)
imx_ahcisata_init_clocks(struct imx_ahcisata_softc *sc)
static int imx_ahcisata_init(struct imx_ahcisata_softc *);
static int imx_ahcisata_phy_ctrl(struct imx_ahcisata_softc *, uint32_t, int);
static int imx_ahcisata_phy_addr(struct imx_ahcisata_softc *, uint32_t);
static int imx_ahcisata_phy_write(struct imx_ahcisata_softc *, uint32_t, uint16_t);
static int imx_ahcisata_phy_read(struct imx_ahcisata_softc *, uint32_t);
static int imx_ahcisata_init_clocks(struct imx_ahcisata_softc *);
CFATTACH_DECL_NEW(imx_ahcisata, sizeof(struct imx_ahcisata_softc),
struct imx_ahcisata_softc * const sc = device_private(self);