Home
last modified time | relevance | path

Searched refs:fifo_depth (Results 1 – 6 of 6) sorted by relevance

/src/sys/dev/mmc/host/
H A Ddwmmc.c523 sc->fifo_depth = dts_value[0]; in parse_fdt()
703 if (sc->fifo_depth == 0) { in dwmmc_attach()
704 sc->fifo_depth = 1 + in dwmmc_attach()
707 sc->fifo_depth); in dwmmc_attach()
988 reg |= ((sc->fifo_depth / 2) - 1) << SDMMC_FIFOTH_RXWMARK_S; in dma_prepare()
989 reg |= (sc->fifo_depth / 2) << SDMMC_FIFOTH_TXWMARK_S; in dma_prepare()
1019 reg |= ((sc->fifo_depth / 2) - 1) << SDMMC_FIFOTH_RXWMARK_S; in pio_prepare()
1020 reg |= (sc->fifo_depth / 2) << SDMMC_FIFOTH_TXWMARK_S; in pio_prepare()
H A Ddwmmc_var.h86 uint32_t fifo_depth; member
/src/sys/dev/ath/
H A Dif_ath_tx_edma.c144 int fifo_depth, int frame_cnt) in ath_tx_alq_edma_push() argument
150 aq.fifo_depth = htobe32(fifo_depth); in ath_tx_alq_edma_push()
H A Dif_ath_alq.h120 uint32_t fifo_depth; member
/src/sys/dev/flash/
H A Dcqspi.c101 uint32_t fifo_depth; member
536 sc->fifo_depth = dts_value[0]; in cqspi_init()
560 WRITE4(sc, CQSPI_SRAMPART, sc->fifo_depth/2); in cqspi_init()
/src/tools/tools/ath/athalq/
H A Dar9300_ds.c53 be32toh(p.fifo_depth), in ath_alq_print_edma_tx_fifo_push()