Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H 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
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_ns16550.c77 #define PORT serial_ports[port-1] macro
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dpnp_def.h33 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
/rk3399_rockchip-uboot/include/
H A Dmv88e6352.h42 #define PORT(itf) (itf+0x10) macro