Searched refs:hpt_dev (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/hptmv/ |
| H A D | entry.c | 1276 if (bus_dma_tag_create(bus_get_dma_tag(pAdapter->hpt_dev),/* parent */ in init_adapter() 1302 if (!(pAdapter->mem_res = bus_alloc_resource_any(pAdapter->hpt_dev, in init_adapter() 1318 pMvSataAdapter->pciConfigRevisionId = pci_read_config(pAdapter->hpt_dev, PCIR_REVID, 1); in init_adapter() 1319 pMvSataAdapter->pciConfigDeviceId = pci_get_device(pAdapter->hpt_dev); in init_adapter() 1336 bus_release_resource(pAdapter->hpt_dev, SYS_RES_MEMORY, rid, pAdapter->mem_res); in init_adapter() 1981 pAdapter->hpt_dev = dev; in hpt_attach() 1988 …if ((pAdapter->hpt_irq = bus_alloc_resource_any(pAdapter->hpt_dev, SYS_RES_IRQ, &rid, RF_SHAREABLE… in hpt_attach() 1994 if (bus_setup_intr(pAdapter->hpt_dev, pAdapter->hpt_irq, in hpt_attach() 2021 pAdapter, device_get_unit(pAdapter->hpt_dev), in hpt_attach()
|
| H A D | osbsd.h | 158 device_t hpt_dev; /* bus device */ member
|