Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c1408 hba->bar0_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_itl()
1411 if (hba->bar0_res == NULL) { in hptiop_alloc_pci_res_itl()
1416 hba->bar0t = rman_get_bustag(hba->bar0_res); in hptiop_alloc_pci_res_itl()
1417 hba->bar0h = rman_get_bushandle(hba->bar0_res); in hptiop_alloc_pci_res_itl()
1419 rman_get_virtual(hba->bar0_res); in hptiop_alloc_pci_res_itl()
1423 hba->bar0_rid, hba->bar0_res); in hptiop_alloc_pci_res_itl()
1434 hba->bar0_res = bus_alloc_resource_any(hba->pcidev, in hptiop_alloc_pci_res_mv()
1437 if (hba->bar0_res == NULL) { in hptiop_alloc_pci_res_mv()
1441 hba->bar0t = rman_get_bustag(hba->bar0_res); in hptiop_alloc_pci_res_mv()
1442 hba->bar0h = rman_get_bushandle(hba->bar0_res); in hptiop_alloc_pci_res_mv()
[all …]
H A Dhptiop.h390 struct resource *bar0_res; member