Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Diopin_8xx.h21 } iopin_t; typedef
28 static inline void iopin_set_high(iopin_t *iopin) in iopin_set_high()
51 static inline void iopin_set_low(iopin_t *iopin) in iopin_set_low()
74 static inline uint iopin_is_high(iopin_t *iopin) in iopin_is_high()
98 static inline uint iopin_is_low(iopin_t *iopin) in iopin_is_low()
122 static inline void iopin_set_out(iopin_t *iopin) in iopin_set_out()
145 static inline void iopin_set_in(iopin_t *iopin) in iopin_set_in()
168 static inline uint iopin_is_out(iopin_t *iopin) in iopin_is_out()
192 static inline uint iopin_is_in(iopin_t *iopin) in iopin_is_in()
246 static inline uint iopin_is_odr(iopin_t *iopin) in iopin_is_odr()
[all …]
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c178 iopin_t iopin; in do_iopset()