Searched refs:mvsoc_softc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/arm/marvell/ |
H A D | mvsocvar.h | 33 struct mvsoc_softc { struct 147 int mvsoc_target_dump(struct mvsoc_softc *); 148 int mvsoc_attr_dump(struct mvsoc_softc *, uint32_t, uint32_t);
|
H A D | armadaxpvar.h | 42 extern int armadaxp_attr_dump(struct mvsoc_softc *, uint32_t, uint32_t);
|
H A D | mvsoc.c | 1023 CFATTACH_DECL_NEW(mvsoc, sizeof(struct mvsoc_softc), 1038 struct mvsoc_softc *sc = device_private(self); in mvsoc_attach() 1460 mvsoc_target_dump(struct mvsoc_softc *sc) in mvsoc_target_dump() 1493 mvsoc_attr_dump(struct mvsoc_softc *sc, uint32_t target, uint32_t attr) in mvsoc_attr_dump()
|
H A D | pci_machdep.c | 448 struct mvsoc_softc *soc =
|
H A D | armadaxp.c | 1170 armadaxp_attr_dump(struct mvsoc_softc *sc, uint32_t target, uint32_t attr) in armadaxp_attr_dump()
|