Searched refs:mbar_readShort (Results 1 – 3 of 3) sorted by relevance
289 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xFFF3; in uart_port_conf()294 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xF0FF; in uart_port_conf()299 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xCFFF; in uart_port_conf()
112 cir = mbar_readShort(MCF_CCM_CIR); in print_cpuinfo()
15 #define mbar_readShort(x) *((volatile unsigned short *) (CONFIG_SYS_MBAR + x)) macro