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

/freebsd-13-stable/sys/dev/amdgpio/
H A Damdgpio.h114 #define GPIO_PIN_INFO(p, n) { .pin_num = (p), .pin_name = (n) } macro
123 GPIO_PIN_INFO(0, "PIN_0"),
124 GPIO_PIN_INFO(1, "PIN_1"),
125 GPIO_PIN_INFO(2, "PIN_2"),
126 GPIO_PIN_INFO(3, "PIN_3"),
127 GPIO_PIN_INFO(4, "PIN_4"),
128 GPIO_PIN_INFO(5, "PIN_5"),
129 GPIO_PIN_INFO(6, "PIN_6"),
130 GPIO_PIN_INFO(7, "PIN_7"),
131 GPIO_PIN_INFO(
[all...]

Completed in 57 milliseconds