Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/nand/
H A Dnandemulator.c132 struct onfi_parameter_page *sc_parameter_page;
228 kmem_zalloc(sizeof(struct onfi_parameter_page) * 4, KM_SLEEP); in nandemulator_attach()
230 struct onfi_parameter_page *opp; in nandemulator_attach()
295 sizeof(struct onfi_parameter_page) * 4); in nandemulator_detach()
465 sc->sc_io_len = sizeof(struct onfi_parameter_page) * 4; in nandemulator_address()
H A Donfi.h113 struct onfi_parameter_page { struct
H A Dnand.h479 int nand_read_parameter_page(device_t, struct onfi_parameter_page *);
H A Dnand.c517 nand_read_parameter_page(device_t self, struct onfi_parameter_page *params) in nand_read_parameter_page()
558 struct onfi_parameter_page params; in nand_fill_chip_structure()