Home
last modified time | relevance | path

Searched refs:NR_VX855_GPI (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpio/
Dgpio-vx855.c43 #define NR_VX855_GPI 14 macro
47 #define NR_VX855_GPInO (NR_VX855_GPI + NR_VX855_GPO)
48 #define NR_VX855_GP (NR_VX855_GPI + NR_VX855_GPO + NR_VX855_GPIO)
104 if (nr < NR_VX855_GPI) in vx855gpio_direction_input()
127 if (nr < NR_VX855_GPI) { in vx855gpio_get()
135 if (reg_in & gpo_o_bit(nr - NR_VX855_GPI)) in vx855gpio_get()
154 if (nr < NR_VX855_GPI) in vx855gpio_set()
161 reg_out |= gpo_o_bit(nr - NR_VX855_GPI); in vx855gpio_set()
163 reg_out &= ~gpo_o_bit(nr - NR_VX855_GPI); in vx855gpio_set()
178 if (nr < NR_VX855_GPI) in vx855gpio_direction_output()
/linux-4.1.27/drivers/staging/olpc_dcon/
Dolpc_dcon_xo_1_5.c17 #define NR_VX855_GPI 14 macro
22 #define VX855_GPO(n) (NR_VX855_GPI + (n))
23 #define VX855_GPIO(n) (NR_VX855_GPI + NR_VX855_GPO + (n))