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

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

Completed in 796 milliseconds