OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVME_CSTS
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
nvme.c
219
r4 = nvme_read4(sc,
NVME_CSTS
);
241
while ((nvme_read4(sc,
NVME_CSTS
) & NVME_CSTS_RDY) != rdy) {
246
nvme_barrier(sc,
NVME_CSTS
, 4, BUS_SPACE_BARRIER_READ);
259
csts = nvme_read4(sc,
NVME_CSTS
);
315
csts = nvme_read4(sc,
NVME_CSTS
);
668
csts = nvme_read4(sc,
NVME_CSTS
);
nvmereg.h
75
#define
NVME_CSTS
0x001c /* Controller Status */
Completed in 21 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026