Lines Matching refs:ctrl
48 u32 ctrl = SPDIF_IN_PRTYEN | SPDIF_IN_STATEN | SPDIF_IN_USREN |
50 ctrl |= SPDIF_MODE_16BIT | SPDIF_FIFO_THRES_16;
52 writel(ctrl, host->io_base + SPDIF_IN_CTRL);
79 u32 ctrl = readl(host->io_base + SPDIF_IN_CTRL);
83 ctrl |= SPDIF_XTRACT_16BIT;
87 ctrl &= ~SPDIF_XTRACT_16BIT;
91 writel(ctrl, host->io_base + SPDIF_IN_CTRL);
114 u32 ctrl;
128 ctrl = readl(host->io_base + SPDIF_IN_CTRL);
129 ctrl |= SPDIF_IN_SAMPLE | SPDIF_IN_ENB;
130 writel(ctrl, host->io_base + SPDIF_IN_CTRL);
137 ctrl = readl(host->io_base + SPDIF_IN_CTRL);
138 ctrl &= ~(SPDIF_IN_SAMPLE | SPDIF_IN_ENB);
139 writel(ctrl, host->io_base + SPDIF_IN_CTRL);