HomeSort by: relevance | last modified time | path
    Searched defs:peup (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c2440_spi.c 209 uint32_t pgcon, pecon, peup; local in function:s3c24x0_spi_setup
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)
    [all...]
s3c2440_spi.c 209 uint32_t pgcon, pecon, peup; local in function:s3c24x0_spi_setup
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)
    [all...]
s3c2440_spi.c 209 uint32_t pgcon, pecon, peup; local in function:s3c24x0_spi_setup
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)
    [all...]

Completed in 30 milliseconds