OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fifosts
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
w83l518d_sdmmc.c
378
uint8_t
fifosts
;
local in function:wb_sdmmc_transfer_data
384
fifosts
= wb_read(wb, WB_SD_FIFOSTS);
386
if (
fifosts
& WB_FIFO_EMPTY) {
388
fifosts
= wb_read(wb, WB_SD_FIFOSTS);
389
if ((
fifosts
& WB_FIFO_EMPTY) == 0)
397
if (
fifosts
& WB_FIFO_FULL)
400
datalen =
fifosts
& WB_FIFO_DEPTH_MASK;
402
if (
fifosts
& WB_FIFO_FULL) {
404
fifosts
= wb_read(wb, WB_SD_FIFOSTS);
405
if ((
fifosts
& WB_FIFO_FULL) == 0
[
all
...]
w83l518d_sdmmc.c
378
uint8_t
fifosts
;
local in function:wb_sdmmc_transfer_data
384
fifosts
= wb_read(wb, WB_SD_FIFOSTS);
386
if (
fifosts
& WB_FIFO_EMPTY) {
388
fifosts
= wb_read(wb, WB_SD_FIFOSTS);
389
if ((
fifosts
& WB_FIFO_EMPTY) == 0)
397
if (
fifosts
& WB_FIFO_FULL)
400
datalen =
fifosts
& WB_FIFO_DEPTH_MASK;
402
if (
fifosts
& WB_FIFO_FULL) {
404
fifosts
= wb_read(wb, WB_SD_FIFOSTS);
405
if ((
fifosts
& WB_FIFO_FULL) == 0
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025