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

/linux-master/drivers/gpio/
H A Dgpio-vx855.c50 static inline u_int32_t gpo_o_bit(int i) function
119 if (reg_in & gpo_o_bit(nr - NR_VX855_GPI))
145 reg_out |= gpo_o_bit(nr - NR_VX855_GPI);
147 reg_out &= ~gpo_o_bit(nr - NR_VX855_GPI);

Completed in 110 milliseconds