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

/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dspi.c280 int rxfifo_cnt, txfifo_cnt, txfifo_space; local
283 rxfifo_cnt = (stat >> STATUS_RX_FIFO_LVL_SHF) & 0x1FF;
302 while (rxfifo_cnt--) {
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dspi.c280 int rxfifo_cnt, txfifo_cnt, txfifo_space; local
283 rxfifo_cnt = (stat >> STATUS_RX_FIFO_LVL_SHF) & 0x1FF;
302 while (rxfifo_cnt--) {

Completed in 73 milliseconds