Home
last modified time | relevance | path

Searched defs:onfi_chip_params (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/nand/
HDnand.h238 struct onfi_chip_params { struct
239 uint32_t blocks_per_lun;
240 uint32_t pages_per_block;
241 uint32_t bytes_per_page;
242 uint32_t spare_bytes_per_page;
243 uint16_t t_bers;
244 uint16_t t_prog;
245 uint16_t t_r;
246 uint16_t t_ccs;
247 uint16_t features;
[all …]
HDnand_generic.c210 struct onfi_chip_params *onfi_chip_params; in generic_nand_attach() local