Searched refs:msel (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c304 sc->msel = NULL;
1086 if (sc->msel)
1087 sc->msel(sc);
2253 if (sc->msel) sc->msel(sc);
H A Dif_fe_cbus.c473 sc->msel = fe_msel_965;
H A Dif_fe_isa.c296 sc->msel = fe_msel_965;
300 sc->msel = fe_msel_fmv184;
485 /* JLI sub-probe and msel hook for ICL Ethernet. */
564 /* I'm not sure the following msel hook is required by all
566 sc->msel = fe_msel_icl;
774 sc->msel = fe_msel_965;
H A Dif_fevar.h116 void (* msel)(struct fe_softc *); /* media selector. */ member in struct:fe_softc
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dlbc.c307 regval |= (sc->sc_banks[i].msel << 5);
317 switch (sc->sc_banks[i].msel) {
606 sc->sc_banks[bank].msel = LBCRES_MSEL_GPCM;
H A Dlbc.h100 uint8_t msel; /* machine select */ member in struct:lbc_bank
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_manager.c127 int msel; member in struct:cfgmgr_mode
200 int msel; local
206 msel = READ4(sc, FPGAMGR_STAT);
207 msel >>= STAT_MSEL_SHIFT;
208 msel &= STAT_MSEL_MASK;
211 for (i = 0; cfgmgr_modes[i].msel != -1; i++) {
212 if (msel == cfgmgr_modes[i].msel) {

Completed in 104 milliseconds