HomeSort by: relevance | last modified time | path
    Searched refs:GPIO_PGCON (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c2410_spi.c 184 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
186 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
196 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
205 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
s3c2440_spi.c 225 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
227 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
248 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
257 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
s3c2400reg.h 105 #define GPIO_PGCON 0x44
s3c2410reg.h 172 #define GPIO_PGCON 0x60
s3c2440_intr.c 407 gpio = GPIO_PGCON;
s3c2440reg.h 207 #define GPIO_PGCON 0x60
s3c2440_sdi.c 197 data = bus_space_read_4(sc->iot, sc->card_ioh, GPIO_PGCON);
199 bus_space_write_4(sc->iot, sc->card_ioh, GPIO_PGCON, data);
  /src/sys/arch/evbarm/stand/board/
smdk2410_io_init.c 59 IOW(S3C2410_GPIO_BASE+GPIO_PGCON, _C(3,3,3,3,A,O,O,O,3,3,3,3,A,3,A,A));
  /src/sys/arch/evbarm/stand/boot2440/
s3csdi.c 87 data = *(volatile uint32_t*)(S3C2440_GPIO_BASE+GPIO_PGCON);
89 *(volatile uint32_t*)(S3C2440_GPIO_BASE+GPIO_PGCON) = data;
  /src/sys/arch/evbarm/mini2440/
mini2440_lcd.c 276 data = bus_space_read_4(iot, gpio_ioh, GPIO_PGCON);
278 bus_space_write_4(iot, gpio_ioh, GPIO_PGCON, data);

Completed in 59 milliseconds