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

/netbsd-current/sys/dev/nand/
H A Dnand.c486 chip->nc_badmarker_offs = 0;
488 chip->nc_badmarker_offs = 5;
905 chip->nc_oob_cache[chip->nc_badmarker_offs] = 0x00;
906 chip->nc_oob_cache[chip->nc_badmarker_offs + 1] = 0x00;
963 chip->nc_page_size + (chip->nc_badmarker_offs & 0xfe));
967 if (chip->nc_badmarker_offs & 0x01)
975 chip->nc_page_size + chip->nc_badmarker_offs);
H A Dnand.h134 uint8_t nc_badmarker_offs; /* offset for marking bad blocks */ member in struct:nand_chip
/netbsd-current/sys/dev/nor/
H A Dnor.h80 uint8_t nc_badmarker_offs; /* offset for marking bad blocks */ member in struct:nor_chip
H A Dnor.c393 chip->nc_badmarker_offs = 0;
395 chip->nc_badmarker_offs = 5;
H A Dcfi_0002.c166 chip->nc_badmarker_offs = 0;

Completed in 195 milliseconds