HomeSort by: relevance | last modified time | path
    Searched defs:ixp425_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/xscale/
ixp425.c 45 struct ixp425_softc *ixp425_softc; variable in typeref:struct:ixp425_softc *
50 struct ixp425_softc *sc = device_private(self);
58 ixp425_softc = sc;
ixp425var.h 64 struct ixp425_softc { struct
127 extern struct ixp425_softc *ixp425_softc;
134 void ixp425_md_pci_init(struct ixp425_softc *);
137 void ixp425_pci_init(struct ixp425_softc *);
138 void ixp425_pci_dma_init(struct ixp425_softc *);
142 void ixp425_pci_conf_reg_write(struct ixp425_softc *, uint32_t, uint32_t);
143 uint32_t ixp425_pci_conf_reg_read(struct ixp425_softc *, uint32_t);

Completed in 11 milliseconds