Searched refs:pm_reg (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/pci/
H A Dpci.c2634 if (PCIR_IS_BIOS(&dinfo->cfg, pm->pm_reg))
2638 pci_write_config(dev, pm->pm_reg, base, 4);
2640 pci_write_config(dev, pm->pm_reg + 4, base >> 32, 4);
2641 pm->pm_value = pci_read_config(dev, pm->pm_reg, 4);
2644 pm->pm_reg + 4, 4) << 32;
2655 if (pm->pm_reg == reg)
2668 if (PCIR_IS_BIOS(&dinfo->cfg, pm->pm_reg) &&
2672 if (PCIR_IS_BIOS(&dinfo->cfg, pm->pm_reg) || PCI_BAR_MEM(pm->pm_value))
2686 pm->pm_reg = reg;
2690 KASSERT(prev->pm_reg !
[all...]
H A Dpcivar.h53 uint8_t pm_reg; member in struct:pci_map

Completed in 109 milliseconds