Searched refs:sc_maxpin (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm/ti/
H A Dti_gpio.h58 int sc_maxpin; member in struct:ti_gpio_softc
H A Dti_gpio.c278 if (pin >= sc->sc_maxpin || sc->sc_mem_res == NULL)
668 ti_gpio_pin_max(dev, &sc->sc_maxpin);
669 sc->sc_maxpin++;
828 for (irq = 0; irq < sc->sc_maxpin; irq++) {
852 sc->sc_isrcs = malloc(sizeof(*sc->sc_isrcs) * sc->sc_maxpin, M_DEVBUF,
856 for (irq = 0; irq < sc->sc_maxpin; irq++) {
937 if (daf->ncells != 2 || daf->cells[0] >= sc->sc_maxpin)
966 if (dag->gpio_pin_num >= sc->sc_maxpin)

Completed in 62 milliseconds