Searched refs:GPIO_BANKS (Results 1 – 2 of 2) sorted by relevance
12 #define GPIO_BANKS 3 macro22 u32 own[GPIO_BANKS];36 u32 gpi_route[GPIO_BANKS];45 u32 rst_sel[GPIO_BANKS];51 u32 gpi_is[GPIO_BANKS];54 u32 gpi_ie[GPIO_BANKS];62 } config[GPIO_BANKS * GPIO_PER_BANK];
161 u32 owner_gpio[GPIO_BANKS] = {0}; in broadwell_pinctrl_commit()162 u32 route_smi[GPIO_BANKS] = {0}; in broadwell_pinctrl_commit()163 u32 irq_enable[GPIO_BANKS] = {0}; in broadwell_pinctrl_commit()164 u32 reset_rsmrst[GPIO_BANKS] = {0}; in broadwell_pinctrl_commit()200 for (set = 0; set < GPIO_BANKS; set++) { in broadwell_pinctrl_commit()
Completed in 3 milliseconds