Searched refs:tmp_short (Results 1 – 2 of 2) sorted by relevance
31 unsigned short tmp_short; in altera_pre_fn() local41 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() local264 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()
676 tmp_short = (seconds >> 32) & 0xFFFF679 return struct.pack("!HI", tmp_short, tmp_int)