HomeSort by: relevance | last modified time | path
    Searched refs:PIC_TO_SOFTC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/imx/
imx51_tzic.c 86 #define PIC_TO_SOFTC(pic) \
170 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic);
182 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic);
213 struct tzic_softc * const tzic = PIC_TO_SOFTC(pic);
imx31_gpio.c 87 #define PIC_TO_SOFTC(pic) \
99 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic);
115 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic);
125 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic);
170 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic);
imxgpio.c 79 #define PIC_TO_SOFTC(pic) \
91 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic);
103 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic);
113 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic);
178 struct imxgpio_softc * const gpio = PIC_TO_SOFTC(pic);
  /src/sys/arch/arm/gemini/
gemini_gpio.c 101 #define PIC_TO_SOFTC(pic) \
113 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic);
130 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic);
147 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic);
166 struct gpio_softc * const gpio = PIC_TO_SOFTC(pic);

Completed in 12 milliseconds