Records

Functions

  • void CheckPattern (uint8_t what, int start, int num_pages, const Operation & operation)

    Verifies that the buffer pointed to by the operation's vmo contains the given

    pattern for the desired number of pages, skipping the pages before start.

    Defined at line 501 of file ../../src/devices/nand/drivers/ram-nand/test/ram-nand-test.cc

  • void SetForWrite (int offset, int num_pages, Operation * operation)

    Prepares the operation to write num_pages starting at offset.

    Defined at line 511 of file ../../src/devices/nand/drivers/ram-nand/test/ram-nand-test.cc

  • void SetForRead (int offsetint num_pagesOperation * operation)

    Prepares the operation to read num_pages starting at offset.

    Defined at line 519 of file ../../src/devices/nand/drivers/ram-nand/test/ram-nand-test.cc