Searched refs:fifo_depth (Results 1 – 6 of 6) sorted by relevance
529 sc->fifo_depth = dts_value[0]; in parse_fdt()709 if (sc->fifo_depth == 0) { in dwmmc_attach()710 sc->fifo_depth = 1 + in dwmmc_attach()713 sc->fifo_depth); in dwmmc_attach()994 reg |= ((sc->fifo_depth / 2) - 1) << SDMMC_FIFOTH_RXWMARK_S; in dma_prepare()995 reg |= (sc->fifo_depth / 2) << SDMMC_FIFOTH_TXWMARK_S; in dma_prepare()1025 reg |= ((sc->fifo_depth / 2) - 1) << SDMMC_FIFOTH_RXWMARK_S; in pio_prepare()1026 reg |= (sc->fifo_depth / 2) << SDMMC_FIFOTH_TXWMARK_S; in pio_prepare()
86 uint32_t fifo_depth; member
144 int fifo_depth, int frame_cnt) in ath_tx_alq_edma_push() argument150 aq.fifo_depth = htobe32(fifo_depth); in ath_tx_alq_edma_push()
120 uint32_t fifo_depth; member
101 uint32_t fifo_depth; member536 sc->fifo_depth = dts_value[0]; in cqspi_init()560 WRITE4(sc, CQSPI_SRAMPART, sc->fifo_depth/2); in cqspi_init()
53 be32toh(p.fifo_depth), in ath_alq_print_edma_tx_fifo_push()