pxaohci_softc
struct pxaohci_softc *sc = device_private(self);
struct pxaohci_softc *sc = (struct pxaohci_softc *)arg;
pxaohci_enable(struct pxaohci_softc *sc)
pxaohci_disable(struct pxaohci_softc *sc)
CFATTACH_DECL2_NEW(pxaohci, sizeof(struct pxaohci_softc),
static void pxaohci_enable(struct pxaohci_softc *);
static void pxaohci_disable(struct pxaohci_softc *);
struct pxaohci_softc *sc = device_private(self);