OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_buf_4
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/nor/
nor.h
112
void (*
read_buf_4
) (device_t, flash_off_t, uint32_t *, size_t);
member in struct:nor_interface
266
KASSERT(sc->sc_nor_if->
read_buf_4
!= NULL);
269
sc->sc_nor_if->
read_buf_4
(sc->sc_controller_dev, offset, buf, size);
cfi.c
147
.
read_buf_4
= cfi_read_buf_4,
nor.c
320
nor_if->
read_buf_4
= NULL;
Completed in 49 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025