Home
last modified time | relevance | path

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

/netbsd/sys/arch/zaurus/dev/
H A Dzapm.c67 int sc_charge_comp_pin; member
153 sc->sc_charge_comp_pin = GPIO_CHRG_CO_C3000; in zapm_attach()
160 pxa2x0_gpio_set_function(sc->sc_charge_comp_pin, GPIO_IN); in zapm_attach()
165 (void)pxa2x0_gpio_intr_establish(sc->sc_charge_comp_pin, in zapm_attach()
645 return pxa2x0_gpio_get_bit(sc->sc_charge_comp_pin); in zapm_get_charge_complete_state()