Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c2325 int cmd, inc, i, nslash; in memex() local
2368 nslash = 0; in memex()
2429 if (nslash > 0) in memex()
2430 adrs -= 1 << nslash; in memex()
2432 nslash = 0; in memex()
2433 nslash += 4; in memex()
2434 adrs += 1 << nslash; in memex()
2437 if (nslash < 0) in memex()
2438 adrs += 1 << -nslash; in memex()
2440 nslash = 0; in memex()
[all …]