Home
last modified time | relevance | path

Searched refs:pll_index (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
Dsysfs.c12 long hl_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr) in hl_get_frequency() argument
26 pkt.pll_index = cpu_to_le32(pll_index); in hl_get_frequency()
34 pll_index, rc); in hl_get_frequency()
41 void hl_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq) in hl_set_frequency() argument
50 pkt.pll_index = cpu_to_le32(pll_index); in hl_set_frequency()
59 pll_index, rc); in hl_set_frequency()
Dhabanalabs.h1953 long hl_get_frequency(struct hl_device *hdev, u32 pll_index, bool curr);
1954 void hl_set_frequency(struct hl_device *hdev, u32 pll_index, u64 freq);
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
Dintelfbhw.c78 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
84 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
94 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
124 dinfo->pll_index = PLLS_I8xx; in intelfbhw_get_chipset()
130 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
136 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
142 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
148 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
154 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
160 dinfo->pll_index = PLLS_I9xx; in intelfbhw_get_chipset()
[all …]
Dintelfb.h358 int pll_index; member
/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/common/
Dcpucp_if.h298 __le32 pll_index; member
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
Daty128fb.c557 #define aty_ld_pll(pll_index) _aty_ld_pll(pll_index, par) argument
558 #define aty_st_pll(pll_index, val) _aty_st_pll(pll_index, val, par) argument
561 static u32 _aty_ld_pll(unsigned int pll_index, in _aty_ld_pll() argument
564 aty_st_8(CLOCK_CNTL_INDEX, pll_index & 0x3F); in _aty_ld_pll()
569 static void _aty_st_pll(unsigned int pll_index, u32 val, in _aty_st_pll() argument
572 aty_st_8(CLOCK_CNTL_INDEX, (pll_index & 0x3F) | PLL_WR_EN); in _aty_st_pll()