rkpciephy_softc
struct rkpciephy_softc * const sc = device_private(dev);
struct rkpciephy_softc *sc = device_private(self);
rkpcie_phy_poweron(struct rkpciephy_softc *sc, u_int lane)
CFATTACH_DECL_NEW(rkpciephy, sizeof(struct rkpciephy_softc),
static void rkpcie_phy_poweron(struct rkpciephy_softc *, u_int);
struct rkpciephy_softc * const sc = device_private(dev);