Searched refs:regs_id (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/sys/dev/disk/advansys/ |
| HD | adw_pci.c | 196 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 ®s_id, 0, ~0, 1, RF_ACTIVE); in adw_pci_attach() 217 regs_id = ADW_PCI_IOBASE; in adw_pci_attach() 219 ®s_id, 0, ~0, 1, RF_ACTIVE); in adw_pci_attach() 227 adw = adw_alloc(dev, regs, regs_type, regs_id); in adw_pci_attach()
|
| HD | adwvar.h | 43 int regs_type, int regs_id);
|
| HD | adwcam.c | 818 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/ |
| HD | sym_hipd.c | 8614 int regs_id = SYM_PCI_MMIO; local 8616 ®s_id, RF_ACTIVE); 8641 int regs_id = SYM_PCI_IO; local 8643 ®s_id, RF_ACTIVE); 8658 int regs_id = SYM_PCI_RAM; local 8660 regs_id = SYM_PCI_RAM64; 8662 ®s_id, RF_ACTIVE); 8667 np->ram_id = regs_id;
|