Lines Matching defs:limitreg
1544 int limitreg;
1554 limitreg = win * 8 + PCI_CB_IOLIMIT0;
1557 start, basereg, end, limitreg));
1560 pci_conf_write(sc->sc_pc, sc->sc_tag, limitreg, end);
1572 int limitreg;
1582 limitreg = win * 8 + PCI_CB_IOLIMIT0;
1585 pci_conf_write(sc->sc_pc, sc->sc_tag, limitreg, 0);
1594 int limitreg;
1604 limitreg = win * 8 + PCI_CB_MEMLIMIT0;
1607 pci_conf_write(sc->sc_pc, sc->sc_tag, limitreg, end);
1616 int limitreg;
1626 limitreg = win * 8 + PCI_CB_MEMLIMIT0;
1629 pci_conf_write(sc->sc_pc, sc->sc_tag, limitreg, 0);