.. 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) -d FILE write file (default /dev/mem) .. generated from: /ptx/work/dude/WORK_A/sha/backup/barebox/website_barebox_org/barebox/commands/mm.c .. command function: do_mem_mm