Lines Matching defs:port
55 #define BA0_HISR_MIDI (1<<22) /* MIDI port interrupt */
1383 * port control register to zero so that the serial ports also
1406 * Set the serial port timing configuration.
1812 void __iomem *port;
1815 port = chip->ba0 + BA0_B1AP; /* right port */
1817 port = chip->ba0 + BA0_B0AP; /* left port */
1821 writel((unsigned int)cmd, port);
1824 writel((unsigned int)val, port + 4);