Home | History | Annotate | Download | only in mpc85xx

Lines Matching defs:ga

101 	struct generic_attach_args * const ga = aux;
102 bus_size_t size = ga->ga_size;
106 if (ga->ga_addr == OBIOCF_ADDR_DEFAULT)
116 if (wdc_obio_initregmap(&wdr, ga->ga_bst, ga->ga_addr, size)) {
130 struct generic_attach_args * const ga = aux;
131 bus_size_t size = ga->ga_size;
138 if (!wdc_obio_initregmap(wdr, ga->ga_bst, ga->ga_addr, size)) {
162 if (ga->ga_irq != OBIOCF_IRQ_DEFAULT) {
163 sc->sc_ih = intr_establish(ga->ga_irq, IPL_BIO, IST_EDGE,
165 aprint_normal(": interrupting at irq %d\n", ga->ga_irq);