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

/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2400reg.h107 #define GPIO_PGUP 0x4c macro
H A Ds3c2440_spi.c260 peup = bus_space_read_4(iot, gpioh, GPIO_PGUP);
264 bus_space_write_4(iot, gpioh, GPIO_PGUP, peup);
H A Ds3c2410reg.h174 #define GPIO_PGUP 0x68 macro
H A Ds3c2440reg.h209 #define GPIO_PGUP 0x68 macro
/netbsd-current/sys/arch/evbarm/stand/board/
H A Dsmdk2410_io_init.c60 IOW(S3C2410_GPIO_BASE+GPIO_PGUP, 0xffff);
/netbsd-current/sys/arch/evbarm/mini2440/
H A Dmini2440_lcd.c281 data = bus_space_read_4(iot, gpio_ioh, GPIO_PGUP);
282 bus_space_write_4(iot, gpio_ioh, GPIO_PGUP, data | (1<<4));
/netbsd-current/sys/arch/evbarm/smdk2xx0/
H A Dsmdk2410_kbd.c281 reg = bus_space_read_2(iot, gpioh, GPIO_PGUP);
282 bus_space_write_2(iot, gpioh, GPIO_PGUP, reg & ~(1<<5));

Completed in 1206 milliseconds