Searched refs:fifostat (Results 1 – 2 of 2) sorted by relevance
295 unsigned char aihi, ailo, fifostat, aistat, intstat, airback; in dmm32at_attach() local342 fifostat = dmm_inb(dev, DMM32AT_FIFOSTAT); in dmm32at_attach()348 ailo, aihi, fifostat); in dmm32at_attach()353 if ((ailo != 0x00) || (aihi != 0x1f) || (fifostat != 0x80) || in dmm32at_attach()
287 u32 fifostat = readl(host->base + S3C2410_SDIFSTA); in fifo_count() local289 fifostat &= S3C2410_SDIFSTA_COUNTMASK; in fifo_count()290 return fifostat; in fifo_count()295 u32 fifostat = readl(host->base + S3C2410_SDIFSTA); in fifo_free() local297 fifostat &= S3C2410_SDIFSTA_COUNTMASK; in fifo_free()298 return 63 - fifostat; in fifo_free()