Searched refs:hpt_dev (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/hptmv/ |
| D | entry.c | 1330 if (bus_dma_tag_create(bus_get_dma_tag(pAdapter->hpt_dev),/* parent */ in init_adapter() 1359 if (!(pAdapter->mem_res = bus_alloc_resource(pAdapter->hpt_dev, SYS_RES_MEMORY, &rid, in init_adapter() 1376 pMvSataAdapter->pciConfigRevisionId = pci_read_config(pAdapter->hpt_dev, PCIR_REVID, 1); in init_adapter() 1377 pMvSataAdapter->pciConfigDeviceId = pci_get_device(pAdapter->hpt_dev); in init_adapter() 1394 bus_release_resource(pAdapter->hpt_dev, SYS_RES_MEMORY, rid, pAdapter->mem_res); in init_adapter() 2053 pAdapter->hpt_dev = dev; in hpt_attach() 2060 …if ((pAdapter->hpt_irq = bus_alloc_resource(pAdapter->hpt_dev, SYS_RES_IRQ, &rid, 0, ~0ul, 1, RF_S… in hpt_attach() 2067 if (bus_setup_intr(pAdapter->hpt_dev, pAdapter->hpt_irq, INTR_TYPE_CAM, in hpt_attach() 2070 if (bus_setup_intr(pAdapter->hpt_dev, pAdapter->hpt_irq, INTR_TYPE_CAM, in hpt_attach() 2104 pAdapter, device_get_unit(pAdapter->hpt_dev), 1, 8, devq); in hpt_attach() [all …]
|
| D | osbsd.h | 167 device_t hpt_dev; /* bus device */ member
|