Searched refs:SetForWrite (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/nand/ram-nand/test/
H A Dram-nand.cpp353 void SetForWrite(int offset, int num_pages, Operation* operation) { function in namespace:__anon451
385 SetForWrite(4, 4, &operation);
459 SetForWrite(0, 1, operations[0].get()); // 0 x x x x x
460 SetForWrite(1, 3, operations[1].get()); // 0 1 1 1 x x
462 SetForWrite(4, 2, operations[3].get()); // 0 1 1 1 3 3
464 SetForWrite(2, 2, operations[5].get()); // 0 1 5 5 3 3
466 SetForWrite(0, 4, operations[7].get()); // 7 7 7 7 3 3
560 SetForWrite(2, 1, &operation);
601 SetForWrite(2, 2, &operation);

Completed in 104 milliseconds