Home
last modified time | relevance | path

Searched refs:tmp_short (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/astro/mcf5373l/
H A Dfpga.c31 unsigned short tmp_short; in altera_pre_fn() local
41 tmp_short = __raw_readw(&gpiop->par_uart); in altera_pre_fn()
42 tmp_short &= 0xfff3; in altera_pre_fn()
43 __raw_writew(tmp_short, &gpiop->par_uart); in altera_pre_fn()
254 unsigned short tmp_short; in xilinx_pre_config_fn() local
264 tmp_short = __raw_readw(&gpiop->par_uart); in xilinx_pre_config_fn()
265 tmp_short &= 0xfff3; in xilinx_pre_config_fn()
266 __raw_writew(tmp_short, &gpiop->par_uart); in xilinx_pre_config_fn()