Home
last modified time | relevance | path

Searched defs:ti_gpio_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/ti/
H A Dti_gpio.h52 struct ti_gpio_softc { struct
53 device_t sc_dev;
54 device_t sc_busdev;
55 int sc_bank;
56 int sc_maxpin;
57 struct mtx sc_mtx;
59 int sc_mem_rid;
60 struct resource *sc_mem_res;
61 int sc_irq_rid;
62 struct resource *sc_irq_res;
[all …]