/src/sys/arch/arm/ep93xx/ |
epgpiovar.h | 40 } epgpio_port; typedef in typeref:enum:__anonbf6015fa0103 44 int epgpio_read(struct epgpio_softc *,epgpio_port, int bit); 45 void epgpio_set(struct epgpio_softc *,epgpio_port, int bit); 46 void epgpio_clear(struct epgpio_softc *,epgpio_port, int bit); 47 void epgpio_in(struct epgpio_softc *,epgpio_port, int bit); 48 void epgpio_out(struct epgpio_softc *,epgpio_port, int bit); 50 void *epgpio_intr_establish(struct epgpio_softc *,epgpio_port, int bit, 52 void epgpio_intr_disestablish(struct epgpio_softc *,epgpio_port, int bit);
|
epgpiovar.h | 40 } epgpio_port; typedef in typeref:enum:__anonbf6015fa0103 44 int epgpio_read(struct epgpio_softc *,epgpio_port, int bit); 45 void epgpio_set(struct epgpio_softc *,epgpio_port, int bit); 46 void epgpio_clear(struct epgpio_softc *,epgpio_port, int bit); 47 void epgpio_in(struct epgpio_softc *,epgpio_port, int bit); 48 void epgpio_out(struct epgpio_softc *,epgpio_port, int bit); 50 void *epgpio_intr_establish(struct epgpio_softc *,epgpio_port, int bit, 52 void epgpio_intr_disestablish(struct epgpio_softc *,epgpio_port, int bit);
|