Home
last modified time | relevance | path

Searched refs:GPIO_PECON (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2410_spi.c181 pecon = bus_space_read_4(iot, gpioh, GPIO_PECON); in s3c24x0_spi_setup()
193 bus_space_write_4(iot, gpioh, GPIO_PECON, pecon); in s3c24x0_spi_setup()
H A Ds3c2440_spi.c222 pecon = bus_space_read_4(iot, gpioh, GPIO_PECON); in s3c24x0_spi_setup()
234 bus_space_write_4(iot, gpioh, GPIO_PECON, pecon); in s3c24x0_spi_setup()
H A Ds3c2400reg.h99 #define GPIO_PECON 0x3c macro
H A Ds3c2410reg.h166 #define GPIO_PECON 0x40 macro
H A Ds3c2440_i2s.c151 reg = bus_space_read_4(sc->sc_iot, sc->sc_gpio_ioh, GPIO_PECON); in s3c2440_i2s_init()
157 bus_space_write_4(sc->sc_iot, sc->sc_gpio_ioh, GPIO_PECON, reg); in s3c2440_i2s_init()
H A Ds3c2440reg.h201 #define GPIO_PECON 0x40 macro
/netbsd-src/sys/arch/evbarm/stand/board/
H A Dsmdk2410_io_init.c55 IOW(S3C2410_GPIO_BASE+GPIO_PECON, _C(A,A,A,A,A,A,A,A,A,A,A,A,A,A,A,A)); in smdk2410_io_init()