.. index:: mm (command) .. _command_mm: mm - memory modify with mask ============================ Usage ^^^^^ ``mm [-bwld] ADDR VAL MASK`` Synopsis ^^^^^^^^ Set/clear bits specified with MASK in ADDR to VALUE Options ^^^^^^^ -b byte access -w word access (16 bit) -l long access (32 bit) -q quad access (64 bit) -d FILE write file (default /dev/mem) .. generated from: /ptx/work/dude/WORK_B/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/mm.c .. command function: do_mem_mm