HomeSort by: relevance | last modified time | path
    Searched refs:nc_oob_cache (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/nand/
nand.c 154 chip->nc_oob_cache = kmem_alloc(chip->nc_spare_size, KM_SLEEP);
180 kmem_free(chip->nc_oob_cache, chip->nc_spare_size);
251 kmem_free(chip->nc_oob_cache, chip->nc_spare_size);
717 nand_read_oob(self, offset, chip->nc_oob_cache);
718 ecc = chip->nc_oob_cache + chip->nc_ecc->necc_offset;
785 ecc = chip->nc_oob_cache + chip->nc_ecc->necc_offset;
796 nand_write_buf_2(self, chip->nc_oob_cache,
805 nand_write_buf_1(self, chip->nc_oob_cache,
903 nand_read_oob(self, blockoffset, chip->nc_oob_cache);
905 chip->nc_oob_cache[chip->nc_badmarker_offs] = 0x00
    [all...]
nand_bbt.c 102 uint8_t *oob = chip->nc_oob_cache;
nand.h 115 uint8_t *nc_oob_cache; /* buffer for oob cache */ member in struct:nand_chip
  /src/sys/dev/nor/
nor.c 163 chip->nc_oob_cache = kmem_alloc(chip->nc_spare_size, KM_SLEEP);
192 kmem_free(chip->nc_oob_cache, chip->nc_spare_size);
251 kmem_free(chip->nc_oob_cache, chip->nc_spare_size);
nor.h 61 uint8_t *nc_oob_cache; /* buffer for oob cache */ member in struct:nor_chip

Completed in 14 milliseconds