Searched refs:csr_in (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-buttress.h39 u32 csr_in; member in struct:ipu6_buttress_ipc
H A Dipu6-buttress.c77 val = readl(isp->base + ipc->csr_in);
78 writel(val, isp->base + ipc->csr_in);
96 val = readl(isp->base + ipc->csr_in);
107 writel(ENTRY | EXIT, isp->base + ipc->csr_in);
119 writel(ENTRY | QUERY, isp->base + ipc->csr_in);
137 writel(EXIT, isp->base + ipc->csr_in);
139 writel(csr_in_clr, isp->base + ipc->csr_in);
143 * Read csr_in again to make sure if RST_PHASE2 is done.
144 * If csr_in is QUERY, it should be handled again.
147 val = readl(isp->base + ipc->csr_in);
[all...]

Completed in 265 milliseconds