Lines Matching +defs:t +defs:bit
374 epgpio_read(struct epgpio_softc *sc, epgpio_port port, int bit) in epgpio_read()
385 epgpio_set(struct epgpio_softc *sc, epgpio_port port, int bit) in epgpio_set()
396 epgpio_clear(struct epgpio_softc *sc, epgpio_port port, int bit) in epgpio_clear()
407 epgpio_in(struct epgpio_softc *sc, epgpio_port port, int bit) in epgpio_in()
418 epgpio_out(struct epgpio_softc *sc, epgpio_port port, int bit) in epgpio_out()
429 epgpio_intr_establish(struct epgpio_softc *sc, epgpio_port port, int bit, in epgpio_intr_establish()
486 epgpio_intr_disestablish(struct epgpio_softc *sc, epgpio_port port, int bit) in epgpio_intr_disestablish()
536 epgpio_intr_f(void *arg, int bit) in epgpio_intr_f()
648 epgpio_bit_set(struct epgpio_softc *sc, bus_size_t reg, int bit) in epgpio_bit_set()
650 int t = bus_space_read_4(sc->sc_iot, sc->sc_ioh, reg) & 0xff; in epgpio_bit_set() local
655 epgpio_bit_clear(struct epgpio_softc *sc, bus_size_t reg, int bit) in epgpio_bit_clear()
657 int t = bus_space_read_4(sc->sc_iot, sc->sc_ioh, reg) & 0xff; in epgpio_bit_clear() local