Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/spear/
H A Dspdif_in.c205 struct resource *res_fifo; in spdif_in_probe() local
213 res_fifo = platform_get_resource(pdev, IORESOURCE_IO, 0); in spdif_in_probe()
214 if (!res_fifo) in spdif_in_probe()
238 host->dma_params.addr = res_fifo->start; in spdif_in_probe()
/OK3568_Linux_fs/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()