Searched refs:scx_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/sociox/
H A Dif_scx.c453 struct scx_softc { struct
558 CFATTACH_DECL_NEW(scx_fdt, sizeof(struct scx_softc),
561 CFATTACH_DECL_NEW(scx_acpi, sizeof(struct scx_softc),
564 static void scx_attach_i(struct scx_softc *);
565 static void scx_reset(struct scx_softc *);
569 static void scx_set_rcvfilt(struct scx_softc *);
573 static void txreap(struct scx_softc *);
574 static void rxfill(struct scx_softc *);
575 static int add_rxbuf(struct scx_softc *, int);
576 static void rxdrain(struct scx_softc *s
[all...]

Completed in 212 milliseconds