Searched defs:PORT (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | bus_vcxk.c | 23 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 32 #define VCXK_SET_PIN(PORT, PIN) writel(PIN, &pio->PORT.sodr); argument 33 #define VCXK_CLR_PIN(PORT, PIN) writel(PIN, &pio->PORT.codr); argument 44 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 47 #define VCXK_SET_PIN(PORT, PIN) PORT |= PIN; argument 48 #define VCXK_CLR_PIN(PORT, PIN) PORT &= ~PIN; argument
|
| /openbmc/qemu/tests/qtest/ |
| H A D | rtl8139-test.c | 46 #define PORT(name, len, val) \ macro
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | serial_ns16550.c | 76 #define PORT serial_ports[port-1] macro
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | pnp_def.h | 32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
|
| /openbmc/slpd-lite/ |
| H A D | slp_meta.hpp | 9 constexpr auto PORT = 427; variable
|
| /openbmc/u-boot/include/ |
| H A D | mv88e6352.h | 41 #define PORT(itf) (itf+0x10) macro
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | resource.robot | 26 ${PORT} ${EMPTY} variable
|