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

/freebsd-10-stable/sys/arm/ti/twl/
H A Dtwl.c101 unsigned int sc_type; member in struct:twl_softc
139 return (sc->sc_type == TWL_DEVICE_4030);
146 return (sc->sc_type == TWL_DEVICE_6025);
153 return (sc->sc_type == TWL_DEVICE_6030);
364 sc->sc_type = TWL_DEVICE_UNKNOWN;
368 sc->sc_type = TWL_DEVICE_6030;
370 sc->sc_type = TWL_DEVICE_6025;
372 sc->sc_type = TWL_DEVICE_4030;
374 if (sc->sc_type != TWL_DEVICE_UNKNOWN)
383 switch (sc->sc_type) {
[all...]
/freebsd-10-stable/sys/dev/iicbus/
H A Dds133x.c84 int sc_type; member in struct:ds133x_softc
117 ds133x_detect(device_t dev, int *sc_type) argument
146 *sc_type = DS1338;
175 *sc_type = DS1339;
180 *sc_type = DS1337;
232 if ((error = ds133x_detect(dev, &sc->sc_type)))
235 switch (sc->sc_type) {
259 if (sc->sc_type == DS1338)
304 if (sc->sc_type == DS1338)
331 if (sc->sc_type
[all...]
/freebsd-10-stable/sys/dev/powermac_nvram/
H A Dpowermac_nvramvar.h57 int sc_type; member in struct:powermac_nvram_softc
H A Dpowermac_nvram.c149 sc->sc_type = FLASH_TYPE_AMD;
151 sc->sc_type = FLASH_TYPE_SM;
501 if (sc->sc_type == FLASH_TYPE_AMD)
513 if (sc->sc_type == FLASH_TYPE_AMD)
/freebsd-10-stable/sys/dev/si/
H A Dsivar.h43 int sc_type; /* adapter type */ member in struct:si_softc
H A Dsi_pci.c73 sc->sc_type = SIPCI;
77 sc->sc_type = SIJETPCI;
H A Dsi.c290 sc->sc_typename = si_type[sc->sc_type];
314 switch (sc->sc_type) {
341 if (SI_ISJET(sc->sc_type)) {
360 switch (sc->sc_type) {
434 sc->sc_type = SIEMPTY;
437 if (SI_ISJET(sc->sc_type)) {
455 si_type[sc->sc_type]);
576 ccbp->type, si_modulename(sc->sc_type, ccbp->type),
577 uart_type, si_modulename(sc->sc_type, uart_type));
598 si_modulename(sc->sc_type, uart_typ
[all...]
H A Dsi_eisa.c74 sc->sc_type = SIEISA;
H A Dsi_isa.c248 sc->sc_type = type;
/freebsd-10-stable/sys/geom/concat/
H A Dg_concat.h79 u_int sc_type; /* provider type */ member in struct:g_concat_softc
H A Dg_concat.c424 if (sc->sc_type == G_CONCAT_TYPE_AUTOMATIC)
518 if (sc->sc_type == G_CONCAT_TYPE_AUTOMATIC) {
592 sc->sc_type = type;
723 if (sc->sc_type != G_CONCAT_TYPE_AUTOMATIC)
971 switch (sc->sc_type) {
/freebsd-10-stable/sys/geom/shsec/
H A Dg_shsec.h71 u_int sc_type; /* provider type */ member in struct:g_shsec_softc
/freebsd-10-stable/sys/geom/stripe/
H A Dg_stripe.h71 u_int sc_type; /* provider type */ member in struct:g_stripe_softc
H A Dg_stripe.c688 if (sc->sc_type == G_STRIPE_TYPE_AUTOMATIC)
695 if (sc->sc_type == G_STRIPE_TYPE_AUTOMATIC)
786 if (sc->sc_type == G_STRIPE_TYPE_AUTOMATIC) {
870 sc->sc_type = type;
1000 if (sc->sc_type != G_STRIPE_TYPE_AUTOMATIC)
1250 switch (sc->sc_type) {
/freebsd-10-stable/sys/dev/usb/net/
H A Duhso.c82 uint32_t sc_type; /* Interface definition */ member in struct:uhso_softc
594 CTLFLAG_RD, uhso_port[UHSO_IFACE_PORT(sc->sc_type)], 0,
604 device_set_desc_copy(self, uhso_port_type[UHSO_IFACE_PORT_TYPE(sc->sc_type)]);
607 uhso_port_type[UHSO_IFACE_PORT_TYPE(sc->sc_type)],
628 if (UHSO_IFACE_USB_TYPE(sc->sc_type) & UHSO_IF_MUX)
631 port = UHSO_IFACE_PORT_TYPE(sc->sc_type);
898 sc->sc_type = type;
914 sc->sc_type = UHSO_IFACE_SPEC(
1361 if (!(UHSO_IFACE_USB_TYPE(sc->sc_type) & UHSO_IF_BULK))
1447 if (!(UHSO_IFACE_USB_TYPE(sc->sc_type)
[all...]
/freebsd-10-stable/sys/geom/cache/
H A Dg_cache.h67 int sc_type; member in struct:g_cache_softc
H A Dg_cache.c507 sc->sc_type = type;
829 if (sc->sc_type != G_CACHE_TYPE_AUTOMATIC)
/freebsd-10-stable/sys/arm/mv/
H A Dmv_pci.c311 int sc_type; member in struct:mv_pcib_softc
438 sc->sc_type = MV_TYPE_PCIE;
443 sc->sc_type = MV_TYPE_PCI;
926 if (!sc->sc_type != MV_TYPE_PCI)
950 ca = (sc->sc_type != MV_TYPE_PCI) ?
952 cd = (sc->sc_type != MV_TYPE_PCI) ?
985 ca = (sc->sc_type != MV_TYPE_PCI) ?
987 cd = (sc->sc_type != MV_TYPE_PCI) ?
1017 return ((sc->sc_type != MV_TYPE_PCI) ? 1 : PCI_SLOTMAX);
/freebsd-10-stable/lib/libthr/thread/
H A Dthr_sleepq.c44 int sc_type; member in struct:sleepqueue_chain
/freebsd-10-stable/sys/geom/journal/
H A Dg_journal.h122 uint8_t sc_type; member in struct:g_journal_softc
H A Dg_journal.c2221 else if (sc != NULL && (sc->sc_type & md->md_type) != 0) {
2242 sc->sc_type = 0;
2289 sc->sc_type |= md->md_type;
2346 if ((sc->sc_type & GJ_TYPE_COMPLETE) != GJ_TYPE_COMPLETE) {
2515 if ((sc->sc_type & GJ_TYPE_COMPLETE) != GJ_TYPE_COMPLETE)
2833 if ((sc->sc_type & GJ_TYPE_COMPLETE) != GJ_TYPE_COMPLETE)
2945 if ((sc->sc_type & GJ_TYPE_COMPLETE) == GJ_TYPE_COMPLETE &&
/freebsd-10-stable/sys/dev/de/
H A Dif_devar.h714 tulip_srom_connection_t sc_type; member in struct:__anon1169
H A Dif_de.c2404 if (tulip_srom_conninfo[idx2].sc_type == sc->tulip_conntype
2405 || tulip_srom_conninfo[idx2].sc_type == TULIP_SROM_CONNTYPE_NOT_USED)

Completed in 244 milliseconds