Home
last modified time | relevance | path

Searched refs:S5PV210_GPB (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-s5pv210/
Ddev-spi.c42 base = S5PV210_GPB(0); in s5pv210_spi_cfg_gpio()
46 base = S5PV210_GPB(4); in s5pv210_spi_cfg_gpio()
Dgpiolib.c64 .base = S5PV210_GPB(0),
/linux-2.6.39/arch/arm/mach-s5pv210/include/mach/
Dgpio.h106 #define S5PV210_GPB(_nr) (S5PV210_GPIO_B_START + (_nr)) macro