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

  /src/sys/arch/powerpc/ibm4xx/dev/
gpioreg.h 56 #define GPIO_NPINS (24)
  /src/sys/arch/arm/imx/
imxgpioreg.h 48 #define GPIO_NPINS 32
imx31reg.h 61 #define GPIO_NPINS 32
  /src/sys/arch/arm/xscale/
pxa2x0cpu.h 81 #define GPIO_NPINS PXA270_GPIO_NPINS
88 #define GPIO_NPINS PXA250_GPIO_NPINS
  /src/sys/arch/emips/ebus/
gpio_ebus.c 49 #define GPIO_NPINS 32
55 gpio_pin_t sc_gpio_pins[GPIO_NPINS];
102 for (i = 0 ; i < GPIO_NPINS ; i++) {
124 gba.gba_npins = GPIO_NPINS;
137 p = pin % GPIO_NPINS;
148 p = pin % GPIO_NPINS;
163 p = pin % GPIO_NPINS;
  /src/sys/arch/riscv/starfive/
jh7100_pinctrl.c 101 #define PAD_FUNC_SHARE(pad) (GPIO_NPINS + (pad))
104 #define GPIO_NPINS 64
115 #define DT_PAD_GPIO(x) ((x) & (GPIO_NPINS - 1))
116 #define DT_PAD_FUNC_SHARE(x) ((x) - GPIO_NPINS)
363 if (pin_no >= GPIO_NPINS)

Completed in 14 milliseconds