/src/sys/arch/macppc/dev/ |
obio.c | 440 uint32_t gpio_base, reg[6]; local in function:obio_setup_gpios 452 gpio_base = reg[0]; 453 DPRINTF("gpio_base: %02x\n", gpio_base); 514 * based on obio when it is larger than the gpio_base. 516 if (reg[0] >= gpio_base) 517 reg[0] -= gpio_base; 521 sc->sc_busspeed = gpio_base + reg[0]; 525 sc->sc_voltage = gpio_base + reg[0]; 529 sc->sc_voltage = gpio_base + reg[0] [all...] |
obio.c | 440 uint32_t gpio_base, reg[6]; local in function:obio_setup_gpios 452 gpio_base = reg[0]; 453 DPRINTF("gpio_base: %02x\n", gpio_base); 514 * based on obio when it is larger than the gpio_base. 516 if (reg[0] >= gpio_base) 517 reg[0] -= gpio_base; 521 sc->sc_busspeed = gpio_base + reg[0]; 525 sc->sc_voltage = gpio_base + reg[0]; 529 sc->sc_voltage = gpio_base + reg[0] [all...] |
smu.c | 244 int node, parent, reg[4], gpio_base, irq; local in function:smu_setup_doorbell 272 if (OF_getprop(parent, "reg", &gpio_base, sizeof(gpio_base)) <= 0) 281 sc->sc_dbell_gpio = gpio_base + reg[0];
|
smu.c | 244 int node, parent, reg[4], gpio_base, irq; local in function:smu_setup_doorbell 272 if (OF_getprop(parent, "reg", &gpio_base, sizeof(gpio_base)) <= 0) 281 sc->sc_dbell_gpio = gpio_base + reg[0];
|
snapper.c | 2071 uint32_t gpio_base, reg[1], fcreg, buf[8]; local in function:snapper_init 2088 gpio_base = reg[0]; 2090 gpio_base = 0; 2091 DPRINTF(" /gpio 0x%x@0x%x\n", (unsigned)gpio, gpio_base); 2108 addr = gpio_base + reg[0];
|
snapper.c | 2071 uint32_t gpio_base, reg[1], fcreg, buf[8]; local in function:snapper_init 2088 gpio_base = reg[0]; 2090 gpio_base = 0; 2091 DPRINTF(" /gpio 0x%x@0x%x\n", (unsigned)gpio, gpio_base); 2108 addr = gpio_base + reg[0];
|