Searched refs:dd1 (Results 1 – 3 of 3) sorted by relevance
36 dd1=`dd if=$FILTER bs=1 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`46 if dd1=`test_func "$dd1" "$1"`; then58 if [ -n "$dd1" ]; then
51 index 07a35ba..4117dd1 100644
645 u8 dd0 = 0, dd1 = 0, dd2 = 0; in gc5025_otp_read() local847 dd1 = gc5025_otp_read_reg(client, in gc5025_otp_read()853 x = ((dd1 & 0x0f) << 8) + dd0; in gc5025_otp_read()854 y = (dd2 << 4) + ((dd1 & 0xf0) >> 4); in gc5025_otp_read()