pq3gpio.c | 299 uint32_t gpiocr = bus_space_read_4(bst, bsh, GPIOCR); local in function:pq3gpio_mpc8544_attach 300 gpiocr |= GPIOCR_GPOUT; 301 bus_space_write_4(bst, bsh, GPIOCR, gpiocr); 322 uint32_t gpiocr = bus_space_read_4(bst, bsh, GPIOCR); local in function:pq3gpio_mpc8548_attach 330 aprint_normal_dev(self, "GPIOCR %#x, DEVDISR %#x, PORDEVSR %#x\n", 331 gpiocr, devdisr, pordevsr); 343 gpiocr |= GPIOCR_PCIOUT [all...] |