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

/freebsd-10.3-release/sys/dev/hptiop/
H A Dhptiop.c1420 hba->bar0_res = bus_alloc_resource_any(hba->pcidev,
1423 if (hba->bar0_res == NULL) {
1428 hba->bar0t = rman_get_bustag(hba->bar0_res);
1429 hba->bar0h = rman_get_bushandle(hba->bar0_res);
1431 rman_get_virtual(hba->bar0_res);
1435 hba->bar0_rid, hba->bar0_res);
1446 hba->bar0_res = bus_alloc_resource_any(hba->pcidev,
1449 if (hba->bar0_res == NULL) {
1453 hba->bar0t = rman_get_bustag(hba->bar0_res);
1454 hba->bar0h = rman_get_bushandle(hba->bar0_res);
[all...]
H A Dhptiop.h390 struct resource *bar0_res; member in struct:hpt_iop_hba

Completed in 95 milliseconds