Searched refs:pll_ctl0 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | pdc202xx_new.c | 305 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()
|
/kernel/linux/linux-5.10/drivers/clk/keystone/ |
H A D | pll.c | 37 * @pll_ctl0: PLL controller map address 53 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()
|
/kernel/linux/linux-6.6/drivers/clk/keystone/ |
H A D | pll.c | 37 * @pll_ctl0: PLL controller map address 53 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()
|
Completed in 3 milliseconds