Home
last modified time | relevance | path

Searched refs:res_fifo (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/spear/
H A Dspdif_in.c206 struct resource *res_fifo; in spdif_in_probe() local
214 res_fifo = platform_get_resource(pdev, IORESOURCE_IO, 0); in spdif_in_probe()
215 if (!res_fifo) in spdif_in_probe()
239 host->dma_params.addr = res_fifo->start; in spdif_in_probe()
/openbmc/u-boot/drivers/mmc/
H A Dmxcmmc.c46 u32 res_fifo; member
250 a = readl(&host->base->res_fifo) & 0xFFFF; in mxcmci_read_response()
251 b = readl(&host->base->res_fifo) & 0xFFFF; in mxcmci_read_response()
255 a = readl(&host->base->res_fifo) & 0xFFFF; in mxcmci_read_response()
256 b = readl(&host->base->res_fifo) & 0xFFFF; in mxcmci_read_response()
257 c = readl(&host->base->res_fifo) & 0xFFFF; in mxcmci_read_response()