cfg               129 arch/i386/pci/via8231.c #define VIA8231_SET_TRIGGER_CNFG(reg, clink, cfg) \
cfg               130 arch/i386/pci/via8231.c 	(((reg) & ~(1 << (3 - (clink & 3)))) | ((cfg) << (3 - (clink & 3))))
cfg               136 arch/i386/pci/via8231.c #define VIA8231_SET_ROUTING_CNFG(reg, pirq, cfg) \
cfg               139 arch/i386/pci/via8231.c 	    (((cfg) & via8231_routing_cnfg[(pirq)].mask) << \
cfg              2063 dev/ic/advlib.c 	u_int16_t       cfg;
cfg              2065 dev/ic/advlib.c 	cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh);
cfg              2066 dev/ic/advlib.c 	ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg & (~ASC_CFG0_HOST_INT_ON));
cfg              2075 dev/ic/advlib.c 	u_int16_t       cfg;
cfg              2077 dev/ic/advlib.c 	cfg = ASC_GET_CHIP_CFG_LSW(iot, ioh);
cfg              2078 dev/ic/advlib.c 	ASC_SET_CHIP_CFG_LSW(iot, ioh, cfg | ASC_CFG0_HOST_INT_ON);
cfg               484 dev/ic/adw.c   	sc->cfg.lib_version = (ADW_LIB_VERSION_MAJOR << 8) |
cfg               486 dev/ic/adw.c   	sc->cfg.chip_version =
cfg               285 dev/ic/adwlib.c 			if (sc->cfg.pci_slot_info != 0) {
cfg               364 dev/ic/adwlib.c 	sc->cfg.disc_enable = eep_config.disc_enable;
cfg               372 dev/ic/adwlib.c 	sc->cfg.serial1 = eep_config.serial_number[0];
cfg               373 dev/ic/adwlib.c 	sc->cfg.serial2 = eep_config.serial_number[1];
cfg               374 dev/ic/adwlib.c 	sc->cfg.serial3 = eep_config.serial_number[2];
cfg               450 dev/ic/adwlib.c 		sc->cfg.termination = 0;	/* auto termination */
cfg               454 dev/ic/adwlib.c 			sc->cfg.termination |= ADW_TERM_CTL_L;
cfg               457 dev/ic/adwlib.c 			sc->cfg.termination |= ADW_TERM_CTL_H;
cfg               460 dev/ic/adwlib.c 			sc->cfg.termination |= ADW_TERM_CTL_SEL;
cfg               499 dev/ic/adwlib.c 			sc->cfg.termination = termination;
cfg               503 dev/ic/adwlib.c 			sc->cfg.termination = termination;
cfg               507 dev/ic/adwlib.c 			sc->cfg.termination = termination | ADW_TERM_LVD_HI;
cfg               511 dev/ic/adwlib.c 			sc->cfg.termination = termination | ADW_TERM_LVD;
cfg               518 dev/ic/adwlib.c 			sc->cfg.termination = termination;
cfg               621 dev/ic/adwlib.c 	ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_VERSION_DATE, sc->cfg.mcode_date);
cfg               622 dev/ic/adwlib.c 	ADW_READ_WORD_LRAM(iot, ioh, ADW_MC_VERSION_NUM, sc->cfg.mcode_version);
cfg               630 dev/ic/adwlib.c 	if (sc->cfg.control_flag & CONTROL_FLAG_IGNORE_PERR) {
cfg               774 dev/ic/adwlib.c 							sc->cfg.disc_enable);
cfg               781 dev/ic/adwlib.c 							sc->cfg.disc_enable);
cfg               807 dev/ic/adwlib.c 		error_code = AdwASC3550Cabling(iot, ioh, &sc->cfg);
cfg               811 dev/ic/adwlib.c 		error_code = AdwASC38C0800Cabling(iot, ioh, &sc->cfg);
cfg               815 dev/ic/adwlib.c 		error_code = AdwASC38C1600Cabling(iot, ioh, &sc->cfg);
cfg              1177 dev/ic/adwlib.c AdwASC3550Cabling(iot, ioh, cfg)
cfg              1180 dev/ic/adwlib.c 	ADW_DVC_CFG *cfg;
cfg              1229 dev/ic/adwlib.c 	if (cfg->termination == 0) {
cfg              1236 dev/ic/adwlib.c 		cfg->termination |= ADW_TERM_CTL_SEL;
cfg              1242 dev/ic/adwlib.c 				cfg->termination |=
cfg              1249 dev/ic/adwlib.c 				cfg->termination |= ADW_TERM_CTL_H;
cfg              1269 dev/ic/adwlib.c 	scsi_cfg1 |= (ADW_TERM_CTL_SEL | (~cfg->termination & ADW_TERM_CTL));
cfg              1302 dev/ic/adwlib.c AdwASC38C0800Cabling(iot, ioh, cfg)
cfg              1305 dev/ic/adwlib.c 	ADW_DVC_CFG *cfg;
cfg              1354 dev/ic/adwlib.c 	if ((cfg->termination & ADW_TERM_SE) == 0) {
cfg              1359 dev/ic/adwlib.c 				cfg->termination |= ADW_TERM_SE;
cfg              1364 dev/ic/adwlib.c 				cfg->termination |= ADW_TERM_SE_HI;
cfg              1369 dev/ic/adwlib.c 	if ((cfg->termination & ADW_TERM_LVD) == 0) {
cfg              1374 dev/ic/adwlib.c 				cfg->termination |= ADW_TERM_LVD;
cfg              1391 dev/ic/adwlib.c 	scsi_cfg1 |= (~cfg->termination & 0xF0);
cfg              1431 dev/ic/adwlib.c AdwASC38C1600Cabling(iot, ioh, cfg)
cfg              1434 dev/ic/adwlib.c 	ADW_DVC_CFG *cfg;
cfg              1486 dev/ic/adwlib.c 	if ((cfg->termination & ADW_TERM_SE) == 0) {
cfg              1491 dev/ic/adwlib.c 				cfg->termination |= ADW_TERM_SE;
cfg              1502 dev/ic/adwlib.c 					cfg->termination |= ADW_TERM_SE_HI;
cfg              1516 dev/ic/adwlib.c 	scsi_cfg1 |= (~cfg->termination & ADW_TERM_SE);
cfg               793 dev/ic/adwlib.h   ADW_DVC_CFG cfg; /* temporary configuration structure  */
cfg               155 dev/ic/ciss.c  	    (u_int32_t *)&sc->cfg, sizeof(sc->cfg) / 4);
cfg               157 dev/ic/ciss.c  	if (sc->cfg.signature != CISS_SIGNATURE) {
cfg               158 dev/ic/ciss.c  		printf(": bad sign 0x%08x\n", sc->cfg.signature);
cfg               162 dev/ic/ciss.c  	if (!(sc->cfg.methods & CISS_METH_SIMPL)) {
cfg               163 dev/ic/ciss.c  		printf(": not simple 0x%08x\n", sc->cfg.methods);
cfg               167 dev/ic/ciss.c  	sc->cfg.rmethod = CISS_METH_SIMPL;
cfg               168 dev/ic/ciss.c  	sc->cfg.paddr_lim = 0;			/* 32bit addrs */
cfg               169 dev/ic/ciss.c  	sc->cfg.int_delay = 0;			/* disable coalescing */
cfg               170 dev/ic/ciss.c  	sc->cfg.int_count = 0;
cfg               171 dev/ic/ciss.c  	strlcpy(sc->cfg.hostname, "HUMPPA", sizeof(sc->cfg.hostname));
cfg               172 dev/ic/ciss.c  	sc->cfg.driverf |= CISS_DRV_PRF;	/* enable prefetch */
cfg               173 dev/ic/ciss.c  	if (!sc->cfg.maxsg)
cfg               174 dev/ic/ciss.c  		sc->cfg.maxsg = MAXPHYS / PAGE_SIZE;
cfg               177 dev/ic/ciss.c  	    (u_int32_t *)&sc->cfg, sizeof(sc->cfg) / 4);
cfg               178 dev/ic/ciss.c  	bus_space_barrier(sc->iot, sc->cfg_ioh, sc->cfgoff, sizeof(sc->cfg),
cfg               199 dev/ic/ciss.c  	    (u_int32_t *)&sc->cfg, sizeof(sc->cfg) / 4);
cfg               201 dev/ic/ciss.c  	if (!(sc->cfg.amethod & CISS_METH_SIMPL)) {
cfg               202 dev/ic/ciss.c  		printf(": cannot simplify 0x%08x\n", sc->cfg.amethod);
cfg               219 dev/ic/ciss.c  		    sc->cfg.amethod);
cfg               223 dev/ic/ciss.c  	sc->maxcmd = sc->cfg.maxcmd;
cfg               224 dev/ic/ciss.c  	sc->maxsg = sc->cfg.maxsg;
cfg                54 dev/ic/cissvar.h 	struct ciss_config cfg;
cfg              1208 dev/ic/fxp.c   	cbp = &sc->sc_ctrl->u.cfg;
cfg              1303 dev/ic/fxp.c   	    offsetof(struct fxp_ctrl, u.cfg));
cfg               102 dev/ic/fxpvar.h 		struct fxp_cb_config cfg;
cfg               182 dev/ic/fxpvar.h 	offsetof(struct fxp_ctrl, u.cfg), sizeof(struct fxp_cb_config), (p))
cfg               586 dev/ic/gem.c   	u_int32_t cfg;
cfg               589 dev/ic/gem.c   	cfg = bus_space_read_4(t, h, GEM_MAC_RX_CONFIG);
cfg               590 dev/ic/gem.c   	cfg &= ~GEM_MAC_RX_ENABLE;
cfg               591 dev/ic/gem.c   	bus_space_write_4(t, h, GEM_MAC_RX_CONFIG, cfg);
cfg               605 dev/ic/gem.c   	u_int32_t cfg;
cfg               608 dev/ic/gem.c   	cfg = bus_space_read_4(t, h, GEM_MAC_TX_CONFIG);
cfg               609 dev/ic/gem.c   	cfg &= ~GEM_MAC_TX_ENABLE;
cfg               610 dev/ic/gem.c   	bus_space_write_4(t, h, GEM_MAC_TX_CONFIG, cfg);
cfg              1272 dev/ic/mfi.c   	struct mfi_conf		*cfg;
cfg              1284 dev/ic/mfi.c   	cfg = malloc(sizeof *cfg, M_DEVBUF, M_WAITOK);
cfg              1285 dev/ic/mfi.c   	if (mfi_mgmt(sc, MD_DCMD_CONF_GET, MFI_DATA_IN, sizeof *cfg, cfg, NULL))
cfg              1289 dev/ic/mfi.c   	bi->bi_novol = cfg->mfc_no_ld + cfg->mfc_no_hs;
cfg              1294 dev/ic/mfi.c   	free(cfg, M_DEVBUF);
cfg              1388 dev/ic/mfi.c   	struct mfi_conf		*cfg;
cfg              1405 dev/ic/mfi.c   	cfg = malloc(sizeof *cfg, M_DEVBUF, M_WAITOK);
cfg              1406 dev/ic/mfi.c   	if (mfi_mgmt(sc, MD_DCMD_CONF_GET, MFI_DATA_IN, sizeof *cfg, cfg, NULL))
cfg              1409 dev/ic/mfi.c   	size = cfg->mfc_size;
cfg              1410 dev/ic/mfi.c   	free(cfg, M_DEVBUF);
cfg              1413 dev/ic/mfi.c   	cfg = malloc(size, M_DEVBUF, M_WAITOK);
cfg              1414 dev/ic/mfi.c   	memset(cfg, 0, size);
cfg              1415 dev/ic/mfi.c   	if (mfi_mgmt(sc, MD_DCMD_CONF_GET, MFI_DATA_IN, size, cfg, NULL))
cfg              1418 dev/ic/mfi.c   	ar = cfg->mfc_array;
cfg              1422 dev/ic/mfi.c   	    ((uint8_t *)cfg) + offsetof(struct mfi_conf, mfc_array) +
cfg              1423 dev/ic/mfi.c   	    cfg->mfc_array_size * cfg->mfc_no_array);
cfg              1427 dev/ic/mfi.c   	if (vol >= cfg->mfc_no_ld) {
cfg              1498 dev/ic/mfi.c   	free(cfg, M_DEVBUF);
cfg              1680 dev/ic/mfi.c   	struct mfi_conf		*cfg;
cfg              1699 dev/ic/mfi.c   	cfg = malloc(sizeof *cfg, M_DEVBUF, M_WAITOK);
cfg              1700 dev/ic/mfi.c   	if (mfi_mgmt(sc, MD_DCMD_CONF_GET, MFI_DATA_IN, sizeof *cfg, cfg, NULL))
cfg              1703 dev/ic/mfi.c   	size = cfg->mfc_size;
cfg              1704 dev/ic/mfi.c   	free(cfg, M_DEVBUF);
cfg              1707 dev/ic/mfi.c   	cfg = malloc(size, M_DEVBUF, M_WAITOK);
cfg              1708 dev/ic/mfi.c   	memset(cfg, 0, size);
cfg              1709 dev/ic/mfi.c   	if (mfi_mgmt(sc, MD_DCMD_CONF_GET, MFI_DATA_IN, size, cfg, NULL))
cfg              1714 dev/ic/mfi.c   	    ((uint8_t *)cfg) + offsetof(struct mfi_conf, mfc_array) +
cfg              1715 dev/ic/mfi.c   	    cfg->mfc_array_size * cfg->mfc_no_array +
cfg              1716 dev/ic/mfi.c   	    cfg->mfc_ld_size * cfg->mfc_no_ld);
cfg              1718 dev/ic/mfi.c   	if (volid < cfg->mfc_no_ld)
cfg              1721 dev/ic/mfi.c   	if (volid > (cfg->mfc_no_ld + cfg->mfc_no_hs))
cfg              1725 dev/ic/mfi.c   	i = volid - cfg->mfc_no_ld;
cfg              1728 dev/ic/mfi.c   	    "hs %p cfg %p id %02x\n", DEVNAME(sc), i, volid, cfg->mfc_no_ld,
cfg              1729 dev/ic/mfi.c   	    cfg->mfc_no_hs, hs, cfg, hs[i].mhs_pd.mfp_id);
cfg              1770 dev/ic/mfi.c   	free(cfg, M_DEVBUF);
cfg              1494 dev/ic/smc83c170.c 	int cfg;
cfg              1547 dev/ic/smc83c170.c 		cfg = PHY_READ(miisc, MII_LXTPHY_CONFIG);
cfg              1552 dev/ic/smc83c170.c 			cfg |= (CONFIG_LEDC1 | CONFIG_LEDC0);
cfg              1557 dev/ic/smc83c170.c 			cfg &= ~(CONFIG_LEDC1 | CONFIG_LEDC0);
cfg              1559 dev/ic/smc83c170.c 		PHY_WRITE(miisc, MII_LXTPHY_CONFIG, cfg);
cfg               105 dev/ic/sti.c   int sti_fetchfonts(struct sti_screen *scr, struct sti_inqconfout *cfg,
cfg               161 dev/ic/sti.c   	struct sti_inqconfout cfg;
cfg               405 dev/ic/sti.c   	bzero(&cfg, sizeof(cfg));
cfg               407 dev/ic/sti.c   	cfg.ext = &ecfg;
cfg               408 dev/ic/sti.c   	if ((error = sti_inqcfg(scr, &cfg))) {
cfg               419 dev/ic/sti.c   	if (cfg.owidth == cfg.width &&
cfg               420 dev/ic/sti.c   	    cfg.oheight == cfg.height)
cfg               424 dev/ic/sti.c   		scr->scr_cfg.oscr_width = cfg.owidth =
cfg               425 dev/ic/sti.c   		    cfg.fbwidth - cfg.width;
cfg               426 dev/ic/sti.c   		scr->scr_cfg.oscr_height = cfg.oheight =
cfg               427 dev/ic/sti.c   		    cfg.fbheight - cfg.height;
cfg               433 dev/ic/sti.c   	scr->fbheight = cfg.fbheight;
cfg               434 dev/ic/sti.c   	scr->fbwidth = cfg.fbwidth;
cfg               435 dev/ic/sti.c   	scr->oheight = cfg.oheight;
cfg               436 dev/ic/sti.c   	scr->owidth = cfg.owidth;
cfg               437 dev/ic/sti.c   	bcopy(cfg.name, scr->name, sizeof(scr->name));
cfg               447 dev/ic/sti.c   	    "crt=0x%x:0x%x:0x%x hw=0x%x:0x%x:0x%x\n", cfg.bpp,
cfg               448 dev/ic/sti.c   	    cfg.planes, cfg.attributes, STI_INQCONF_BITS,
cfg               452 dev/ic/sti.c   	scr->scr_bpp = cfg.bppu;
cfg               454 dev/ic/sti.c   	if ((error = sti_fetchfonts(scr, &cfg, dd->dd_fntaddr))) {
cfg               468 dev/ic/sti.c   	scr->scr_wsd.ncols = cfg.width / scr->scr_curfont.width;
cfg               469 dev/ic/sti.c   	scr->scr_wsd.nrows = cfg.height / scr->scr_curfont.height;
cfg               555 dev/ic/sti.c   sti_fetchfonts(struct sti_screen *scr, struct sti_inqconfout *cfg,
cfg               623 dev/ic/sti.c   	if (size <= cfg->fbheight *
cfg               624 dev/ic/sti.c   	    (cfg->fbwidth - cfg->width - cfg->owidth)) {
cfg               631 dev/ic/sti.c   		scr->scr_fontmaxcol = cfg->fbheight / fp->height;
cfg               632 dev/ic/sti.c   		scr->scr_fontbase = cfg->width + cfg->owidth;
cfg                75 dev/ic/vga.c   	struct vga_config *cfg;
cfg               398 dev/ic/vga.c   	scr->cfg = vc;
cfg               698 dev/ic/vga.c   	struct vga_config *vc = vs->cfg;
cfg               748 dev/ic/vga.c   	struct vga_config *vc = scr->cfg;
cfg               966 dev/ic/vga.c   	struct vga_config *vc = scr->cfg;
cfg              1001 dev/ic/vga.c   	struct vga_config *vc = scr->cfg;
cfg              1054 dev/ic/vga.c   			vga_6845_write(&scr->cfg->hdl, startadrh,
cfg              1056 dev/ic/vga.c   			vga_6845_write(&scr->cfg->hdl, startadrl,
cfg              1284 dev/ic/vga.c   		vga_scrollback(scr->cfg, scr, 0);
cfg                66 dev/isa/ega.c  	struct ega_config *cfg;
cfg               370 dev/isa/ega.c  	scr->cfg = vc;
cfg               654 dev/isa/ega.c  	struct ega_config *vc = vs->cfg;
cfg               703 dev/isa/ega.c  	struct ega_config *vc = scr->cfg;
cfg               874 dev/isa/ega.c  	struct ega_config *vc = scr->cfg;
cfg               909 dev/isa/ega.c  	struct ega_config *vc = scr->cfg;
cfg               960 dev/isa/ega.c  			vga_6845_write(&scr->cfg->hdl, startadrh,
cfg               962 dev/isa/ega.c  			vga_6845_write(&scr->cfg->hdl, startadrl,
cfg               164 dev/isa/if_ef_isapnp.c 	u_int32_t cfg;
cfg               191 dev/isa/if_ef_isapnp.c 	cfg = bus_space_read_4(iot, ioh, EP_W3_INTERNAL_CONFIG);
cfg               192 dev/isa/if_ef_isapnp.c 	cfg &= ~(0x00f00000);
cfg               193 dev/isa/if_ef_isapnp.c 	cfg |= (0x06 << 20);
cfg               194 dev/isa/if_ef_isapnp.c 	bus_space_write_4(iot, ioh, EP_W3_INTERNAL_CONFIG, cfg);
cfg               149 dev/pci/adw_pci.c 		sc->cfg.control_flag |= CONTROL_FLAG_IGNORE_PERR;
cfg               810 dev/pci/if_cas.c 	u_int32_t cfg;
cfg               813 dev/pci/if_cas.c 	cfg = bus_space_read_4(t, h, CAS_MAC_RX_CONFIG);
cfg               814 dev/pci/if_cas.c 	cfg &= ~CAS_MAC_RX_ENABLE;
cfg               815 dev/pci/if_cas.c 	bus_space_write_4(t, h, CAS_MAC_RX_CONFIG, cfg);
cfg               829 dev/pci/if_cas.c 	u_int32_t cfg;
cfg               832 dev/pci/if_cas.c 	cfg = bus_space_read_4(t, h, CAS_MAC_TX_CONFIG);
cfg               833 dev/pci/if_cas.c 	cfg &= ~CAS_MAC_TX_ENABLE;
cfg               834 dev/pci/if_cas.c 	bus_space_write_4(t, h, CAS_MAC_TX_CONFIG, cfg);
cfg              8024 dev/pci/pciide.c 	pcireg_t cfg, modectl;
cfg              8032 dev/pci/pciide.c 	cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG);
cfg              8035 dev/pci/pciide.c 	    sc->sc_wdcdev.sc_dev.dv_xname, cfg & IT_CFG_MASK,
cfg              8076 dev/pci/pciide.c 	cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG);
cfg              8079 dev/pci/pciide.c 	    sc->sc_wdcdev.sc_dev.dv_xname, cfg & IT_CFG_MASK,
cfg              8092 dev/pci/pciide.c 	pcireg_t cfg, modectl;
cfg              8095 dev/pci/pciide.c 	cfg = pci_conf_read(sc->sc_pc, sc->sc_tag, IT_CFG);
cfg              8124 dev/pci/pciide.c 			    (cfg & IT_CFG_CABLE(channel, drive)) == 0) {
cfg              8169 dev/pci/pciide.c 			cfg |= IT_CFG_IORDY(channel);
cfg              8175 dev/pci/pciide.c 	pci_conf_write(sc->sc_pc, sc->sc_tag, IT_CFG, cfg);
cfg               407 dev/usb/ucycom.c 	uint8_t cfg;
cfg               438 dev/usb/ucycom.c 		cfg = sc->sc_cfg;
cfg               440 dev/usb/ucycom.c 		cfg = 0;
cfg               443 dev/usb/ucycom.c 			cfg |= UCYCOM_DATA_BITS_8;
cfg               446 dev/usb/ucycom.c 			cfg |= UCYCOM_DATA_BITS_7;
cfg               449 dev/usb/ucycom.c 			cfg |= UCYCOM_DATA_BITS_6;
cfg               452 dev/usb/ucycom.c 			cfg |= UCYCOM_DATA_BITS_5;
cfg               457 dev/usb/ucycom.c 		cfg |= ISSET(t->c_cflag, CSTOPB) ?
cfg               459 dev/usb/ucycom.c 		cfg |= ISSET(t->c_cflag, PARENB) ?
cfg               461 dev/usb/ucycom.c 		cfg |= ISSET(t->c_cflag, PARODD) ?
cfg               466 dev/usb/ucycom.c 	    5 + (cfg & UCYCOM_DATA_MASK),
cfg               467 dev/usb/ucycom.c 	    (cfg & UCYCOM_PARITY_MASK) ?
cfg               468 dev/usb/ucycom.c 		((cfg & UCYCOM_PARITY_TYPE_MASK) ? 'O' : 'E') : 'N',
cfg               469 dev/usb/ucycom.c 	    (cfg & UCYCOM_STOP_MASK) ? 2 : 1, cfg));
cfg               475 dev/usb/ucycom.c 	report[4] = cfg;
cfg               576 dev/usb/ucycom.c 	int err, cfg, baud;
cfg               581 dev/usb/ucycom.c 	cfg = report[4];
cfg               584 dev/usb/ucycom.c 	    5 + (cfg & UCYCOM_DATA_MASK),
cfg               585 dev/usb/ucycom.c 	    (cfg & UCYCOM_PARITY_MASK) ?
cfg               586 dev/usb/ucycom.c 		((cfg & UCYCOM_PARITY_TYPE_MASK) ? 'O' : 'E') : 'N',
cfg               587 dev/usb/ucycom.c 	    (cfg & UCYCOM_STOP_MASK) ? 2 : 1, cfg));
cfg               382 dev/usb/usbf.c 	usbf_config_handle cfg = dev->config;
cfg               385 dev/usb/usbf.c 	u_int8_t old = cfg ? cfg->uc_cdesc->bConfigurationValue :
cfg               411 dev/usb/usbf.c 	SIMPLEQ_FOREACH(cfg, &dev->configs, next) {
cfg               412 dev/usb/usbf.c 		if (cfg->uc_cdesc->bConfigurationValue == new) {
cfg               414 dev/usb/usbf.c 				err = fun->methods->set_config(fun, cfg);
cfg               416 dev/usb/usbf.c 				dev->config = cfg;
cfg               432 dev/usb/usbf.c 	usbf_config_handle cfg;
cfg               464 dev/usb/usbf.c 		if ((cfg = dev->config) == NULL) {
cfg               468 dev/usb/usbf.c 			data = &cfg->uc_cdesc->bConfigurationValue;
cfg               497 dev/usb/usbf.c 		if ((cfg = dev->config) == NULL)
cfg               500 dev/usb/usbf.c 			err = usbf_set_endpoint_feature(cfg, index, value);
cfg               506 dev/usb/usbf.c 		if ((cfg = dev->config) == NULL)
cfg               509 dev/usb/usbf.c 			err = usbf_clear_endpoint_feature(cfg, index, value);
cfg               734 dev/usb/usbf_subr.c usbf_config_endpoint(usbf_config_handle cfg, u_int8_t address)
cfg               739 dev/usb/usbf_subr.c 	SIMPLEQ_FOREACH(iface, &cfg->iface_head, next) {
cfg               759 dev/usb/usbf_subr.c usbf_set_endpoint_feature(usbf_config_handle cfg, u_int8_t address,
cfg               765 dev/usb/usbf_subr.c 	    " value=%#x\n", cfg, address, value));
cfg               767 dev/usb/usbf_subr.c 	ep = usbf_config_endpoint(cfg, address);
cfg               782 dev/usb/usbf_subr.c usbf_clear_endpoint_feature(usbf_config_handle cfg, u_int8_t address,
cfg               788 dev/usb/usbf_subr.c 	    " value=%#x\n", cfg, address, value));
cfg               790 dev/usb/usbf_subr.c 	ep = usbf_config_endpoint(cfg, address);
cfg               265 scsi/ses.c     	struct ses_config_hdr		*cfg;
cfg               298 scsi/ses.c     	cfg = (struct ses_config_hdr *)buf;
cfg               299 scsi/ses.c     	if (cfg->pgcode != cmd.pgcode || betoh16(cfg->length) > SES_BUFLEN) {
cfg               305 scsi/ses.c     	    cfg->n_subenc, betoh16(cfg->length));
cfg               308 scsi/ses.c     	for (i = 0; i <= cfg->n_subenc; i++) {