Lines Matching +full:chip +full:- +full:relative
11 # or by observing the clock relative to the time-of-day chip over a
25 if [ $# -eq 0 ]; then
33 if [ $# -eq 2 ]; then
37 if [ ! -w $kernel ]; then
42 arch=`echo utsname+404?s | adb $kernel | cut -d: -f2`
49 rel=`echo utsname+202?s | adb $kernel | cut -d: -f2`
60 instr=`echo setcpudelay+34?X | adb $kernel | cut -d: -f 2 | nawk '{ print $1 }'`
65 let masked="(16#$store_mask & 16#$instr) - 16#$store"
66 if [ $masked -ne 0 ]; then
71 if ! echo setcpudelay+34?W $nop | adb -w $kernel 1> /dev/null
79 if ! echo cpu_tick_freq?W 0t$cpu_tick_freq | adb -w $kernel 1> /dev/null; then