Home
last modified time | relevance | path

Searched refs:PCIR_MAPS (Results 1 – 16 of 16) sorted by relevance

/dragonfly/sys/dev/raid/dpt/
HDdpt_pci.c50 #define DPT_PCI_IOADDR PCIR_MAPS /* I/O Address */
51 #define DPT_PCI_MEMADDR (PCIR_MAPS + 4) /* Mem I/O Address */
/dragonfly/sys/dev/disk/advansys/
HDadv_pci.c74 #define PCI_BASEADR0 PCIR_MAPS /* I/O Address */
75 #define PCI_BASEADR1 PCIR_MAPS + 4 /* Mem I/O Address */
HDadw_pci.c55 #define ADW_PCI_IOBASE PCIR_MAPS /* I/O Address */
56 #define ADW_PCI_MEMBASE PCIR_MAPS + 4 /* Mem I/O Address */
/dragonfly/sys/dev/raid/ida/
HDida_pci.c49 #define IDA_PCI_MEMADDR (PCIR_MAPS + 4) /* Mem I/O Address */
251 ida->regs_res_id = PCIR_MAPS; in ida_pci_attach()
/dragonfly/sys/dev/misc/puc/
HDpucvar.h100 #define PUC_PORT_BAR_INDEX(bar) (((bar) - PCIR_MAPS) / 4)
/dragonfly/sys/dev/crypto/hifn/
HDhifn7751reg.h54 #define HIFN_BAR0 (PCIR_MAPS+0x0) /* PUC register map */
55 #define HIFN_BAR1 (PCIR_MAPS+0x4) /* DMA register map */
HDhifn7751.c712 sc->saved_maps[i] = pci_read_config(dev, PCIR_MAPS + i * 4, 4); in hifn_suspend()
737 pci_write_config(dev, PCIR_MAPS + i * 4, sc->saved_maps[i], 4); in hifn_resume()
/dragonfly/sys/dev/raid/ips/
HDips.h203 #if defined(PCIR_MAPS) && !defined(PCIR_BARS)
205 # define PCIR_BARS PCIR_MAPS
/dragonfly/sys/dev/video/cxm/
HDcxm.h287 #define CXM_RID PCIR_MAPS
/dragonfly/sys/dev/netif/sbsh/
HDif_sbsh.c227 rid = PCIR_MAPS + 4; in sbsh_attach()
304 bus_release_resource(dev, SYS_RES_MEMORY, PCIR_MAPS + 4, in sbsh_detach()
/dragonfly/sys/bus/pci/
HDpcireg.h166 #define PCIR_MAPS PCIR_BARS macro
/dragonfly/sys/dev/netif/mn/
HDif_mn.c1301 rid = PCIR_MAPS; in mn_attach()
1310 rid = PCIR_MAPS + 4; in mn_attach()
/dragonfly/sys/dev/netif/re/
HDif_re.c2050 sc->saved_maps[i] = pci_read_config(dev, PCIR_MAPS + i * 4, 4); in re_suspend()
2083 pci_write_config(dev, PCIR_MAPS + i * 4, sc->saved_maps[i], 4); in re_resume()
/dragonfly/sys/dev/netif/dc/
HDif_dc.c3565 sc->saved_maps[i] = pci_read_config(dev, PCIR_MAPS + i * 4, 4); in dc_suspend()
3594 pci_write_config(dev, PCIR_MAPS + i * 4, sc->saved_maps[i], 4); in dc_resume()
/dragonfly/sys/dev/misc/musycc/
HDmusycc.c1450 rid = PCIR_MAPS; in musycc_attach()
/dragonfly/sys/dev/sound/pci/
HDmaestro.c96 #define PCIR_BAR(x) (PCIR_MAPS + (x) * 4)