pccbb.c | 1544 int limitreg; local in function:pccbb_io_open 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; local in function:pccbb_io_close 1582 limitreg = win * 8 + PCI_CB_IOLIMIT0; 1585 pci_conf_write(sc->sc_pc, sc->sc_tag, limitreg, 0); 1594 int limitreg; local in function:pccbb_mem_open 1604 limitreg = win * 8 + PCI_CB_MEMLIMIT0; 1607 pci_conf_write(sc->sc_pc, sc->sc_tag, limitreg, end) 1616 int limitreg; local in function:pccbb_mem_close [all...] |