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

/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_bcm2835.c57 #define gpio_base gRaspberryPiGPIOBase macro
107 i = GET32(gpio_base + GPFSEL1);
112 PUT32(gpio_base + GPFSEL1, i);
114 PUT32(gpio_base + GPPUD, 0);
116 PUT32(gpio_base + GPPUDCLK0, (1<<14) | (1<<15));
118 PUT32(gpio_base + GPPUDCLK0, 0);

Completed in 19 milliseconds