Home
last modified time | relevance | path

Searched refs:sc_led_gc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/isa/
H A Dsoekrisgpio.c72 struct gpio_chipset_tag sc_led_gc; member
169 sc->sc_led_gc.gp_cookie = sc; in soekris_attach()
170 sc->sc_led_gc.gp_pin_read = soekris_led_read; in soekris_attach()
171 sc->sc_led_gc.gp_pin_write = soekris_led_write; in soekris_attach()
172 sc->sc_led_gc.gp_pin_ctl = soekris_led_ctl; in soekris_attach()
174 gba2.gba_gc = &sc->sc_led_gc; in soekris_attach()