Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Diopin_8xx.h32 if (iopin->port == IOPIN_PORTA) { in iopin_set_high()
55 if (iopin->port == IOPIN_PORTA) { in iopin_set_low()
78 if (iopin->port == IOPIN_PORTA) { in iopin_is_high()
102 if (iopin->port == IOPIN_PORTA) { in iopin_is_low()
126 if (iopin->port == IOPIN_PORTA) { in iopin_set_out()
149 if (iopin->port == IOPIN_PORTA) { in iopin_set_in()
172 if (iopin->port == IOPIN_PORTA) { in iopin_is_out()
196 if (iopin->port == IOPIN_PORTA) { in iopin_is_in()
220 if (iopin->port == IOPIN_PORTA) { in iopin_set_odr()
235 if (iopin->port == IOPIN_PORTA) { in iopin_set_act()
[all …]
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c178 iopin_t iopin; in do_iopset() local
237 iopin.port = port; in do_iopset()
238 iopin.pin = pin; in do_iopset()
239 iopin.flag = 0; in do_iopset()
243 iopin_set_out(&iopin); in do_iopset()
245 iopin_set_in(&iopin); in do_iopset()
249 iopin_set_ded(&iopin); in do_iopset()
251 iopin_set_gen(&iopin); in do_iopset()
261 iopin_set_odr(&iopin); in do_iopset()
263 iopin_set_act(&iopin); in do_iopset()
[all …]