OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wb_read
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
w83l518dvar.h
57
uint8_t
wb_read
(struct wb_softc *, uint8_t);
w83l518d.c
61
wb_read
(struct wb_softc *wb, uint8_t reg)
function in typeref:typename:uint8_t
77
val =
wb_read
(wb, WB_SD_CSR);
w83l518d_sdmmc.c
139
while ((
wb_read
(wb, WB_SD_FIFOSTS) & WB_FIFO_EMPTY) == 0)
140
wb_read
(wb, WB_SD_FIFO);
158
val =
wb_read
(wb, WB_SD_CSR);
241
rv = (
wb_read
(wb, WB_SD_CSR) & WB_CSR_CARD_PRESENT) ? 1 : 0;
256
rv = (
wb_read
(wb, WB_SD_CSR) & WB_CSR_WRITE_PROTECT) ? 1 : 0;
384
fifosts =
wb_read
(wb, WB_SD_FIFOSTS);
388
fifosts =
wb_read
(wb, WB_SD_FIFOSTS);
404
fifosts =
wb_read
(wb, WB_SD_FIFOSTS);
584
val =
wb_read
(wb, WB_SD_INTSTS);
622
val =
wb_read
(wb, WB_SD_CSR)
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025