Searched refs:GPIOCR (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/powerpc/booke/dev/ |
H A D | pq3gpio.c | 299 uint32_t gpiocr = bus_space_read_4(bst, bsh, GPIOCR); in pq3gpio_mpc8544_attach() 301 bus_space_write_4(bst, bsh, GPIOCR, gpiocr); in pq3gpio_mpc8544_attach() 322 uint32_t gpiocr = bus_space_read_4(bst, bsh, GPIOCR); in pq3gpio_mpc8548_attach() 366 bus_space_write_4(bst, bsh, GPIOCR, gpiocr); in pq3gpio_mpc8548_attach()
|
/netbsd-src/sys/arch/powerpc/include/booke/ |
H A D | e500reg.h | 517 #define GPIOCR 0x030 /* GPIO control register */ macro
|