Lines Matching refs:cmd
122 cmd = 'mmc dev %d' % devid
124 cmd += ' %d' % partid
125 response = ubman.run_command(cmd)
177 cmd = 'mmc rescan'
178 response = ubman.run_command(cmd)
207 cmd = 'mmc info'
208 response = ubman.run_command(cmd)
253 cmd = 'mw.b %s 0 0x%x' % (addr, count_bytes)
254 ubman.run_command(cmd)
256 cmd = 'crc32 %s 0x%x' % (addr, count_bytes)
257 response = ubman.run_command(cmd)
264 cmd = 'mmc read %s %x %x' % (addr, sector, count_sectors)
266 response = ubman.run_command(cmd)
275 cmd = 'crc32 %s 0x%x' % (addr, count_bytes)
276 response = ubman.run_command(cmd)