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

/netbsd-current/sys/dev/nand/
H A Dnand.c154 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[chi
[all...]
H A Dnand_bbt.c102 uint8_t *oob = chip->nc_oob_cache;
H A Dnand.h115 uint8_t *nc_oob_cache; /* buffer for oob cache */ member in struct:nand_chip
/netbsd-current/sys/dev/nor/
H A Dnor.c163 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);
H A Dnor.h61 uint8_t *nc_oob_cache; /* buffer for oob cache */ member in struct:nor_chip

Completed in 145 milliseconds