Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dsingle_step.c180 unsigned short val_16; in rewrite_load_store_unaligned() local
183 err = copy_from_user(&val_16, addr, sizeof(val_16)); in rewrite_load_store_unaligned()
184 val = sign_ext ? ((short)val_16) : val_16; in rewrite_load_store_unaligned()
198 unsigned short val_16; in rewrite_load_store_unaligned() local
202 val_16 = val; in rewrite_load_store_unaligned()
203 err = copy_to_user(addr, &val_16, sizeof(val_16)); in rewrite_load_store_unaligned()
Dpci_gx.c1344 u16 val_16 = (u16)val; in tile_cfg_write() local
1417 __gxio_mmio_write16(mmio_addr, val_16); in tile_cfg_write()
1418 TRACE_CFG_WR(size, val_16, busnum, device, function, offset); in tile_cfg_write()