OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ecc_compute
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/nand/
nand.h
187
int (*
ecc_compute
)(device_t, const uint8_t *, uint8_t *);
member in struct:nand_interface
359
KASSERT(sc->nand_if->
ecc_compute
!= NULL);
362
sc->nand_if->
ecc_compute
(sc->controller_dev, data, code);
nand.h
187
int (*
ecc_compute
)(device_t, const uint8_t *, uint8_t *);
member in struct:nand_interface
359
KASSERT(sc->nand_if->
ecc_compute
!= NULL);
362
sc->nand_if->
ecc_compute
(sc->controller_dev, data, code);
Completed in 118 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025