efa_softc
struct efa_softc *sc = device_private(self);
efa_attach_channel(struct efa_softc *sc, int chnum)
struct efa_softc *sc = arg;
efa_set_opts(struct efa_softc *sc)
struct efa_softc *sc = (struct efa_softc *)arg;
struct efa_softc *sc = (struct efa_softc *)arg;
efa_mapbase(struct efa_softc *sc)
efa_mapreg_gayle(struct efa_softc *sc)
efa_mapreg_native(struct efa_softc *sc)
struct efa_softc *sc;
efa_select_regset(struct efa_softc *sc, int chnum, uint8_t piomode)
static void efa_set_opts(struct efa_softc *sc);
static bool efa_mapbase(struct efa_softc *sc);
static bool efa_mapreg_gayle(struct efa_softc *sc);
static bool efa_mapreg_native(struct efa_softc *sc);
static void efa_attach_channel(struct efa_softc *sc, int i);
static void efa_select_regset(struct efa_softc *sc, int chnum,
CFATTACH_DECL_NEW(efa, sizeof(struct efa_softc),