HomeSort by: relevance | last modified time | path
    Searched defs:devconfig (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_seeprom.c 76 #define DEVCONFIG 0x40
340 uint32_t devconfig; local in function:ahc_parse_pci_eeprom
343 devconfig = pci_conf_read(ahc->bd->pc, ahc->bd->tag, DEVCONFIG);
344 devconfig &= ~STPWLEVEL;
346 devconfig |= STPWLEVEL;
347 pci_conf_write(ahc->bd->pc, ahc->bd->tag, DEVCONFIG, devconfig);
  /src/sys/dev/pci/
ahd_pci.c 232 #define DEVCONFIG 0x40
238 #define PCI_BUS_MODES_INDEX(devconfig) \
239 (((devconfig) & PCIXINITPAT) >> 13)
316 uint32_t devconfig; local in function:ahd_pci_attach
381 devconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
382 if ((devconfig & PCIXINITPAT) == PCIXINIT_PCI33_66) {
389 ahd->bus_description = pci_bus_modes[PCI_BUS_MODES_INDEX(devconfig)];
495 * 64bit bus (PCI64BIT set in devconfig).
501 dvconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
806 uint32_t devconfig; local in function:ahd_configure_termination
    [all...]
ahc_pci.c 674 #define DEVCONFIG 0x40
767 uint32_t devconfig; local in function:ahc_pci_attach
868 devconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
869 devconfig = pci_conf_read(pa->pa_pc, pa->pa_tag, DEVCONFIG);
875 * 64bit bus (PCI64BIT set in devconfig).
882 devconfig |= DACEN;
886 devconfig |= PCIERRGENDIS;
888 pci_conf_write(pa->pa_pc, pa->pa_tag, DEVCONFIG, devconfig)
1154 uint32_t devconfig; local in function:ahc_ext_scbram_present
1187 uint32_t devconfig; local in function:ahc_scbram_config
    [all...]

Completed in 13 milliseconds