Symbol: dwlpx_config
sys/arch/alpha/pci/dwlpx.c
109
struct dwlpx_config *ccp = &sc->dwlpx_cc;
sys/arch/alpha/pci/dwlpx.c
185
struct dwlpx_config *ccp = &sc->dwlpx_cc;
sys/arch/alpha/pci/dwlpx.c
307
struct dwlpx_config *ccp = &sc->dwlpx_cc;
sys/arch/alpha/pci/dwlpx_bus_io.c
49
#define CHIP_IO_ARENA(v) (((struct dwlpx_config *)(v))->cc_io_arena)
sys/arch/alpha/pci/dwlpx_bus_io.c
51
(&(((struct dwlpx_config *)(v))->cc_io_arena_store))
sys/arch/alpha/pci/dwlpx_bus_io.c
53
(((struct dwlpx_config *)(v))->cc_io_btag_store)
sys/arch/alpha/pci/dwlpx_bus_io.c
60
(((struct dwlpx_config *)(v))->cc_sysbase | DWLPX_PCI_IOSPACE)
sys/arch/alpha/pci/dwlpx_bus_io.c
70
(((struct dwlpx_config *)(v))->cc_sysbase + DWLPX_PCI_IOSPACE + \
sys/arch/alpha/pci/dwlpx_bus_io.c
73
(((struct dwlpx_config *)(v))->cc_sysbase + DWLPX_PCI_IOSPACE + \
sys/arch/alpha/pci/dwlpx_bus_mem.c
50
(((struct dwlpx_config *)(v))->cc_d_mem_arena)
sys/arch/alpha/pci/dwlpx_bus_mem.c
52
(&(((struct dwlpx_config *)(v))->cc_d_mem_arena_store))
sys/arch/alpha/pci/dwlpx_bus_mem.c
54
(((struct dwlpx_config *)(v))->cc_d_mem_btag_store)
sys/arch/alpha/pci/dwlpx_bus_mem.c
58
(((struct dwlpx_config *)(v))->cc_s_mem_arena)
sys/arch/alpha/pci/dwlpx_bus_mem.c
60
(&(((struct dwlpx_config *)(v))->cc_s_mem_arena_store))
sys/arch/alpha/pci/dwlpx_bus_mem.c
62
(((struct dwlpx_config *)(v))->cc_s_mem_btag_store)
sys/arch/alpha/pci/dwlpx_bus_mem.c
69
(((struct dwlpx_config *)(v))->cc_sysbase | DWLPX_PCI_DENSE)
sys/arch/alpha/pci/dwlpx_bus_mem.c
77
(((struct dwlpx_config *)(v))->cc_sysbase | DWLPX_PCI_SPARSE)
sys/arch/alpha/pci/dwlpx_bus_mem.c
87
((((struct dwlpx_config *)(v))->cc_sysbase|DWLPX_PCI_SPARSE) + \
sys/arch/alpha/pci/dwlpx_bus_mem.c
90
((((struct dwlpx_config *)(v))->cc_sysbase|DWLPX_PCI_SPARSE) + \
sys/arch/alpha/pci/dwlpx_dma.c
248
struct dwlpx_config *ccp = t->_cookie;
sys/arch/alpha/pci/dwlpx_dma.c
95
dwlpx_dma_init(struct dwlpx_config *ccp)
sys/arch/alpha/pci/dwlpx_pci.c
109
struct dwlpx_config *ccp = cpv;
sys/arch/alpha/pci/dwlpx_pci.c
178
struct dwlpx_config *ccp = cpv;
sys/arch/alpha/pci/dwlpxvar.h
69
struct dwlpx_config dwlpx_cc; /* config info */
sys/arch/alpha/pci/dwlpxvar.h
83
void dwlpx_dma_init(struct dwlpx_config *);
sys/arch/alpha/pci/pci_kn8ae.c
194
struct dwlpx_config * const ccp = pc->pc_intr_v;
sys/arch/alpha/pci/pci_kn8ae.c
256
struct dwlpx_config * const ccp = pc->pc_intr_v;
sys/arch/alpha/pci/pci_kn8ae.c
279
kn8ae_enadis_intr(struct dwlpx_config *ccp, pci_intr_handle_t ih, int onoff)
sys/arch/alpha/pci/pci_kn8ae.c
69
static void kn8ae_enadis_intr(struct dwlpx_config *, pci_intr_handle_t,