Lines Matching defs:bcm_gpio_softc
111 struct bcm_gpio_softc { struct
112 device_t sc_dev;
113 device_t sc_busdev;
114 struct mtx sc_mtx;
115 struct resource * sc_res[BCM_GPIO_IRQS + 1];
116 bus_space_tag_t sc_bst;
117 bus_space_handle_t sc_bsh;
118 void * sc_intrhand[BCM_GPIO_IRQS];
119 bool sc_is2711;
120 u_int sc_maxpins;
121 int sc_gpio_npins;
122 int sc_ro_npins;
123 int sc_ro_pins[BCM_GPIO_PINS];
124 struct gpio_pin sc_gpio_pins[BCM_GPIO_PINS];
125 struct bcm_gpio_sysctl sc_sysctl[BCM_GPIO_PINS];
126 struct bcm_gpio_irqsrc sc_isrcs[BCM_GPIO_PINS];