Home
last modified time | relevance | path

Searched defs:PORT (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/video/
A Dbus_vcxk.c24 #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 Dserial_ns16550.c73 #define PORT serial_ports[port-1] macro
/u-boot/arch/x86/include/asm/
A Dpnp_def.h32 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
/u-boot/include/
A Dmv88e6352.h41 #define PORT(itf) (itf+0x10) macro

Completed in 5 milliseconds