HomeSort by: relevance | last modified time | path
    Searched defs:pin_share (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/ralink/
ralink_gpio.c 113 * The pin_share array maps to the highest pin used for each of the 10
157 const static u_int8_t pin_share[] = { variable in typeref:typename:const u_int8_t[]
847 for (gpio_mode = 0; gpio_mode < __arraycount(pin_share);
849 if (pin <= pin_share[gpio_mode]) {
ralink_gpio.c 113 * The pin_share array maps to the highest pin used for each of the 10
157 const static u_int8_t pin_share[] = { variable in typeref:typename:const u_int8_t[]
847 for (gpio_mode = 0; gpio_mode < __arraycount(pin_share);
849 if (pin <= pin_share[gpio_mode]) {

Completed in 27 milliseconds