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

/freebsd-11.0-release/sys/arm/lpc/
H A Dlpc_gpio.c102 int lp_start_idx; member in struct:lpc_gpio_pinmap
131 (_idx - _map->lp_start_idx)
330 state = (1 << (25 + (pin - map->lp_start_idx)));
486 for (map = &lpc_gpio_pins[0]; map->lp_start_idx != -1; map++) {
487 if (pin >= map->lp_start_idx &&
488 pin < map->lp_start_idx + map->lp_pin_count)

Completed in 50 milliseconds