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

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/dev/
H A Dpq3gpio.c221 uint32_t gpiocr = bus_space_read_4(bst, bsh, GPIOCR); local
222 gpiocr |= GPIOCR_GPOUT;
223 bus_space_write_4(bst, bsh, GPIOCR, gpiocr);
242 uint32_t gpiocr = bus_space_read_4(bst, bsh, GPIOCR); local
251 gpiocr, devdisr, pordevsr);
263 gpiocr |= GPIOCR_PCIOUT;
264 gpiocr |= GPIOCR_PCIIN;
271 gpiocr |= GPIOCR_TX2;
272 gpiocr |= GPIOCR_RX2;
279 gpiocr |
[all...]

Completed in 56 milliseconds