Home
last modified time | relevance | path

Searched refs:GPIOCR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/powerpc/booke/dev/
H A Dpq3gpio.c299 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 De500reg.h517 #define GPIOCR 0x030 /* GPIO control register */ macro