Symbol: ttwoga_config
sys/arch/alpha/alpha/dec_2100_a500.c
122
struct ttwoga_config *tcp;
sys/arch/alpha/pci/pci_2100_a500.c
101
static void dec_2100_a500_icic_enable_intr(struct ttwoga_config *,
sys/arch/alpha/pci/pci_2100_a500.c
103
static void dec_2100_a500_icic_init_intr(struct ttwoga_config *);
sys/arch/alpha/pci/pci_2100_a500.c
104
static void dec_2100_a500_icic_setlevel(struct ttwoga_config *, int, int);
sys/arch/alpha/pci/pci_2100_a500.c
105
static void dec_2100_a500_icic_eoi(struct ttwoga_config *, int);
sys/arch/alpha/pci/pci_2100_a500.c
190
struct ttwoga_config *tcp = core;
sys/arch/alpha/pci/pci_2100_a500.c
435
struct ttwoga_config *tcp = pc->pc_intr_v;
sys/arch/alpha/pci/pci_2100_a500.c
470
struct ttwoga_config *tcp = pc->pc_intr_v;
sys/arch/alpha/pci/pci_2100_a500.c
538
struct ttwoga_config *tcp = v;
sys/arch/alpha/pci/pci_2100_a500.c
552
struct ttwoga_config *tcp = v;
sys/arch/alpha/pci/pci_2100_a500.c
608
struct ttwoga_config *tcp = v;
sys/arch/alpha/pci/pci_2100_a500.c
665
struct ttwoga_config *tcp = arg;
sys/arch/alpha/pci/pci_2100_a500.c
682
dec_2100_a500_pic_enable_intr(struct ttwoga_config *tcp, int irq, int onoff)
sys/arch/alpha/pci/pci_2100_a500.c
699
dec_2100_a500_icic_enable_intr(struct ttwoga_config *tcp, int irq, int onoff)
sys/arch/alpha/pci/pci_2100_a500.c
716
dec_2100_a500_pic_init_intr(struct ttwoga_config *tcp)
sys/arch/alpha/pci/pci_2100_a500.c
749
dec_2100_a500_icic_init_intr(struct ttwoga_config *tcp)
sys/arch/alpha/pci/pci_2100_a500.c
757
dec_2100_a500_pic_setlevel(struct ttwoga_config *tcp, int eirq, int level)
sys/arch/alpha/pci/pci_2100_a500.c
803
dec_2100_a500_icic_setlevel(struct ttwoga_config *tcp, int eirq, int level)
sys/arch/alpha/pci/pci_2100_a500.c
836
dec_2100_a500_pic_eoi(struct ttwoga_config *tcp, int irq)
sys/arch/alpha/pci/pci_2100_a500.c
856
dec_2100_a500_icic_eoi(struct ttwoga_config *tcp, int irq)
sys/arch/alpha/pci/pci_2100_a500.c
95
static void dec_2100_a500_pic_enable_intr(struct ttwoga_config *,
sys/arch/alpha/pci/pci_2100_a500.c
97
static void dec_2100_a500_pic_init_intr(struct ttwoga_config *);
sys/arch/alpha/pci/pci_2100_a500.c
98
static void dec_2100_a500_pic_setlevel(struct ttwoga_config *, int, int);
sys/arch/alpha/pci/pci_2100_a500.c
99
static void dec_2100_a500_pic_eoi(struct ttwoga_config *, int);
sys/arch/alpha/pci/pci_2100_a500.h
32
struct ttwoga_config;
sys/arch/alpha/pci/ttwoga.c
165
struct ttwoga_config *
sys/arch/alpha/pci/ttwoga.c
168
struct ttwoga_config *tcp;
sys/arch/alpha/pci/ttwoga.c
221
struct ttwoga_config *tcp;
sys/arch/alpha/pci/ttwoga.c
84
static struct ttwoga_config ttwoga_configuration[2];
sys/arch/alpha/pci/ttwoga_bus_io.c
48
#define CHIP_V(v) ((struct ttwoga_config *)(v))
sys/arch/alpha/pci/ttwoga_bus_mem.c
48
#define CHIP_V(v) ((struct ttwoga_config *)(v))
sys/arch/alpha/pci/ttwoga_dma.c
242
struct ttwoga_config *tcp = t->_cookie;
sys/arch/alpha/pci/ttwoga_dma.c
276
struct ttwoga_config *tcp = t->_cookie;
sys/arch/alpha/pci/ttwoga_dma.c
294
struct ttwoga_config *tcp = t->_cookie;
sys/arch/alpha/pci/ttwoga_dma.c
311
struct ttwoga_config *tcp = t->_cookie;
sys/arch/alpha/pci/ttwoga_dma.c
328
struct ttwoga_config *tcp = t->_cookie;
sys/arch/alpha/pci/ttwoga_dma.c
345
struct ttwoga_config *tcp = t->_cookie;
sys/arch/alpha/pci/ttwoga_dma.c
99
ttwoga_dma_init(struct ttwoga_config *tcp)
sys/arch/alpha/pci/ttwoga_pci.c
110
struct ttwoga_config *tcp = cpv;
sys/arch/alpha/pci/ttwoga_pci.c
163
struct ttwoga_config *tcp = cpv;
sys/arch/alpha/pci/ttwogavar.h
100
void (*tc_eoi)(struct ttwoga_config *, int);
sys/arch/alpha/pci/ttwogavar.h
105
struct ttwoga_config *ttwoga_init(int);
sys/arch/alpha/pci/ttwogavar.h
107
void ttwoga_dma_init(struct ttwoga_config *);
sys/arch/alpha/pci/ttwogavar.h
98
void (*tc_enable_intr)(struct ttwoga_config *, int, int);
sys/arch/alpha/pci/ttwogavar.h
99
void (*tc_setlevel)(struct ttwoga_config *, int, int);