Home
last modified time | relevance | path

Searched refs:nc_block_shift (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/nor/
H A Dnor.h75 unsigned int nc_block_shift; /* write shift */ member
H A Dnor.c402 chip->nc_block_shift = ffs(chip->nc_block_size) - 1; in nor_scan_media()
/netbsd-src/sys/dev/nand/
H A Dnand.h126 uint32_t nc_block_shift; /* write shift */ member
H A Dnand.c494 chip->nc_block_shift = ffs(chip->nc_block_size) - 1; in nand_scan_media()