Searched defs:PORT (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/video/ |
A D | bus_vcxk.c | 24 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 33 #define VCXK_SET_PIN(PORT, PIN) writel(PIN, &pio->PORT.sodr); argument 34 #define VCXK_CLR_PIN(PORT, PIN) writel(PIN, &pio->PORT.codr); argument 45 #define VCXK_INIT_PIN(PORT, PIN, DDR, I0O1) \ argument 48 #define VCXK_SET_PIN(PORT, PIN) PORT |= PIN; argument 49 #define VCXK_CLR_PIN(PORT, PIN) PORT &= ~PIN; argument
|
/u-boot/drivers/serial/ |
A D | serial_ns16550.c | 73 #define PORT serial_ports[port-1] macro
|
/u-boot/arch/x86/include/asm/ |
A D | pnp_def.h | 32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
|
/u-boot/include/ |
A D | mv88e6352.h | 41 #define PORT(itf) (itf+0x10) macro
|
Completed in 5 milliseconds