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

/freebsd-11.0-release/sys/arm/lpc/
H A Dlpc_gpio.c130 #define LPC_GPIO_PIN_IDX(_map, _idx) \ macro
134 (_map->lp_start_bit + LPC_GPIO_PIN_IDX(_map, _idx))
279 dir = (state & (1 << (25 + LPC_GPIO_PIN_IDX(map, pin))));
315 state = (1 << LPC_GPIO_PIN_IDX(map, pin));
320 state = (1 << LPC_GPIO_PIN_IDX(map, pin));
325 state = (1 << LPC_GPIO_PIN_IDX(map, pin));
346 idx = LPC_GPIO_PIN_IDX(map, pin);
353 map->lp_start_bit + LPC_GPIO_PIN_IDX(map, pin));
407 LPC_GPIO_PIN_IDX(map, pin))));
410 LPC_GPIO_PIN_IDX(ma
[all...]

Completed in 75 milliseconds