Home
last modified time | relevance | path

Searched refs:PCI_IOSPACE_SIZE (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/mips/sibyte/
HDsb_zbpci.c65 static const u_long PCI_IOSPACE_SIZE = 0x02000000; variable
99 PCI_IOSPACE_ADDR + PCI_IOSPACE_SIZE - 1, in zbpci_attach()
100 PCI_IOSPACE_SIZE, 0); in zbpci_attach()
105 port_rman.rm_end = PCI_IOSPACE_SIZE - 1; in zbpci_attach()
109 rman_manage_region(&port_rman, 0, PCI_IOSPACE_SIZE - 1) != 0) in zbpci_attach()