Searched refs:NHW_GPIO_TOTAL_INST (Results 1 – 3 of 3) sorted by relevance
45 } shorts[NHW_GPIO_TOTAL_INST][NHW_GPIO_MAX_PINS_PER_PORT][MAX_SHORTS];227 if (Port_out >= NHW_GPIO_TOTAL_INST) { in nrf_gpio_backend_register_short()230 __func__, Port_out, NHW_GPIO_TOTAL_INST); in nrf_gpio_backend_register_short()232 if (Port_in >= NHW_GPIO_TOTAL_INST) { in nrf_gpio_backend_register_short()235 __func__, Port_in, NHW_GPIO_TOTAL_INST); in nrf_gpio_backend_register_short()350 if (port >= NHW_GPIO_TOTAL_INST) { in nrf_gpio_input_process_next_time()353 __func__, port, NHW_GPIO_TOTAL_INST, buf); in nrf_gpio_input_process_next_time()
82 NRF_GPIO_Type NRF_GPIO_regs[NHW_GPIO_TOTAL_INST];124 static struct gpio_status gpio_st[NHW_GPIO_TOTAL_INST];136 int GPIO_n_ports_pins[NHW_GPIO_TOTAL_INST] = NHW_GPIO_NBR_PINS; in nrf_gpio_init()137 int GPIOTE_partners[NHW_GPIO_TOTAL_INST] = NHW_GPIO_PARTNER_GPIOTE; in nrf_gpio_init()138 int has_sense[NHW_GPIO_TOTAL_INST] = NHW_GPIO_HAS_PIN_SENSE; in nrf_gpio_init()140 for (int p = 0; p < NHW_GPIO_TOTAL_INST; p ++) { in nrf_gpio_init()204 if (port >= NHW_GPIO_TOTAL_INST || (uint)n >= (uint)gpio_st[port].nbr_pins) { \256 if (port >= NHW_GPIO_TOTAL_INST || (int)n >= st->nbr_pins) { /* LCOV_EXCL_BR_LINE */ in nrf_gpio_peri_pin_control()
67 #define NHW_GPIO_TOTAL_INST 2 macro310 #define NHW_GPIO_TOTAL_INST 4 macro587 #define NHW_GPIO_TOTAL_INST 3 macro