Searched refs:fifosts (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dw83l518d_sdmmc.c364 uint8_t fifosts; local
370 fifosts = wb_read(wb, WB_SD_FIFOSTS);
372 if (fifosts & WB_FIFO_EMPTY) {
374 fifosts = wb_read(wb, WB_SD_FIFOSTS);
375 if ((fifosts & WB_FIFO_EMPTY) == 0)
383 if (fifosts & WB_FIFO_FULL)
386 datalen = fifosts & WB_FIFO_DEPTH_MASK;
388 if (fifosts & WB_FIFO_FULL) {
390 fifosts = wb_read(wb, WB_SD_FIFOSTS);
391 if ((fifosts
[all...]

Completed in 118 milliseconds