Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dbus_vcxk.c23 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument
28 if (!I0O1) \
44 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument
45 if (I0O1) DDR |= PIN; else DDR &= ~PIN;