Lines Matching refs:addr
299 addr = utils.find_ram_base(ubman)
301 output = ubman.run_command('crc32 %x %x' % (addr, size))
309 '%swrite usb %d:%s %x %s %x' % (fs, x, part, addr, file, size)
324 '%sload usb %d:%s %x %s' % (fs, x, part, addr + offset, file)
333 'crc32 %x $filesize' % (addr + offset)
394 addr = utils.find_ram_base(ubman)
396 output = ubman.run_command('crc32 %x %x' % (addr, size))
404 '%swrite usb %d:%s %x /%s %x' % (fs, x, part, addr, file, size)
414 '%sload usb %d:%s %x /%s' % (fs, x, part, addr + offset, file)
420 'crc32 %x $filesize' % (addr + offset)
508 addr = utils.find_ram_base(ubman)
512 '%sload usb %d:%s %x /%s' % (fs, x, part, addr + offset, file)
518 'crc32 %x $filesize' % (addr + offset)
575 addr = utils.find_ram_base(ubman)
588 'load usb %d:%s %x /%s' % (x, part, addr + offset, file)
594 'crc32 %x $filesize' % (addr + offset)
621 addr = utils.find_ram_base(ubman)
628 % (x, part, addr + offset, file, size)