Home
last modified time | relevance | path

Searched defs:iopin (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Diopin_8xx.h30 static inline void iopin_set_high(iopin_t *iopin) in iopin_set_high()
53 static inline void iopin_set_low(iopin_t *iopin) in iopin_set_low()
76 static inline uint iopin_is_high(iopin_t *iopin) in iopin_is_high()
100 static inline uint iopin_is_low(iopin_t *iopin) in iopin_is_low()
124 static inline void iopin_set_out(iopin_t *iopin) in iopin_set_out()
147 static inline void iopin_set_in(iopin_t *iopin) in iopin_set_in()
170 static inline uint iopin_is_out(iopin_t *iopin) in iopin_is_out()
194 static inline uint iopin_is_in(iopin_t *iopin) in iopin_is_in()
218 static inline void iopin_set_odr(iopin_t *iopin) in iopin_set_odr()
233 static inline void iopin_set_act(iopin_t *iopin) in iopin_set_act()
[all …]
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c179 iopin_t iopin; in do_iopset() local