Searched refs:MCF_GPIO_PAR_UART (Results 1 – 3 of 3) sorted by relevance
290 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xFFF3; in uart_port_conf()292 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()295 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xF0FF; in uart_port_conf()297 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()300 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xCFFF; in uart_port_conf()302 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
16 #define MCF_GPIO_PAR_UART 0x10007c macro
113 #define MCF_GPIO_PAR_UART 0x100048 macro
Completed in 7 milliseconds