HomeSort by: relevance | last modified time | path
    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