Searched refs:hpt_dev (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | entry.c | 1278 if (bus_dma_tag_create(bus_get_dma_tag(pAdapter->hpt_dev),/* parent */ in init_adapter() 1304 if (!(pAdapter->mem_res = bus_alloc_resource_any(pAdapter->hpt_dev, in init_adapter() 1320 pMvSataAdapter->pciConfigRevisionId = pci_read_config(pAdapter->hpt_dev, PCIR_REVID, 1); in init_adapter() 1321 pMvSataAdapter->pciConfigDeviceId = pci_get_device(pAdapter->hpt_dev); in init_adapter() 1338 bus_release_resource(pAdapter->hpt_dev, SYS_RES_MEMORY, rid, pAdapter->mem_res); in init_adapter() 1983 pAdapter->hpt_dev = dev; in hpt_attach() 1990 if ((pAdapter->hpt_irq = bus_alloc_resource_any(pAdapter->hpt_dev, SYS_RES_IRQ, &rid, RF_SHAREABLE | RF_ACTIVE)) == NULL) in hpt_attach() 1996 if (bus_setup_intr(pAdapter->hpt_dev, pAdapter->hpt_irq, in hpt_attach() 2023 pAdapter, device_get_unit(pAdapter->hpt_dev), in hpt_attach()
|
H A D | osbsd.h | 158 device_t hpt_dev; /* bus device */ member
|