sc_config 49 dev/i2c/ad741x.c u_int8_t sc_config;
sc_config 120 dev/i2c/ad741x.c sc->sc_config = data;
sc_config 167 dev/i2c/ad741x.c reg = (sc->sc_config & AD741X_CONFMASK) | (0 << 5);
sc_config 212 dev/ic/an.c buflen = sizeof(sc->sc_config);
sc_config 213 dev/ic/an.c if (an_read_rid(sc, AN_RID_GENCONFIG, &sc->sc_config, &buflen) != 0) {
sc_config 218 dev/ic/an.c an_swap16((u_int16_t *)&sc->sc_config.an_macaddr, 3);
sc_config 263 dev/ic/an.c if (sc->sc_config.an_radiotype & AN_RADIOTYPE_80211_FH)
sc_config 265 dev/ic/an.c else if (sc->sc_config.an_radiotype & AN_RADIOTYPE_80211_DS)
sc_config 267 dev/ic/an.c else if (sc->sc_config.an_radiotype & AN_RADIOTYPE_LM2000_DS)
sc_config 270 dev/ic/an.c printf("unknown (%x)", sc->sc_config.an_radiotype);
sc_config 979 dev/ic/an.c IEEE80211_ADDR_COPY(sc->sc_config.an_macaddr, ic->ic_myaddr);
sc_config 980 dev/ic/an.c an_swap16((u_int16_t *)&sc->sc_config.an_macaddr, 3);
sc_config 981 dev/ic/an.c sc->sc_config.an_scanmode = AN_SCANMODE_ACTIVE;
sc_config 982 dev/ic/an.c sc->sc_config.an_authtype = AN_AUTHTYPE_OPEN; /*XXX*/
sc_config 984 dev/ic/an.c sc->sc_config.an_authtype |=
sc_config 987 dev/ic/an.c sc->sc_config.an_listen_interval = ic->ic_lintval;
sc_config 988 dev/ic/an.c sc->sc_config.an_beacon_period = ic->ic_lintval;
sc_config 990 dev/ic/an.c sc->sc_config.an_psave_mode = AN_PSAVE_PSP;
sc_config 992 dev/ic/an.c sc->sc_config.an_psave_mode = AN_PSAVE_CAM;
sc_config 993 dev/ic/an.c sc->sc_config.an_ds_channel =
sc_config 998 dev/ic/an.c sc->sc_config.an_opmode =
sc_config 1000 dev/ic/an.c sc->sc_config.an_rxmode = AN_RXMODE_BC_MC_ADDR;
sc_config 1003 dev/ic/an.c sc->sc_config.an_opmode = AN_OPMODE_IBSS_ADHOC;
sc_config 1004 dev/ic/an.c sc->sc_config.an_rxmode = AN_RXMODE_BC_MC_ADDR;
sc_config 1007 dev/ic/an.c sc->sc_config.an_opmode =
sc_config 1009 dev/ic/an.c sc->sc_config.an_rxmode =
sc_config 1011 dev/ic/an.c sc->sc_config.an_authtype = AN_AUTHTYPE_NONE;
sc_config 1013 dev/ic/an.c sc->sc_config.an_authtype |=
sc_config 1022 dev/ic/an.c sc->sc_config.an_rxmode |= AN_RXMODE_NO_8023_HEADER;
sc_config 1059 dev/ic/an.c if (an_write_rid(sc, AN_RID_GENCONFIG, &sc->sc_config,
sc_config 1060 dev/ic/an.c sizeof(sc->sc_config)) != 0) {
sc_config 1401 dev/ic/an.c prevauth = sc->sc_config.an_authtype;
sc_config 1405 dev/ic/an.c sc->sc_config.an_authtype = AN_AUTHTYPE_OPEN;
sc_config 1413 dev/ic/an.c sc->sc_config.an_authtype =
sc_config 1423 dev/ic/an.c if (error == 0 && prevauth != sc->sc_config.an_authtype)
sc_config 1540 dev/ic/an.c if (sc->sc_config.an_authtype & AN_AUTHTYPE_LEAP)
sc_config 1542 dev/ic/an.c else if (sc->sc_config.an_authtype & AN_AUTHTYPE_PRIVACY_IN_USE)
sc_config 137 dev/ic/anvar.h struct an_rid_genconfig sc_config;
sc_config 536 dev/ic/trm.c ((sc->sc_config & HCC_WIDE_CARD) != 0))
sc_config 2396 dev/ic/trm.c sc->sc_config = HCC_AUTOTERM | HCC_PARITY;
sc_config 2399 dev/ic/trm.c sc->sc_config |= HCC_WIDE_CARD;
sc_config 2402 dev/ic/trm.c sc->sc_config |= HCC_SCSI_RESET;
sc_config 2449 dev/ic/trm.c sc->sc_link.adapter_buswidth = ((sc->sc_config & HCC_WIDE_CARD) == 0) ? 8:16;
sc_config 2796 dev/ic/trm.c if ((sc->sc_config & HCC_PARITY) != 0) {
sc_config 197 dev/ic/trm.h u_int8_t sc_config;
sc_config 64 dev/usb/if_cdcef.c usbf_config_handle sc_config;
sc_config 171 dev/usb/if_cdcef.c err = usbf_add_config(dev, &sc->sc_config);
sc_config 176 dev/usb/if_cdcef.c err = usbf_add_interface(sc->sc_config, UICLASS_CDC,
sc_config 199 dev/usb/if_cdcef.c err = usbf_add_config_desc(sc->sc_config,
sc_config 209 dev/usb/if_cdcef.c err = usbf_end_config(sc->sc_config);
sc_config 194 dev/usb/ubt.c int sc_config; /* current config no */
sc_config 519 dev/usb/ubt.c err = usbd_set_interface(sc->sc_iface1, sc->sc_config);
sc_config 523 dev/usb/ubt.c sc->sc_dev.dv_xname, sc->sc_config, usbd_errstr(err), err);
sc_config 575 dev/usb/ubt.c sc->sc_dev.dv_xname, sc->sc_config);
sc_config 582 dev/usb/ubt.c sc->sc_dev.dv_xname, sc->sc_config);