Lines Matching defs:peup
209 uint32_t pgcon, pecon, peup;
237 peup = bus_space_read_4(iot, gpioh, GPIO_PEUP);
238 peup &= ~(1<<11);
239 peup &= ~(1<<12);
240 peup &= ~(1<<13);
241 bus_space_write_4(iot, gpioh, GPIO_PEUP, peup);
260 peup = bus_space_read_4(iot, gpioh, GPIO_PGUP);
261 peup &= ~(1<<5);
262 peup &= ~(1<<6);
263 peup &= ~(1<<7);
264 bus_space_write_4(iot, gpioh, GPIO_PGUP, peup);