Home
last modified time | relevance | path

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

/drivers/ide/
Dpdc202xx_new.c305 u8 pll_ctl0, pll_ctl1; in init_chipset_pdcnew() local
350 pll_ctl0 = inb(sec_dma_base + 0x03); in init_chipset_pdcnew()
354 DBG("pll_ctl[%02X][%02X]\n", pll_ctl0, pll_ctl1); in init_chipset_pdcnew()
391 pll_ctl0 = (u8) f; in init_chipset_pdcnew()
394 DBG("Writing pll_ctl[%02X][%02X]\n", pll_ctl0, pll_ctl1); in init_chipset_pdcnew()
397 outb(pll_ctl0, sec_dma_base + 0x03); in init_chipset_pdcnew()
409 pll_ctl0 = inb(sec_dma_base + 0x03); in init_chipset_pdcnew()
413 DBG("pll_ctl[%02X][%02X]\n", pll_ctl0, pll_ctl1); in init_chipset_pdcnew()
/drivers/clk/keystone/
Dpll.c53 void __iomem *pll_ctl0; member
93 val = readl(pll_data->pll_ctl0); in clk_pllclk_recalc()
187 pll_data->pll_ctl0 = of_iomap(node, i); in _of_pll_clk_init()
188 if (!pll_data->pll_ctl0) { in _of_pll_clk_init()
205 iounmap(pll_data->pll_ctl0); in _of_pll_clk_init()