HomeSort by: relevance | last modified time | path
    Searched refs:pq3obio_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/include/booke/
obiovar.h 43 struct pq3obio_softc { struct
52 void lbc_lock(struct pq3obio_softc *);
53 void lbc_unlock(struct pq3obio_softc *);
54 uint32_t lbc_read_4(struct pq3obio_softc *, bus_size_t);
55 void lbc_write_4(struct pq3obio_softc *, bus_size_t, uint32_t size);
  /src/sys/arch/powerpc/booke/dev/
pq3nandfcm.c 71 struct pq3obio_softc *sc_obio;
85 struct pq3obio_softc * const psc = device_private(parent);
102 struct pq3obio_softc * const psc = device_private(parent);
pq3obio.c 60 CFATTACH_DECL_NEW(pq3obio, sizeof(struct pq3obio_softc),
98 struct pq3obio_softc * const sc = device_private(parent);
176 struct pq3obio_softc * const sc = device_private(self);

Completed in 14 milliseconds