Symbol: cia_config
sys/arch/alpha/alpha/dec_1000a.c
129
struct cia_config *ccp;
sys/arch/alpha/alpha/dec_1000a.c
131
extern struct cia_config cia_configuration;
sys/arch/alpha/alpha/dec_550.c
85
struct cia_config *ccp;
sys/arch/alpha/alpha/dec_550.c
86
extern struct cia_config cia_configuration;
sys/arch/alpha/alpha/dec_eb164.c
80
struct cia_config *ccp;
sys/arch/alpha/alpha/dec_eb164.c
81
extern struct cia_config cia_configuration;
sys/arch/alpha/alpha/dec_kn20aa.c
91
struct cia_config *ccp;
sys/arch/alpha/alpha/dec_kn20aa.c
92
extern struct cia_config cia_configuration;
sys/arch/alpha/pci/cia.c
149
cia_init(struct cia_config *ccp)
sys/arch/alpha/pci/cia.c
246
struct cia_config *ccp;
sys/arch/alpha/pci/cia.c
355
struct cia_config *ccp = &cia_configuration;
sys/arch/alpha/pci/cia.c
97
struct cia_config cia_configuration;
sys/arch/alpha/pci/cia_bwx_bus_io.c
46
#define CHIP_IO_ARENA(v) (((struct cia_config *)(v))->cc_io_arena)
sys/arch/alpha/pci/cia_bwx_bus_mem.c
46
#define CHIP_MEM_ARENA(v) (((struct cia_config *)(v))->cc_d_mem_arena)
sys/arch/alpha/pci/cia_dma.c
106
struct cia_config *ccp = arg;
sys/arch/alpha/pci/cia_dma.c
126
cia_dma_init(struct cia_config *ccp)
sys/arch/alpha/pci/cia_dma.c
361
struct cia_config *ccp = t->_cookie;
sys/arch/alpha/pci/cia_dma.c
400
struct cia_config *ccp = t->_cookie;
sys/arch/alpha/pci/cia_pci.c
157
struct cia_config *ccp = cpv;
sys/arch/alpha/pci/cia_pci.c
59
struct cia_config *ccp = cpv;
sys/arch/alpha/pci/cia_swiz_bus_io.c
46
#define CHIP_IO_ARENA(v) (((struct cia_config *)(v))->cc_io_arena)
sys/arch/alpha/pci/cia_swiz_bus_io.c
50
HAE_IO_REG1_START(((struct cia_config *)(v))->cc_hae_io)
sys/arch/alpha/pci/cia_swiz_bus_io.c
60
HAE_IO_REG2_START(((struct cia_config *)(v))->cc_hae_io)
sys/arch/alpha/pci/cia_swiz_bus_mem.c
46
#define CHIP_D_MEM_ARENA(v) (((struct cia_config *)(v))->cc_d_mem_arena)
sys/arch/alpha/pci/cia_swiz_bus_mem.c
47
#define CHIP_S_MEM_ARENA(v) (((struct cia_config *)(v))->cc_s_mem_arena)
sys/arch/alpha/pci/cia_swiz_bus_mem.c
57
HAE_MEM_REG1_START(((struct cia_config *)(v))->cc_hae_mem)
sys/arch/alpha/pci/cia_swiz_bus_mem.c
67
HAE_MEM_REG2_START(((struct cia_config *)(v))->cc_hae_mem)
sys/arch/alpha/pci/cia_swiz_bus_mem.c
77
HAE_MEM_REG3_START(((struct cia_config *)(v))->cc_hae_mem)
sys/arch/alpha/pci/ciavar.h
82
struct cia_config *sc_ccp;
sys/arch/alpha/pci/ciavar.h
85
void cia_init(struct cia_config *);
sys/arch/alpha/pci/ciavar.h
87
void cia_dma_init(struct cia_config *);
sys/arch/alpha/pci/pci_eb164.c
106
struct cia_config *ccp = core;