Home | History | Annotate | Download | only in netwalker

Lines Matching defs:ga

74 	struct gpio_attach_args *ga = aux;
76 if (strcmp(ga->ga_dvname, cf->cf_name))
78 if (ga->ga_offset == -1)
81 if (gpio_npins(ga->ga_mask) != LID_NPINS) {
83 ga->ga_mask);
94 struct gpio_attach_args *ga = aux;
98 sc->sc_gpio = ga->ga_gpio;
102 if (gpio_pin_map(sc->sc_gpio, ga->ga_offset, ga->ga_mask, &sc->sc_map)) {
117 sc->sc_intr = intr_establish(GPIO3_IRQBASE + ga->ga_offset,