Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/astro/mcf5373l/
H A Dfpga.c34 unsigned short tmp_short; in altera_pre_fn() local
44 tmp_short = __raw_readw(&gpiop->par_uart); in altera_pre_fn()
45 tmp_short &= 0xfff3; in altera_pre_fn()
46 __raw_writew(tmp_short, &gpiop->par_uart); in altera_pre_fn()
257 unsigned short tmp_short; in xilinx_pre_config_fn() local
267 tmp_short = __raw_readw(&gpiop->par_uart); in xilinx_pre_config_fn()
268 tmp_short &= 0xfff3; in xilinx_pre_config_fn()
269 __raw_writew(tmp_short, &gpiop->par_uart); in xilinx_pre_config_fn()