Searched defs:PORT (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H 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
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_ns16550.c | 77 #define PORT serial_ports[port-1] macro
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | pnp_def.h | 33 #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC)) argument
|
| /rk3399_rockchip-uboot/include/ |
| H A D | mv88e6352.h | 42 #define PORT(itf) (itf+0x10) macro
|