Home | History | Annotate | Download | only in netwalker

Lines Matching defs:ga

75 	struct gpio_attach_args *ga = aux;
77 if (strcmp(ga->ga_dvname, cf->cf_name))
79 if (ga->ga_offset == -1)
82 if (gpio_npins(ga->ga_mask) != PWR_NPINS) {
84 ga->ga_mask);
95 struct gpio_attach_args *ga = aux;
99 sc->sc_gpio = ga->ga_gpio;
103 if (gpio_pin_map(sc->sc_gpio, ga->ga_offset, ga->ga_mask, &sc->sc_map)) {
118 sc->sc_intr = intr_establish(GPIO1_IRQBASE + ga->ga_offset,