Lines Matching refs:cmd
70 cmd = 'sf probe %d %d' % (probe_id, sf_params['speed'])
72 output = u_boot_console.run_command(cmd)
124 cmd = 'mw.b %08x %02x %x' % (addr, pattern, count)
125 u_boot_console.run_command(cmd)
130 cmd = 'sf read %08x %08x %x' % (addr, offset, count)
131 response = u_boot_console.run_command(cmd)
157 cmd = 'mw.b %08x %02x %x' % (addr, pattern, count)
158 u_boot_console.run_command(cmd)
161 cmd = 'sf update %08x %08x %x' % (addr, offset, count)
162 u_boot_console.run_command(cmd)
198 cmd = 'sf erase %08x %x' % (offset, count)
199 output = u_boot_console.run_command(cmd)
202 cmd = 'mw.b %08x ff %x' % (addr, count)
203 u_boot_console.run_command(cmd)