conf 188 arch/i386/pci/gscpcib.c u_int32_t conf;
conf 191 arch/i386/pci/gscpcib.c conf = bus_space_read_4(sc->sc_gpio_iot, sc->sc_gpio_ioh,
conf 194 arch/i386/pci/gscpcib.c conf &= ~(GSCGPIO_CONF_OUTPUTEN | GSCGPIO_CONF_PUSHPULL |
conf 197 arch/i386/pci/gscpcib.c conf |= GSCGPIO_CONF_OUTPUTEN;
conf 199 arch/i386/pci/gscpcib.c conf |= GSCGPIO_CONF_PUSHPULL;
conf 201 arch/i386/pci/gscpcib.c conf |= GSCGPIO_CONF_PULLUP;
conf 203 arch/i386/pci/gscpcib.c GSCGPIO_CONF, conf);
conf 161 dev/i2c/i2c_scan.c u_int8_t conf;
conf 174 dev/i2c/i2c_scan.c conf = iicprobenc(LM75CONF);
conf 179 dev/i2c/i2c_scan.c if (conf == 0xff && temp == 0xffff && thyst == 0xffff)
conf 192 dev/i2c/i2c_scan.c if ((temp >> 8) == conf)
conf 258 dev/i2c/i2c_scan.c if (conf != iicprobenc(LM75CONF + i) ||
conf 245 dev/i2c/pca9554.c u_int32_t conf;
conf 248 dev/i2c/pca9554.c conf = bus_space_read_4(sc->sc_gpio_iot, sc->sc_gpio_ioh,
conf 251 dev/i2c/pca9554.c conf &= ~(GSCGPIO_CONF_OUTPUTEN | GSCGPIO_CONF_PUSHPULL |
conf 254 dev/i2c/pca9554.c conf |= GSCGPIO_CONF_OUTPUTEN;
conf 256 dev/i2c/pca9554.c conf |= GSCGPIO_CONF_PUSHPULL;
conf 258 dev/i2c/pca9554.c conf |= GSCGPIO_CONF_PULLUP;
conf 260 dev/i2c/pca9554.c GSCGPIO_CONF, conf);
conf 615 dev/ic/acx.c struct acx_config conf;
conf 618 dev/ic/acx.c error = acx_read_config(sc, &conf);
conf 622 dev/ic/acx.c error = acx_write_config(sc, &conf);
conf 647 dev/ic/acx.c acx_read_config(struct acx_softc *sc, struct acx_config *conf)
conf 661 dev/ic/acx.c conf->regdom = reg_dom.regdom;
conf 669 dev/ic/acx.c conf->antenna = ant.antenna;
conf 714 dev/ic/acx.c error = sc->chip_read_config(sc, conf);
conf 723 dev/ic/acx.c acx_write_config(struct acx_softc *sc, struct acx_config *conf)
conf 766 dev/ic/acx.c ant.antenna = conf->antenna;
conf 773 dev/ic/acx.c reg_dom.regdom = conf->regdom;
conf 780 dev/ic/acx.c error = sc->chip_write_config(sc, conf);
conf 2538 dev/ic/acx.c acx_get_conf(struct acx_softc *sc, uint16_t conf_id, void *conf,
conf 2549 dev/ic/acx.c confcom = conf;
conf 2554 dev/ic/acx.c conf, conf_len));
conf 2558 dev/ic/acx.c acx_set_conf(struct acx_softc *sc, uint16_t conf_id, void *conf,
conf 2569 dev/ic/acx.c confcom = conf;
conf 2573 dev/ic/acx.c return (acx_exec_command(sc, ACXCMD_SET_CONF, conf, conf_len, NULL, 0));
conf 145 dev/ic/acx100.c #define ACX100_SET_RING_END(conf, end) \
conf 147 dev/ic/acx100.c (conf)->fw_ring_end[0] = htole32(end); \
conf 148 dev/ic/acx100.c (conf)->fw_ring_end[1] = htole32(end + 8); \
conf 583 dev/ic/acx100.c acx100_read_config(struct acx_softc *sc, struct acx_config *conf)
conf 601 dev/ic/acx100.c conf->cca_mode = cca.cca_mode;
conf 610 dev/ic/acx100.c conf->ed_thresh = ed.ed_thresh;
conf 617 dev/ic/acx100.c acx100_write_config(struct acx_softc *sc, struct acx_config *conf)
conf 624 dev/ic/acx100.c cca.cca_mode = conf->cca_mode;
conf 632 dev/ic/acx100.c ed.ed_thresh = conf->ed_thresh;
conf 404 dev/ic/acx111.c acx111_write_config(struct acx_softc *sc, struct acx_config *conf)
conf 249 dev/ic/lemac.c int pg, conf;
conf 251 dev/ic/lemac.c conf = LEMAC_INB(sc, LEMAC_REG_CNF);
conf 255 dev/ic/lemac.c conf &= ~LEMAC_CNF_DRAM;
conf 258 dev/ic/lemac.c conf |= LEMAC_CNF_DRAM;
conf 261 dev/ic/lemac.c LEMAC_OUTB(sc, LEMAC_REG_CNF, conf);
conf 123 dev/isa/isapnpres.c struct isa_attach_args *ipa, *conf = ISAPNP_MALLOC(sizeof(*conf));
conf 125 dev/isa/isapnpres.c ISAPNP_CLONE_SETUP(conf, dev);
conf 127 dev/isa/isapnpres.c bcopy(dev->ipa_devident, conf->ipa_devident,
conf 128 dev/isa/isapnpres.c sizeof(conf->ipa_devident));
conf 129 dev/isa/isapnpres.c bcopy(dev->ipa_devlogic, conf->ipa_devlogic,
conf 130 dev/isa/isapnpres.c sizeof(conf->ipa_devlogic));
conf 131 dev/isa/isapnpres.c bcopy(dev->ipa_devcompat, conf->ipa_devcompat,
conf 132 dev/isa/isapnpres.c sizeof(conf->ipa_devcompat));
conf 133 dev/isa/isapnpres.c bcopy(dev->ipa_devclass, conf->ipa_devclass,
conf 134 dev/isa/isapnpres.c sizeof(conf->ipa_devclass));
conf 137 dev/isa/isapnpres.c dev->ipa_child = conf;
conf 142 dev/isa/isapnpres.c ipa->ipa_sibling = conf;
conf 145 dev/isa/isapnpres.c return conf;
conf 183 dev/isa/isapnpres.c struct isa_attach_args *dev, *conf, *d, *c, *pa;
conf 188 dev/isa/isapnpres.c for (conf = c = NULL, d = dev; d; d = dev) {
conf 211 dev/isa/isapnpres.c c = conf = pa;
conf 218 dev/isa/isapnpres.c return conf;
conf 226 dev/isa/isapnpres.c isapnp_process_tag(tag, len, buf, card, dev, conf)
conf 228 dev/isa/isapnpres.c struct isa_attach_args **card, **dev, **conf;
conf 269 dev/isa/isapnpres.c *conf = isapnp_newconf(*dev);
conf 270 dev/isa/isapnpres.c (*conf)->ipa_pref = buf[0];
conf 273 dev/isa/isapnpres.c (*conf)->ipa_pref);
conf 279 dev/isa/isapnpres.c *conf = NULL;
conf 304 dev/isa/isapnpres.c if (*conf)
conf 305 dev/isa/isapnpres.c pa = *conf;
conf 449 dev/isa/isapnpres.c struct isa_attach_args *card, *dev = NULL, *conf = NULL;
conf 512 dev/isa/isapnpres.c if (isapnp_process_tag(tag, len, buf, &card, &dev, &conf) == -1) {
conf 606 dev/isa/nsclpcsio_isa.c u_int8_t conf = 1;
conf 610 dev/isa/nsclpcsio_isa.c conf = nsread(sc->sc_iot, sc->sc_ioh, SIO_GPIO_PINCFG);
conf 612 dev/isa/nsclpcsio_isa.c conf &= ~(SIO_GPIO_CONF_OUTPUTEN | SIO_GPIO_CONF_PUSHPULL |
conf 615 dev/isa/nsclpcsio_isa.c conf |= SIO_GPIO_CONF_OUTPUTEN;
conf 617 dev/isa/nsclpcsio_isa.c conf |= SIO_GPIO_CONF_PUSHPULL;
conf 619 dev/isa/nsclpcsio_isa.c conf |= SIO_GPIO_CONF_PULLUP;
conf 621 dev/isa/nsclpcsio_isa.c nswrite(sc->sc_iot, sc->sc_ioh, SIO_GPIO_PINCFG, conf);
conf 141 dev/pci/amdiic.c pcireg_t conf;
conf 154 dev/pci/amdiic.c conf = pci_conf_read(pa->pa_pc, pa->pa_tag, AMD8111_SMB_MISC);
conf 155 dev/pci/amdiic.c DPRINTF((": conf 0x%08x", conf));
conf 158 dev/pci/amdiic.c if (conf & AMD8111_SMB_MISC_SCIEN) {
conf 161 dev/pci/amdiic.c } else if (conf & AMD8111_SMB_MISC_INTEN) {
conf 116 dev/pci/ichiic.c pcireg_t conf;
conf 122 dev/pci/ichiic.c conf = pci_conf_read(pa->pa_pc, pa->pa_tag, ICH_SMB_HOSTC);
conf 123 dev/pci/ichiic.c DPRINTF((": conf 0x%08x", conf));
conf 125 dev/pci/ichiic.c if ((conf & ICH_SMB_HOSTC_HSTEN) == 0) {
conf 138 dev/pci/ichiic.c if (conf & ICH_SMB_HOSTC_SMIEN) {
conf 7775 dev/pci/pciide.c u_int32_t conf;
conf 7777 dev/pci/pciide.c conf = pci_conf_read(sc->sc_pc, sc->sc_tag, NFORCE_CONF);
conf 7779 dev/pci/pciide.c sc->sc_wdcdev.sc_dev.dv_xname, conf), DEBUG_PROBE);
conf 7812 dev/pci/pciide.c if ((conf & NFORCE_CHAN_EN(channel)) == 0) {
conf 7829 dev/pci/pciide.c conf &= ~NFORCE_CHAN_EN(channel);
conf 7837 dev/pci/pciide.c sc->sc_wdcdev.sc_dev.dv_xname, conf), DEBUG_PROBE);
conf 7838 dev/pci/pciide.c pci_conf_write(sc->sc_pc, sc->sc_tag, NFORCE_CONF, conf);
conf 7850 dev/pci/pciide.c u_int32_t conf, piodmatim, piotim, udmatim;
conf 7852 dev/pci/pciide.c conf = pci_conf_read(sc->sc_pc, sc->sc_tag, NFORCE_CONF);
conf 8326 dev/pci/pciide.c u_int32_t conf;
conf 8328 dev/pci/pciide.c conf = pci_conf_read(sc->sc_pc, sc->sc_tag, JMICRON_CONF);
conf 8330 dev/pci/pciide.c sc->sc_wdcdev.sc_dev.dv_xname, conf), DEBUG_PROBE);
conf 8358 dev/pci/pciide.c if ((conf & JMICRON_CHAN_EN(channel)) == 0) {
conf 8376 dev/pci/pciide.c conf &= ~JMICRON_CHAN_EN(channel);
conf 8384 dev/pci/pciide.c sc->sc_wdcdev.sc_dev.dv_xname, conf), DEBUG_PROBE);
conf 8385 dev/pci/pciide.c pci_conf_write(sc->sc_pc, sc->sc_tag, NFORCE_CONF, conf);
conf 8397 dev/pci/pciide.c u_int32_t conf;
conf 8399 dev/pci/pciide.c conf = pci_conf_read(sc->sc_pc, sc->sc_tag, JMICRON_CONF);
conf 8421 dev/pci/pciide.c if ((conf & JMICRON_CONF_40PIN) &&
conf 115 dev/pci/piixpm.c pcireg_t base, conf;
conf 120 dev/pci/piixpm.c conf = pci_conf_read(pa->pa_pc, pa->pa_tag, PIIX_SMB_HOSTC);
conf 121 dev/pci/piixpm.c DPRINTF((": conf 0x%08x", conf));
conf 123 dev/pci/piixpm.c if ((conf & PIIX_SMB_HOSTC_HSTEN) == 0) {
conf 139 dev/pci/piixpm.c if ((conf & PIIX_SMB_HOSTC_INTMASK) == PIIX_SMB_HOSTC_SMI) {
conf 143 dev/pci/piixpm.c if ((conf & PIIX_SMB_HOSTC_INTMASK) == PIIX_SMB_HOSTC_IRQ) {
conf 150 dev/pci/viapm.c pcireg_t conf, iobase;
conf 167 dev/pci/viapm.c conf = (iobase >> 16);
conf 168 dev/pci/viapm.c DPRINTF((": conf 0x%x", conf));
conf 170 dev/pci/viapm.c if ((conf & VIAPM_SMB_HOSTC_HSTEN) == 0) {
conf 175 dev/pci/viapm.c if (conf & VIAPM_SMB_HOSTC_INTEN) {
conf 176 dev/pci/viapm.c if (conf & VIAPM_SMB_HOSTC_SCIEN)
conf 184 dev/usb/ugen.c int conf;
conf 200 dev/usb/ugen.c conf = usbd_get_config_descriptor(udev)->bConfigurationValue;
conf 203 dev/usb/ugen.c err = ugen_set_config(sc, conf);
conf 206 dev/usb/ugen.c sc->sc_dev.dv_xname, conf);
conf 1022 dev/usb/ugen.c u_int8_t conf, alt;
conf 1068 dev/usb/ugen.c err = usbd_get_config(sc->sc_udev, &conf);
conf 1071 dev/usb/ugen.c *(int *)addr = conf;
conf 565 dev/usb/usb_subr.c usbd_set_config(usbd_device_handle dev, int conf)
conf 571 dev/usb/usb_subr.c USETW(req.wValue, conf);
conf 101 dev/usb/usbdi_util.c usbd_get_config_desc_full(usbd_device_handle dev, int conf, void *d, int size)
conf 103 dev/usb/usbdi_util.c DPRINTFN(3,("usbd_get_config_desc_full: conf=%d\n", conf));
conf 104 dev/usb/usbdi_util.c return (usbd_get_desc(dev, UDESC_CONFIG, conf, size, d));
conf 410 dev/usb/usbdi_util.c usbd_get_config(usbd_device_handle dev, u_int8_t *conf)
conf 419 dev/usb/usbdi_util.c return (usbd_do_request(dev, &req, conf));
conf 72 dev/usb/usbdi_util.h usbd_status usbd_get_config(usbd_device_handle dev, u_int8_t *conf);
conf 70 stand/boot/boot.c cmd.conf = "/etc/boot.conf";
conf 115 stand/boot/cmd.c if ((fd = open(qualify(cmd.conf), 0)) < 0) {
conf 47 stand/boot/cmd.h char *conf; /* /etc/boot.conf normally */