ideconf 2561 dev/pci/pciide.c u_int32_t oidetim, idetim, sidetim, udmareg, ideconf, idedma_ctl;
ideconf 2570 dev/pci/pciide.c ideconf = pci_conf_read(sc->sc_pc, sc->sc_tag, PIIX_CONFIG);
ideconf 2612 dev/pci/pciide.c ideconf |= PIIX_CONFIG_PINGPONG;
ideconf 2629 dev/pci/pciide.c (ideconf & PIIX_CONFIG_CR(channel, drive)) == 0)
ideconf 2632 dev/pci/pciide.c ideconf |= PIIX_CONFIG_UDMA100(channel, drive);
ideconf 2634 dev/pci/pciide.c ideconf &= ~PIIX_CONFIG_UDMA100(channel, drive);
ideconf 2636 dev/pci/pciide.c ideconf |= PIIX_CONFIG_UDMA66(channel,
ideconf 2639 dev/pci/pciide.c ideconf &= ~PIIX_CONFIG_UDMA66(channel,
ideconf 2648 dev/pci/pciide.c (ideconf & PIIX_CONFIG_CR(channel, drive)) == 0)
ideconf 2651 dev/pci/pciide.c ideconf |= PIIX_CONFIG_UDMA66(channel, drive);
ideconf 2653 dev/pci/pciide.c ideconf &= ~PIIX_CONFIG_UDMA66(channel, drive);
ideconf 2699 dev/pci/pciide.c pci_conf_write(sc->sc_pc, sc->sc_tag, PIIX_CONFIG, ideconf);
ideconf 2977 dev/pci/pciide.c u_int32_t ideconf;
ideconf 3093 dev/pci/pciide.c ideconf = pci_conf_read(sc->sc_pc, sc->sc_tag, APO_IDECONF);
ideconf 3094 dev/pci/pciide.c if ((ideconf & APO_IDECONF_EN(channel)) == 0) {
ideconf 3109 dev/pci/pciide.c ideconf &= ~APO_IDECONF_EN(channel);
ideconf 3111 dev/pci/pciide.c ideconf);