Searched refs:hpt_dev (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/dev/hptmv/ |
| HD | entry.c | 1281 if (bus_dma_tag_create(bus_get_dma_tag(pAdapter->hpt_dev),/* parent */ in init_adapter() 1307 if (!(pAdapter->mem_res = bus_alloc_resource_any(pAdapter->hpt_dev, in init_adapter() 1323 pMvSataAdapter->pciConfigRevisionId = pci_read_config(pAdapter->hpt_dev, PCIR_REVID, 1); in init_adapter() 1324 pMvSataAdapter->pciConfigDeviceId = pci_get_device(pAdapter->hpt_dev); in init_adapter() 1341 bus_release_resource(pAdapter->hpt_dev, SYS_RES_MEMORY, rid, pAdapter->mem_res); in init_adapter() 1986 pAdapter->hpt_dev = dev; in hpt_attach() 1993 …if ((pAdapter->hpt_irq = bus_alloc_resource_any(pAdapter->hpt_dev, SYS_RES_IRQ, &rid, RF_SHAREABLE… in hpt_attach() 1999 if (bus_setup_intr(pAdapter->hpt_dev, pAdapter->hpt_irq, in hpt_attach() 2026 pAdapter, device_get_unit(pAdapter->hpt_dev), in hpt_attach()
|
| HD | osbsd.h | 158 device_t hpt_dev; /* bus device */ member
|