Home
last modified time | relevance | path

Searched refs:regs_id (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/advansys/
HDadw_pci.c196 int regs_id; in adw_pci_attach() local
206 regs_id = 0; in adw_pci_attach()
210 regs_id = ADW_PCI_MEMBASE; in adw_pci_attach()
212 &regs_id, 0, ~0, 1, RF_ACTIVE); in adw_pci_attach()
217 regs_id = ADW_PCI_IOBASE; in adw_pci_attach()
219 &regs_id, 0, ~0, 1, RF_ACTIVE); in adw_pci_attach()
227 adw = adw_alloc(dev, regs, regs_type, regs_id); in adw_pci_attach()
HDadwvar.h43 int regs_type, int regs_id);
HDadwcam.c818 adw_alloc(device_t dev, struct resource *regs, int regs_type, int regs_id) in adw_alloc() argument
832 adw->regs_res_id = regs_id; in adw_alloc()
/dragonfly/sys/dev/disk/sym/
HDsym_hipd.c8614 int regs_id = SYM_PCI_MMIO; local
8616 &regs_id, RF_ACTIVE);
8641 int regs_id = SYM_PCI_IO; local
8643 &regs_id, RF_ACTIVE);
8658 int regs_id = SYM_PCI_RAM; local
8660 regs_id = SYM_PCI_RAM64;
8662 &regs_id, RF_ACTIVE);
8667 np->ram_id = regs_id;