Lines Matching refs:assigned
2244 pci_regspec_t *assigned; in cardbus_free_device_resources() local
2252 (caddr_t)&assigned, in cardbus_free_device_resources()
2270 if ((assigned[i].pci_size_low != 0)|| in cardbus_free_device_resources()
2271 (assigned[i].pci_size_hi != 0)) { in cardbus_free_device_resources()
2272 switch (PCI_REG_ADDR_G(assigned[i].pci_phys_hi)) { in cardbus_free_device_resources()
2277 assigned[i].pci_size_low, in cardbus_free_device_resources()
2278 assigned[i].pci_phys_low, in cardbus_free_device_resources()
2279 PCI_REG_REG_G(assigned[i].pci_phys_hi)); in cardbus_free_device_resources()
2287 assigned[i].pci_size_low, in cardbus_free_device_resources()
2288 assigned[i].pci_phys_mid, in cardbus_free_device_resources()
2289 assigned[i].pci_phys_low, in cardbus_free_device_resources()
2290 PCI_REG_REG_G(assigned[i].pci_phys_hi)); in cardbus_free_device_resources()
2298 assigned[i].pci_size_low, in cardbus_free_device_resources()
2299 assigned[i].pci_phys_low, in cardbus_free_device_resources()
2300 PCI_REG_REG_G(assigned[i].pci_phys_hi)); in cardbus_free_device_resources()
2305 kmem_free(assigned, length); in cardbus_free_device_resources()
2310 kmem_free(assigned, length); in cardbus_free_device_resources()
3280 pci_regspec_t *assigned; local
3285 "assigned-addresses", (caddr_t)&assigned, &alen);
3298 bcopy(assigned, newreg, alen);
3326 kmem_free(assigned, alen);