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

/netbsd-current/sys/arch/powerpc/booke/dev/
H A Dpq3gpio.c249 static const uint8_t gpio2pmuxcr_map[] = { local
272 for (size_t i = 0; i < __arraycount(gpio2pmuxcr_map);
274 if (pmuxcr & __BIT(gpio2pmuxcr_map[i])) {
389 static const uint32_t gpio2pmuxcr_map[][4] = { local
406 for (size_t i = 0; i < __arraycount(gpio2pmuxcr_map); i++) {
407 if (pmuxcr & gpio2pmuxcr_map[i][3]) {
408 pinmask[0] &= ~gpio2pmuxcr_map[i][0];
409 pinmask[1] &= ~gpio2pmuxcr_map[i][1];
410 pinmask[2] &= ~gpio2pmuxcr_map[i][2];
438 static const uint32_t gpio2pmuxcr_map[][ local
[all...]

Completed in 119 milliseconds